Home
last modified time | relevance | path

Searched refs:encryptedCredentialKeys (Results 1 – 11 of 11) sorted by relevance

/aosp12/hardware/interfaces/identity/aidl/default/
H A DFakeSecureHardwareProxy.cpp71 bool testCredential, string docType, vector<uint8_t> encryptedCredentialKeys) { in initializeForUpdate() argument
73 encryptedCredentialKeys.data(), in initializeForUpdate()
74 encryptedCredentialKeys.size()); in initializeForUpdate()
153 vector<uint8_t> encryptedCredentialKeys(116); in finishGetCredentialData() local
154 size_t size = encryptedCredentialKeys.size(); in finishGetCredentialData()
156 encryptedCredentialKeys.data(), &size)) { in finishGetCredentialData()
159 encryptedCredentialKeys.resize(size); in finishGetCredentialData()
160 return encryptedCredentialKeys; in finishGetCredentialData()
170 vector<uint8_t> encryptedCredentialKeys) { in initialize() argument
174 encryptedCredentialKeys.data(), encryptedCredentialKeys.size()); in initialize()
H A DFakeSecureHardwareProxy.h36 vector<uint8_t> encryptedCredentialKeys) override;
81 vector<uint8_t> encryptedCredentialKeys) override;
/aosp12/hardware/interfaces/identity/aidl/default/common/
H A DWritableIdentityCredential.cpp54 const vector<uint8_t>& encryptedCredentialKeys) { in initializeForUpdate() argument
55 if (!hwProxy_->initializeForUpdate(testCredential_, docType_, encryptedCredentialKeys)) { in initializeForUpdate()
386 optional<vector<uint8_t>> encryptedCredentialKeys = hwProxy_->finishGetCredentialData(docType_); in finishAddingEntries() local
387 if (!encryptedCredentialKeys) { in finishAddingEntries()
395 array.add(encryptedCredentialKeys.value()); in finishAddingEntries()
H A DSecureHardwareProxy.h68 vector<uint8_t> encryptedCredentialKeys) = 0;
121 vector<uint8_t> encryptedCredentialKeys) = 0;
H A DWritableIdentityCredential.h53 bool initializeForUpdate(const vector<uint8_t>& encryptedCredentialKeys);
/aosp12/hardware/interfaces/identity/aidl/default/libeic/
H A DEicProvisioning.c30 const uint8_t* encryptedCredentialKeys, in eicProvisioningInitForUpdate() argument
51 if (!eicOpsDecryptAes128Gcm(eicOpsGetHardwareBoundKey(testCredential), encryptedCredentialKeys, in eicProvisioningInitForUpdate()
340 uint8_t* encryptedCredentialKeys, in eicProvisioningFinishGetCredentialData() argument
370 (const uint8_t*)docType, eicStrLen(docType), encryptedCredentialKeys)) { in eicProvisioningFinishGetCredentialData()
H A DEicProvisioning.h68 const uint8_t* encryptedCredentialKeys,
131 uint8_t* encryptedCredentialKeys,
H A DEicPresentation.h97 const uint8_t* encryptedCredentialKeys,
H A DEicPresentation.c22 const uint8_t* encryptedCredentialKeys, in eicPresentationInit() argument
42 if (!eicOpsDecryptAes128Gcm(eicOpsGetHardwareBoundKey(testCredential), encryptedCredentialKeys, in eicPresentationInit()
/aosp12/hardware/interfaces/identity/aidl/vts/
H A DTestCredentialTests.cpp159 const vector<uint8_t>& encryptedCredentialKeys = encryptedCredentialKeysItem->value(); in TEST_P() local
162 support::decryptAes128Gcm(hardwareBoundKey, encryptedCredentialKeys, docTypeVec); in TEST_P()
H A DEndToEndTests.cpp104 const vector<uint8_t>& encryptedCredentialKeys = encryptedCredentialKeysItem->value(); in extractFromTestCredentialData() local
107 support::decryptAes128Gcm(hardwareBoundKey, encryptedCredentialKeys, docTypeVec); in extractFromTestCredentialData()