Home
last modified time | relevance | path

Searched refs:encrypted_data (Results 1 – 5 of 5) sorted by relevance

/system/security/keystore/
Dkeystore_client.proto25 // MAC of (init_vector + encrypted_data).
27 optional bytes encrypted_data = 3; field
Dkeystore_client_impl.cpp69 std::string* encrypted_data) { in encryptWithAuthentication() argument
114 if (!protobuf.SerializeToString(encrypted_data)) { in encryptWithAuthentication()
122 const std::string& encrypted_data, in decryptWithAuthentication() argument
125 if (!protobuf.ParseFromString(encrypted_data)) { in decryptWithAuthentication()
135 protobuf.init_vector() + protobuf.encrypted_data(), in decryptWithAuthentication()
147 protobuf.encrypted_data(), std::string(), /* signature_to_verify */ in decryptWithAuthentication()
/system/security/keystore/include/keystore/
Dkeystore_client_mock.h34 std::string* encrypted_data));
36 bool(const std::string& key_name, const std::string& encrypted_data,
Dkeystore_client.h65 int32_t flags, std::string* encrypted_data) = 0;
71 const std::string& encrypted_data,
Dkeystore_client_impl.h39 int32_t flags, std::string* encrypted_data) override;
40 bool decryptWithAuthentication(const std::string& key_name, const std::string& encrypted_data,