Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore_client_impl.cpp86 std::string raw_encrypted_data; in encryptWithAuthentication() local
89 &output_params, &raw_encrypted_data)) { in encryptWithAuthentication()
105 init_vector + raw_encrypted_data, std::string(), /* signature_to_verify */ in encryptWithAuthentication()
113 protobuf.set_encrypted_data(raw_encrypted_data); in encryptWithAuthentication()