Searched defs:encrypted_data (Results 1 – 8 of 8) sorted by relevance
25 optional bytes encrypted_data = 3; field
78 std::string* encrypted_data) { in encryptWithAuthentication()132 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()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()
75 optional bytes encrypted_data = 5; field
147 optional bytes encrypted_data = 3; field
89 std::string encrypted_data; in TEST_F() local
336 ScopedTssMemory encrypted_data(context_handle_); in SealToPCR0() local
48 optional bytes encrypted_data = 2; field