Home
last modified time | relevance | path

Searched defs:encrypted_data (Results 1 – 7 of 7) sorted by relevance

/system/security/keystore/
Dkeystore_client.proto25 optional bytes encrypted_data = 3; field
Dkeystore_client_impl.cpp65 std::string* encrypted_data) { in encryptWithAuthentication()
118 const std::string& encrypted_data, in decryptWithAuthentication()
/system/tpm/attestation/common/
Dcrypto_utility_impl.cc98 std::string* encrypted_data) { in EncryptData()
121 bool CryptoUtilityImpl::UnsealKey(const std::string& encrypted_data, in UnsealKey()
137 bool CryptoUtilityImpl::DecryptData(const std::string& encrypted_data, in DecryptData()
271 std::string* encrypted_data) { in EncryptForUnbind()
313 std::string* encrypted_data) { in AesEncrypt()
360 bool CryptoUtilityImpl::AesDecrypt(const std::string& encrypted_data, in AesDecrypt()
Dcommon.proto75 optional bytes encrypted_data = 5; field
Dinterface.proto147 optional bytes encrypted_data = 3; field
Dcrypto_utility_impl_test.cc89 std::string encrypted_data; in TEST_F() local
Dtpm_utility_v1.cc312 ScopedTssMemory encrypted_data(context_handle_); in SealToPCR0() local