Home
last modified time | relevance | path

Searched refs:EicHmacSha256Ctx (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/identity/aidl/default/libeic/
DEicOps.h84 struct EicHmacSha256Ctx { struct
87 typedef struct EicHmacSha256Ctx EicHmacSha256Ctx; argument
265 void eicOpsHmacSha256Init(EicHmacSha256Ctx* ctx, const uint8_t* key, size_t keySize);
266 void eicOpsHmacSha256Update(EicHmacSha256Ctx* ctx, const uint8_t* data, size_t len);
267 void eicOpsHmacSha256Final(EicHmacSha256Ctx* ctx, uint8_t digest[EIC_SHA256_DIGEST_SIZE]);
DEicCbor.h53 EicHmacSha256Ctx hmacSha256;
/hardware/interfaces/identity/aidl/default/
DEicOpsImpl.cc79 void eicOpsHmacSha256Init(EicHmacSha256Ctx* ctx, const uint8_t* key, size_t keySize) { in eicOpsHmacSha256Init()
87 void eicOpsHmacSha256Update(EicHmacSha256Ctx* ctx, const uint8_t* data, size_t len) { in eicOpsHmacSha256Update()
94 void eicOpsHmacSha256Final(EicHmacSha256Ctx* ctx, uint8_t digest[EIC_SHA256_DIGEST_SIZE]) { in eicOpsHmacSha256Final()