Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/identity/aidl/default/libeic/
H A DEicPresentation.c42 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 DEicOps.h176 bool eicOpsDecryptAes128Gcm(const uint8_t* key, // Must be 16 bytes
H A DEicProvisioning.c51 if (!eicOpsDecryptAes128Gcm(eicOpsGetHardwareBoundKey(testCredential), encryptedCredentialKeys, in eicProvisioningInitForUpdate()
/aosp12/hardware/interfaces/identity/aidl/default/
H A DEicOpsImpl.cc163 bool eicOpsDecryptAes128Gcm(const uint8_t* key, // Must be 16 bytes in eicOpsDecryptAes128Gcm() function