Searched defs:encrypted_salt (Results 1 - 3 of 3) sorted by relevance

/system/tpm/trunks/
H A Dsession_manager_impl.cc91 std::string encrypted_salt; local
92 TPM_RC salt_result = EncryptSalt(salt, &encrypted_salt);
99 Make_TPM2B_ENCRYPTED_SECRET(encrypted_salt);
145 std::string* encrypted_salt) {
203 encrypted_salt->resize(out_length);
206 reinterpret_cast<uint8_t*>(string_as_array(encrypted_salt)),
212 encrypted_salt->resize(out_length);
144 EncryptSalt(const std::string& salt, std::string* encrypted_salt) argument
H A Dmock_tpm.cc40 const TPM2B_ENCRYPTED_SECRET& encrypted_salt,
46 StartAuthSessionShort(tpm_key, bind, nonce_caller, encrypted_salt,
57 const TPM2B_ENCRYPTED_SECRET& encrypted_salt,
65 tpm_key, bind, nonce_caller, encrypted_salt, session_type, symmetric,
35 StartAuthSession(const TPMI_DH_OBJECT& tpm_key, const std::string& tpm_key_name, const TPMI_DH_ENTITY& bind, const std::string& bind_name, const TPM2B_NONCE& nonce_caller, const TPM2B_ENCRYPTED_SECRET& encrypted_salt, const TPM_SE& session_type, const TPMT_SYM_DEF& symmetric, const TPMI_ALG_HASH& auth_hash, AuthorizationDelegate* authorization_delegate, const StartAuthSessionResponse& callback) argument
51 StartAuthSessionSync( const TPMI_DH_OBJECT& tpm_key, const std::string& tpm_key_name, const TPMI_DH_ENTITY& bind, const std::string& bind_name, const TPM2B_NONCE& nonce_caller, const TPM2B_ENCRYPTED_SECRET& encrypted_salt, const TPM_SE& session_type, const TPMT_SYM_DEF& symmetric, const TPMI_ALG_HASH& auth_hash, TPMI_SH_AUTH_SESSION* session_handle, TPM2B_NONCE* nonce_tpm, AuthorizationDelegate* authorization_delegate) argument
H A Dtpm_generated.cc9089 const TPM2B_ENCRYPTED_SECRET& encrypted_salt,
9125 rc = Serialize_TPM2B_ENCRYPTED_SECRET(encrypted_salt, &encrypted_salt_bytes);
9342 const TPM2B_ENCRYPTED_SECRET& encrypted_salt,
9355 tpm_key, tpm_key_name, bind, bind_name, nonce_caller, encrypted_salt,
9370 const TPM2B_ENCRYPTED_SECRET& encrypted_salt,
9380 tpm_key, tpm_key_name, bind, bind_name, nonce_caller, encrypted_salt,
9083 SerializeCommand_StartAuthSession( const TPMI_DH_OBJECT& tpm_key, const std::string& tpm_key_name, const TPMI_DH_ENTITY& bind, const std::string& bind_name, const TPM2B_NONCE& nonce_caller, const TPM2B_ENCRYPTED_SECRET& encrypted_salt, const TPM_SE& session_type, const TPMT_SYM_DEF& symmetric, const TPMI_ALG_HASH& auth_hash, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
9337 StartAuthSession(const TPMI_DH_OBJECT& tpm_key, const std::string& tpm_key_name, const TPMI_DH_ENTITY& bind, const std::string& bind_name, const TPM2B_NONCE& nonce_caller, const TPM2B_ENCRYPTED_SECRET& encrypted_salt, const TPM_SE& session_type, const TPMT_SYM_DEF& symmetric, const TPMI_ALG_HASH& auth_hash, AuthorizationDelegate* authorization_delegate, const StartAuthSessionResponse& callback) argument
9364 StartAuthSessionSync( const TPMI_DH_OBJECT& tpm_key, const std::string& tpm_key_name, const TPMI_DH_ENTITY& bind, const std::string& bind_name, const TPM2B_NONCE& nonce_caller, const TPM2B_ENCRYPTED_SECRET& encrypted_salt, const TPM_SE& session_type, const TPMT_SYM_DEF& symmetric, const TPMI_ALG_HASH& auth_hash, TPMI_SH_AUTH_SESSION* session_handle, TPM2B_NONCE* nonce_tpm, AuthorizationDelegate* authorization_delegate) argument
[all...]

Completed in 145 milliseconds