Searched defs:encrypted_data (Results 1 – 7 of 7) sorted by relevance
25 optional bytes encrypted_data = 3; field
65 std::string* encrypted_data) { in encryptWithAuthentication()118 const std::string& encrypted_data, in decryptWithAuthentication()
98 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()
75 optional bytes encrypted_data = 5; field
147 optional bytes encrypted_data = 3; field
89 std::string encrypted_data; in TEST_F() local
312 ScopedTssMemory encrypted_data(context_handle_); in SealToPCR0() local