Lines Matching refs:aes_key
310 const std::vector<uint8_t>& aes_key, State state) { in writeBlob() argument
329 aes_key, rawBlob->initialization_vector, rawBlob->aead_tag); in writeBlob()
368 const std::vector<uint8_t>& aes_key, in writeBlobs() argument
376 rc = writeBlob(entry_->getKeyBlobPath(), std::move(keyBlob), rawBlob, aes_key, state); in writeBlobs()
385 rawBlob, aes_key, state); in writeBlobs()
390 ResponseCode Blob::readBlob(const std::string& filename, const std::vector<uint8_t>& aes_key, in readBlob() argument
430 aes_key, rawBlob->initialization_vector, rawBlob->aead_tag); in readBlob()
462 AES_set_decrypt_key(aes_key.data(), kAesKeySize * 8, &key); in readBlob()
496 LockedKeyBlobEntry::readBlobs(const std::vector<uint8_t>& aes_key, State state) const { in readBlobs() argument
501 rc = keyBlob.readBlob(entry_->getKeyBlobPath(), aes_key, state); in readBlobs()
507 characteristicsBlob.readBlob(entry_->getCharacteristicsBlobPath(), aes_key, state); in readBlobs()