Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/identity/aidl/default/libeic/
H A DEicProvisioning.c51 if (!eicOpsDecryptAes128Gcm(eicOpsGetHardwareBoundKey(testCredential), encryptedCredentialKeys, in eicProvisioningInitForUpdate()
368 eicOpsGetHardwareBoundKey(ctx->testCredential), nonce, cborBuf, cbor.size, in eicProvisioningFinishGetCredentialData()
H A DEicOps.h158 const uint8_t* eicOpsGetHardwareBoundKey(bool testCredential);
H A DEicPresentation.c42 if (!eicOpsDecryptAes128Gcm(eicOpsGetHardwareBoundKey(testCredential), encryptedCredentialKeys, in eicPresentationInit()
/aosp12/hardware/interfaces/identity/aidl/default/
H A DEicOpsImpl.cc366 const uint8_t* eicOpsGetHardwareBoundKey(bool testCredential) { in eicOpsGetHardwareBoundKey() function