Home
last modified time | relevance | path

Searched defs:aes_key (Results 1 – 4 of 4) sorted by relevance

/system/security/keystore/
Dblob.cpp90 ResponseCode Blob::writeBlob(const char* filename, AES_KEY* aes_key, State state, in writeBlob()
153 ResponseCode Blob::readBlob(const char* filename, AES_KEY* aes_key, State state) { in readBlob()
/system/tpm/attestation/common/
Dcrypto_utility_impl.cc82 bool CryptoUtilityImpl::CreateSealedKey(std::string* aes_key, in CreateSealedKey()
96 const std::string& aes_key, in EncryptData()
122 std::string* aes_key, in UnsealKey()
138 const std::string& aes_key, in DecryptData()
223 std::string aes_key; in EncryptIdentityCredential() local
/system/keymaster/
Docb_utils.cpp100 AES_KEY aes_key; in InitializeKeyWrappingContext() local
/system/tpm/trunks/
Dhmac_authorization_delegate.cc300 unsigned char aes_key[kAesKeySize]; in AesOperation() local