Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore_client.proto25 optional bytes encrypted_data = 3; field
Dkeystore_client_impl.cpp78 std::string* encrypted_data) { in encryptWithAuthentication()
132 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()
272 std::string* encrypted_data) { in EncryptForUnbind()
314 std::string* encrypted_data) { in AesEncrypt()
361 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.cc336 ScopedTssMemory encrypted_data(context_handle_); in SealToPCR0() local
/system/connectivity/shill/shims/protos/
Dcrypto_util.proto48 optional bytes encrypted_data = 2; field