Searched refs:encryptedCredentialKeys (Results 1 – 11 of 11) sorted by relevance
/hardware/interfaces/identity/aidl/default/ |
D | FakeSecureHardwareProxy.cpp | 86 const vector<uint8_t>& encryptedCredentialKeys) { in initializeForUpdate() argument 92 docType.size(), encryptedCredentialKeys.data(), in initializeForUpdate() 93 encryptedCredentialKeys.size()); in initializeForUpdate() 287 vector<uint8_t> encryptedCredentialKeys(116); in finishGetCredentialData() local 288 size_t size = encryptedCredentialKeys.size(); in finishGetCredentialData() 290 encryptedCredentialKeys.data(), &size)) { in finishGetCredentialData() 293 encryptedCredentialKeys.resize(size); in finishGetCredentialData() 294 return encryptedCredentialKeys; in finishGetCredentialData() 425 const vector<uint8_t>& encryptedCredentialKeys) { in initialize() argument 432 encryptedCredentialKeys.data(), encryptedCredentialKeys.size()); in initialize()
|
D | FakeSecureHardwareProxy.h | 36 const vector<uint8_t>& encryptedCredentialKeys) override; 144 const vector<uint8_t>& encryptedCredentialKeys) override;
|
/hardware/interfaces/identity/aidl/default/libeic/ |
D | EicProvisioning.h | 71 size_t docTypeLength, const uint8_t* encryptedCredentialKeys, 149 uint8_t* encryptedCredentialKeys,
|
D | EicProvisioning.c | 44 size_t docTypeLength, const uint8_t* encryptedCredentialKeys, in eicProvisioningInitForUpdate() argument 72 if (!eicOpsDecryptAes128Gcm(eicOpsGetHardwareBoundKey(testCredential), encryptedCredentialKeys, in eicProvisioningInitForUpdate() 385 uint8_t* encryptedCredentialKeys, in eicProvisioningFinishGetCredentialData() argument 415 (const uint8_t*)docType, docTypeLength, encryptedCredentialKeys)) { in eicProvisioningFinishGetCredentialData()
|
D | EicPresentation.h | 118 const uint8_t* encryptedCredentialKeys,
|
D | EicPresentation.c | 29 const uint8_t* encryptedCredentialKeys, in eicPresentationInit() argument 56 if (!eicOpsDecryptAes128Gcm(eicOpsGetHardwareBoundKey(testCredential), encryptedCredentialKeys, in eicPresentationInit()
|
/hardware/interfaces/identity/aidl/default/common/ |
D | WritableIdentityCredential.cpp | 54 const vector<uint8_t>& encryptedCredentialKeys) { in initializeForUpdate() argument 55 if (!hwProxy_->initializeForUpdate(testCredential_, docType_, encryptedCredentialKeys)) { in initializeForUpdate() 399 optional<vector<uint8_t>> encryptedCredentialKeys = hwProxy_->finishGetCredentialData(docType_); in finishAddingEntries() local 400 if (!encryptedCredentialKeys) { in finishAddingEntries() 408 array.add(encryptedCredentialKeys.value()); in finishAddingEntries()
|
D | SecureHardwareProxy.h | 70 const vector<uint8_t>& encryptedCredentialKeys) = 0; 161 const vector<uint8_t>& encryptedCredentialKeys) = 0;
|
D | WritableIdentityCredential.h | 57 bool initializeForUpdate(const vector<uint8_t>& encryptedCredentialKeys);
|
/hardware/interfaces/identity/aidl/vts/ |
D | TestCredentialTests.cpp | 159 const vector<uint8_t>& encryptedCredentialKeys = encryptedCredentialKeysItem->value(); in TEST_P() local 162 support::decryptAes128Gcm(hardwareBoundKey, encryptedCredentialKeys, docTypeVec); in TEST_P()
|
D | EndToEndTests.cpp | 104 const vector<uint8_t>& encryptedCredentialKeys = encryptedCredentialKeysItem->value(); in extractFromTestCredentialData() local 107 support::decryptAes128Gcm(hardwareBoundKey, encryptedCredentialKeys, docTypeVec); in extractFromTestCredentialData()
|