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

/system/tpm/trunks/
H A Dsession_manager_impl.cc110 TPM2B_NONCE nonce_caller; local
114 nonce_caller.size = SHA1_DIGEST_SIZE;
115 CHECK_EQ(RAND_bytes(nonce_caller.buffer, nonce_caller.size), 1)
127 nonce_caller, encrypted_secret, session_type, symmetric_algorithm,
136 delegate->InitSession(session_handle_, nonce_tpm, nonce_caller, salt,
H A Dmock_tpm.cc39 const TPM2B_NONCE& nonce_caller,
46 StartAuthSessionShort(tpm_key, bind, nonce_caller, encrypted_salt,
56 const TPM2B_NONCE& nonce_caller,
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.cc9088 const TPM2B_NONCE& nonce_caller,
9120 rc = Serialize_TPM2B_NONCE(nonce_caller, &nonce_caller_bytes);
9341 const TPM2B_NONCE& nonce_caller,
9355 tpm_key, tpm_key_name, bind, bind_name, nonce_caller, encrypted_salt,
9369 const TPM2B_NONCE& nonce_caller,
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 99 milliseconds