Home
last modified time | relevance | path

Searched refs:eicOpsDecryptAes128Gcm (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/identity/aidl/default/libeic/
DEicPresentation.c56 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()
DEicOps.h186 bool eicOpsDecryptAes128Gcm(const uint8_t* key, // Must be 16 bytes
DEicProvisioning.c72 if (!eicOpsDecryptAes128Gcm(eicOpsGetHardwareBoundKey(testCredential), encryptedCredentialKeys, in eicProvisioningInitForUpdate()
/hardware/interfaces/identity/aidl/default/
DEicOpsImpl.cc192 bool eicOpsDecryptAes128Gcm(const uint8_t* key, // Must be 16 bytes in eicOpsDecryptAes128Gcm() function