Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/guest/hals/identity/libeic/
DEicProvisioning.c57 eicOpsGetHardwareBoundKey(testCredential), encryptedCredentialKeys, in eicProvisioningInitForUpdate()
392 if (!eicOpsEncryptAes128Gcm(eicOpsGetHardwareBoundKey(ctx->testCredential), in eicProvisioningFinishGetCredentialData()
DEicOps.h156 const uint8_t* eicOpsGetHardwareBoundKey(bool testCredential);
DEicOpsImpl.cc387 const uint8_t* eicOpsGetHardwareBoundKey(bool testCredential) { in eicOpsGetHardwareBoundKey() function
DEicPresentation.c48 eicOpsGetHardwareBoundKey(testCredential), encryptedCredentialKeys, in eicPresentationInit()
/aosp_15_r20/hardware/interfaces/identity/aidl/default/libeic/
H A DEicProvisioning.c72 if (!eicOpsDecryptAes128Gcm(eicOpsGetHardwareBoundKey(testCredential), encryptedCredentialKeys, in eicProvisioningInitForUpdate()
413 eicOpsGetHardwareBoundKey(ctx->testCredential), nonce, cborBuf, cbor.size, in eicProvisioningFinishGetCredentialData()
H A DEicOps.h168 const uint8_t* eicOpsGetHardwareBoundKey(bool testCredential);
H A DEicPresentation.c56 if (!eicOpsDecryptAes128Gcm(eicOpsGetHardwareBoundKey(testCredential), encryptedCredentialKeys, in eicPresentationInit()
/aosp_15_r20/hardware/interfaces/identity/aidl/default/
H A DEicOpsImpl.cc415 const uint8_t* eicOpsGetHardwareBoundKey(bool testCredential) { in eicOpsGetHardwareBoundKey() function