Searched refs:encryptedCredentialKeys (Results 1 – 11 of 11) sorted by relevance
/aosp12/hardware/interfaces/identity/aidl/default/ |
H A D | FakeSecureHardwareProxy.cpp | 71 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 D | FakeSecureHardwareProxy.h | 36 vector<uint8_t> encryptedCredentialKeys) override; 81 vector<uint8_t> encryptedCredentialKeys) override;
|
/aosp12/hardware/interfaces/identity/aidl/default/common/ |
H A D | WritableIdentityCredential.cpp | 54 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 D | SecureHardwareProxy.h | 68 vector<uint8_t> encryptedCredentialKeys) = 0; 121 vector<uint8_t> encryptedCredentialKeys) = 0;
|
H A D | WritableIdentityCredential.h | 53 bool initializeForUpdate(const vector<uint8_t>& encryptedCredentialKeys);
|
/aosp12/hardware/interfaces/identity/aidl/default/libeic/ |
H A D | EicProvisioning.c | 30 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 D | EicProvisioning.h | 68 const uint8_t* encryptedCredentialKeys, 131 uint8_t* encryptedCredentialKeys,
|
H A D | EicPresentation.h | 97 const uint8_t* encryptedCredentialKeys,
|
H A D | EicPresentation.c | 22 const uint8_t* encryptedCredentialKeys, in eicPresentationInit() argument 42 if (!eicOpsDecryptAes128Gcm(eicOpsGetHardwareBoundKey(testCredential), encryptedCredentialKeys, in eicPresentationInit()
|
/aosp12/hardware/interfaces/identity/aidl/vts/ |
H A D | TestCredentialTests.cpp | 159 const vector<uint8_t>& encryptedCredentialKeys = encryptedCredentialKeysItem->value(); in TEST_P() local 162 support::decryptAes128Gcm(hardwareBoundKey, encryptedCredentialKeys, docTypeVec); in TEST_P()
|
H A D | EndToEndTests.cpp | 104 const vector<uint8_t>& encryptedCredentialKeys = encryptedCredentialKeysItem->value(); in extractFromTestCredentialData() local 107 support::decryptAes128Gcm(hardwareBoundKey, encryptedCredentialKeys, docTypeVec); in extractFromTestCredentialData()
|