Searched refs:eicOpsDecryptAes128Gcm (Results 1 – 4 of 4) sorted by relevance
/device/google/cuttlefish/guest/hals/identity/libeic/ |
D | EicPresentation.c | 47 if (!eicOpsDecryptAes128Gcm( in eicPresentationInit() 489 if (!eicOpsDecryptAes128Gcm(ctx->storageKey, mac, 28, cborBuilder.buffer, in eicPresentationValidateAccessControlProfile() 525 if (!eicOpsDecryptAes128Gcm(ctx->storageKey, signingKeyBlob, 60, in eicPresentationCalcMacKey() 765 if (!eicOpsDecryptAes128Gcm(ctx->storageKey, encryptedContent, in eicPresentationRetrieveEntryValue()
|
D | EicOps.h | 175 bool eicOpsDecryptAes128Gcm(const uint8_t* key, // Must be 16 bytes
|
D | EicProvisioning.c | 56 if (!eicOpsDecryptAes128Gcm( in eicProvisioningInitForUpdate()
|
D | EicOpsImpl.cc | 168 bool eicOpsDecryptAes128Gcm(const uint8_t* key, // Must be 16 bytes in eicOpsDecryptAes128Gcm() function
|