Searched refs:eicOpsDecryptAes128Gcm (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/interfaces/identity/aidl/default/libeic/ |
H A D | EicPresentation.c | 42 if (!eicOpsDecryptAes128Gcm(eicOpsGetHardwareBoundKey(testCredential), encryptedCredentialKeys, in eicPresentationInit() 457 if (!eicOpsDecryptAes128Gcm(ctx->storageKey, mac, 28, cborBuilder.buffer, cborBuilder.size, in eicPresentationValidateAccessControlProfile() 492 if (!eicOpsDecryptAes128Gcm(ctx->storageKey, signingKeyBlob, 60, (const uint8_t*)docType, in eicPresentationCalcMacKey() 718 if (!eicOpsDecryptAes128Gcm(ctx->storageKey, encryptedContent, encryptedContentSize, in eicPresentationRetrieveEntryValue()
|
H A D | EicOps.h | 176 bool eicOpsDecryptAes128Gcm(const uint8_t* key, // Must be 16 bytes
|
H A D | EicProvisioning.c | 51 if (!eicOpsDecryptAes128Gcm(eicOpsGetHardwareBoundKey(testCredential), encryptedCredentialKeys, in eicProvisioningInitForUpdate()
|
/aosp12/hardware/interfaces/identity/aidl/default/ |
H A D | EicOpsImpl.cc | 163 bool eicOpsDecryptAes128Gcm(const uint8_t* key, // Must be 16 bytes in eicOpsDecryptAes128Gcm() function
|