Searched defs:session_type (Results 1 - 5 of 5) sorted by relevance

/system/tpm/trunks/
H A Dsession_manager_test.cc102 TPM_SE session_type = TPM_SE_TRIAL; local
112 session_type, _, _, _, _, _))
115 session_type, handle, "", false, delegate_));
151 TPM_SE session_type = TPM_SE_TRIAL; local
161 session_type, _, _, _, _, _))
164 session_type, handle, "", false, delegate_));
H A Dpolicy_session_impl.cc39 TPM_SE session_type)
40 : factory_(factory), session_type_(session_type) {
38 PolicySessionImpl(const TrunksFactory& factory, TPM_SE session_type) argument
H A Dsession_manager_impl.cc74 TPM_SE session_type,
126 nonce_caller, encrypted_secret, session_type, symmetric_algorithm,
73 StartSession( TPM_SE session_type, TPMI_DH_ENTITY bind_entity, const std::string& bind_authorization_value, bool enable_encryption, HmacAuthorizationDelegate* delegate) argument
H A Dmock_tpm.cc41 const TPM_SE& session_type,
47 session_type, symmetric, auth_hash,
58 const TPM_SE& session_type,
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.cc9090 const TPM_SE& session_type,
9130 rc = Serialize_TPM_SE(session_type, &session_type_bytes);
9343 const TPM_SE& session_type,
9356 session_type, symmetric, auth_hash, &command, authorization_delegate);
9371 const TPM_SE& session_type,
9381 session_type, symmetric, auth_hash, &command, authorization_delegate);
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 102 milliseconds