Searched refs:encryptedContent (Results 1 – 8 of 8) sorted by relevance
151 vector<uint8_t> encryptedContent; in addEntry() local152 result = writableCredential->addEntryValue(chunk, &encryptedContent); in addEntry()159 EXPECT_GT(encryptedContent.size(), 0u) << "entry name = " << entry.name in addEntry()163 if (!result.isOk() || encryptedContent.size() <= 0u) { in addEntry()167 encryptedChunks.push_back(encryptedContent); in addEntry()
27 byte[] retrieveEntryValue(in byte[] encryptedContent); in retrieveEntryValue() argument
272 byte[] retrieveEntryValue(in byte[] encryptedContent); in retrieveEntryValue() argument
307 optional<vector<uint8_t>> encryptedContent = in addEntryValue() local309 if (!encryptedContent) { in addEntryValue()333 *outEncryptedContentS = byteStringToSigned(encryptedContent.value()); in addEntryValue()
69 ndk::ScopedAStatus retrieveEntryValue(const vector<int8_t>& encryptedContent,
717 auto encryptedContent = byteStringToUnsigned(encryptedContentS); in retrieveEntryValue() local719 support::decryptAes128Gcm(storageKey_, encryptedContent, entryAdditionalData_); in retrieveEntryValue()