Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/1/android/hardware/identity/
DIIdentityCredential.aidl27 byte[] retrieveEntryValue(in byte[] encryptedContent); in retrieveEntryValue() argument
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/2/android/hardware/identity/
DIIdentityCredential.aidl27 byte[] retrieveEntryValue(in byte[] encryptedContent); in retrieveEntryValue() argument
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/4/android/hardware/identity/
DIIdentityCredential.aidl46 byte[] retrieveEntryValue(in byte[] encryptedContent); in retrieveEntryValue() argument
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/3/android/hardware/identity/
DIIdentityCredential.aidl46 byte[] retrieveEntryValue(in byte[] encryptedContent); in retrieveEntryValue() argument
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/current/android/hardware/identity/
DIIdentityCredential.aidl46 byte[] retrieveEntryValue(in byte[] encryptedContent); in retrieveEntryValue() argument
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/5/android/hardware/identity/
DIIdentityCredential.aidl46 byte[] retrieveEntryValue(in byte[] encryptedContent); in retrieveEntryValue() argument
/hardware/interfaces/identity/aidl/vts/
DUtil.cpp237 vector<uint8_t> encryptedContent; in addEntry() local
238 result = writableCredential->addEntryValue(chunk, &encryptedContent); in addEntry()
245 EXPECT_GT(encryptedContent.size(), 0u) << "entry name = " << entry.name in addEntry()
249 if (!result.isOk() || encryptedContent.size() <= 0u) { in addEntry()
253 encryptedChunks.push_back(encryptedContent); in addEntry()
/hardware/interfaces/identity/aidl/android/hardware/identity/
DIIdentityCredential.aidl290 byte[] retrieveEntryValue(in byte[] encryptedContent); in retrieveEntryValue() argument
/hardware/interfaces/identity/aidl/default/common/
DWritableIdentityCredential.cpp319 optional<vector<uint8_t>> encryptedContent = hwProxy_->addEntryValue( in addEntryValue() local
321 if (!encryptedContent) { in addEntryValue()
345 *outEncryptedContent = encryptedContent.value(); in addEntryValue()
DIdentityCredential.h85 ndk::ScopedAStatus retrieveEntryValue(const vector<uint8_t>& encryptedContent,
DSecureHardwareProxy.h209 const vector<uint8_t>& encryptedContent, const string& nameSpace, const string& name,
DIdentityCredential.cpp880 ndk::ScopedAStatus IdentityCredential::retrieveEntryValue(const vector<uint8_t>& encryptedContent, in retrieveEntryValue() argument
888 encryptedContent, currentNameSpace_, currentName_, currentAccessControlProfileIds_); in retrieveEntryValue()
/hardware/interfaces/identity/aidl/default/
DFakeSecureHardwareProxy.cpp652 const vector<uint8_t>& encryptedContent, const string& nameSpace, const string& name, in retrieveEntryValue() argument
665 content.resize(encryptedContent.size() - 28); in retrieveEntryValue()
667 &ctx_, encryptedContent.data(), encryptedContent.size(), content.data(), in retrieveEntryValue()
DFakeSecureHardwareProxy.h189 const vector<uint8_t>& encryptedContent, const string& nameSpace, const string& name,
/hardware/interfaces/identity/aidl/default/libeic/
DEicPresentation.h248 bool eicPresentationRetrieveEntryValue(EicPresentation* ctx, const uint8_t* encryptedContent,
DEicPresentation.c838 bool eicPresentationRetrieveEntryValue(EicPresentation* ctx, const uint8_t* encryptedContent, in eicPresentationRetrieveEntryValue() argument
868 if (!eicOpsDecryptAes128Gcm(ctx->storageKey, encryptedContent, encryptedContentSize, in eicPresentationRetrieveEntryValue()