Searched refs:eicOpsDecryptAes128Gcm (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/identity/aidl/default/libeic/ |
D | EicPresentation.c | 56 if (!eicOpsDecryptAes128Gcm(eicOpsGetHardwareBoundKey(testCredential), encryptedCredentialKeys, in eicPresentationInit() 532 if (!eicOpsDecryptAes128Gcm(ctx->storageKey, mac, 28, cborBuilder.buffer, cborBuilder.size, in eicPresentationValidateAccessControlProfile() 654 if (!eicOpsDecryptAes128Gcm(ctx->storageKey, signingKeyBlob, 60, (const uint8_t*)docType, in eicPresentationPrepareDeviceAuthentication() 868 if (!eicOpsDecryptAes128Gcm(ctx->storageKey, encryptedContent, encryptedContentSize, in eicPresentationRetrieveEntryValue()
|
D | EicOps.h | 186 bool eicOpsDecryptAes128Gcm(const uint8_t* key, // Must be 16 bytes
|
D | EicProvisioning.c | 72 if (!eicOpsDecryptAes128Gcm(eicOpsGetHardwareBoundKey(testCredential), encryptedCredentialKeys, in eicProvisioningInitForUpdate()
|
/hardware/interfaces/identity/aidl/default/ |
D | EicOpsImpl.cc | 192 bool eicOpsDecryptAes128Gcm(const uint8_t* key, // Must be 16 bytes in eicOpsDecryptAes128Gcm() function
|