Searched refs:encrypted_data (Results 1 – 5 of 5) sorted by relevance
/system/security/keystore/ |
D | keystore_client.proto | 25 // MAC of (init_vector + encrypted_data). 27 optional bytes encrypted_data = 3; field
|
D | keystore_client_impl.cpp | 69 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/ |
D | keystore_client_mock.h | 34 std::string* encrypted_data)); 36 bool(const std::string& key_name, const std::string& encrypted_data,
|
D | keystore_client.h | 65 int32_t flags, std::string* encrypted_data) = 0; 71 const std::string& encrypted_data,
|
D | keystore_client_impl.h | 39 int32_t flags, std::string* encrypted_data) override; 40 bool decryptWithAuthentication(const std::string& key_name, const std::string& encrypted_data,
|