Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/identity/
DRemoteSecureHardwareProxy.cpp75 vector<uint8_t> encryptedCredentialKeys) { in initializeForUpdate() argument
78 encryptedCredentialKeys.data(), encryptedCredentialKeys.size()); in initializeForUpdate()
179 vector<uint8_t> encryptedCredentialKeys(116); in finishGetCredentialData() local
180 size_t size = encryptedCredentialKeys.size(); in finishGetCredentialData()
183 encryptedCredentialKeys.data(), &size)) { in finishGetCredentialData()
186 encryptedCredentialKeys.resize(size); in finishGetCredentialData()
187 return encryptedCredentialKeys; in finishGetCredentialData()
200 vector<uint8_t> encryptedCredentialKeys) { in initialize() argument
205 docType.size(), encryptedCredentialKeys.data(), in initialize()
206 encryptedCredentialKeys.size()); in initialize()
DRemoteSecureHardwareProxy.h37 vector<uint8_t> encryptedCredentialKeys) override;
85 vector<uint8_t> encryptedCredentialKeys) override;
/device/google/cuttlefish/guest/hals/identity/common/
DWritableIdentityCredential.cpp54 const vector<uint8_t>& encryptedCredentialKeys) { in initializeForUpdate() argument
56 encryptedCredentialKeys)) { in initializeForUpdate()
404 optional<vector<uint8_t>> encryptedCredentialKeys = in finishAddingEntries() local
406 if (!encryptedCredentialKeys) { in finishAddingEntries()
414 array.add(encryptedCredentialKeys.value()); in finishAddingEntries()
DSecureHardwareProxy.h68 vector<uint8_t> encryptedCredentialKeys) = 0;
126 vector<uint8_t> encryptedCredentialKeys) = 0;
DWritableIdentityCredential.h54 bool initializeForUpdate(const vector<uint8_t>& encryptedCredentialKeys);
/device/google/cuttlefish/guest/hals/identity/libeic/
DEicProvisioning.c32 const uint8_t* encryptedCredentialKeys, in eicProvisioningInitForUpdate() argument
57 eicOpsGetHardwareBoundKey(testCredential), encryptedCredentialKeys, in eicProvisioningInitForUpdate()
365 uint8_t* encryptedCredentialKeys, size_t* encryptedCredentialKeysSize) { in eicProvisioningFinishGetCredentialData() argument
396 encryptedCredentialKeys)) { in eicProvisioningFinishGetCredentialData()
DEicProvisioning.h65 const uint8_t* encryptedCredentialKeys,
138 uint8_t* encryptedCredentialKeys, size_t* encryptedCredentialKeysSize);
DEicPresentation.c24 const uint8_t* encryptedCredentialKeys, in eicPresentationInit() argument
48 eicOpsGetHardwareBoundKey(testCredential), encryptedCredentialKeys, in eicPresentationInit()
DEicPresentation.h100 const uint8_t* encryptedCredentialKeys,