Searched refs:encryptedContent (Results 1 – 8 of 8) sorted by relevance
/device/google/cuttlefish/guest/hals/identity/ |
D | RemoteSecureHardwareProxy.cpp | 353 const vector<uint8_t>& encryptedContent, const string& nameSpace, in retrieveEntryValue() argument 362 content.resize(encryptedContent.size() - 28); in retrieveEntryValue() 364 &ctx_, encryptedContent.data(), encryptedContent.size(), in retrieveEntryValue()
|
D | RemoteSecureHardwareProxy.h | 130 const vector<uint8_t>& encryptedContent, const string& nameSpace,
|
/device/google/cuttlefish/guest/hals/identity/common/ |
D | WritableIdentityCredential.cpp | 318 optional<vector<uint8_t>> encryptedContent = hwProxy_->addEntryValue( in addEntryValue() local 320 if (!encryptedContent) { in addEntryValue() 345 *outEncryptedContent = encryptedContent.value(); in addEntryValue()
|
D | IdentityCredential.h | 89 ndk::ScopedAStatus retrieveEntryValue(const vector<uint8_t>& encryptedContent,
|
D | SecureHardwareProxy.h | 173 const vector<uint8_t>& encryptedContent, const string& nameSpace,
|
D | IdentityCredential.cpp | 823 const vector<uint8_t>& encryptedContent, vector<uint8_t>* outContent) { in retrieveEntryValue() argument 825 encryptedContent, currentNameSpace_, currentName_, in retrieveEntryValue()
|
/device/google/cuttlefish/guest/hals/identity/libeic/ |
D | EicPresentation.c | 737 EicPresentation* ctx, const uint8_t* encryptedContent, in eicPresentationRetrieveEntryValue() argument 765 if (!eicOpsDecryptAes128Gcm(ctx->storageKey, encryptedContent, in eicPresentationRetrieveEntryValue()
|
D | EicPresentation.h | 228 EicPresentation* ctx, const uint8_t* encryptedContent,
|