Home
last modified time | relevance | path

Searched refs:encryptedContent (Results 1 – 8 of 8) sorted by relevance

/device/google/cuttlefish/guest/hals/identity/
DRemoteSecureHardwareProxy.cpp353 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()
DRemoteSecureHardwareProxy.h130 const vector<uint8_t>& encryptedContent, const string& nameSpace,
/device/google/cuttlefish/guest/hals/identity/common/
DWritableIdentityCredential.cpp318 optional<vector<uint8_t>> encryptedContent = hwProxy_->addEntryValue( in addEntryValue() local
320 if (!encryptedContent) { in addEntryValue()
345 *outEncryptedContent = encryptedContent.value(); in addEntryValue()
DIdentityCredential.h89 ndk::ScopedAStatus retrieveEntryValue(const vector<uint8_t>& encryptedContent,
DSecureHardwareProxy.h173 const vector<uint8_t>& encryptedContent, const string& nameSpace,
DIdentityCredential.cpp823 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/
DEicPresentation.c737 EicPresentation* ctx, const uint8_t* encryptedContent, in eicPresentationRetrieveEntryValue() argument
765 if (!eicOpsDecryptAes128Gcm(ctx->storageKey, encryptedContent, in eicPresentationRetrieveEntryValue()
DEicPresentation.h228 EicPresentation* ctx, const uint8_t* encryptedContent,