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

/system/nfc/src/nfc/nci/
H A Dnci_hmsgs.c673 uint8_t param_size = 0; local
675 p = NCI_GET_CMD_BUF(param_size);
679 p->len = NCI_MSG_HDR_SIZE + param_size;
686 UINT8_TO_STREAM(pp, param_size);
/system/tpm/trunks/
H A Dmock_tpm.cc118 const UINT32& param_size,
128 return CommitSyncShort(sign_handle, param_size, p1, y2, param_size_out, k, l,
116 CommitSync(const TPMI_DH_OBJECT& sign_handle, const std::string& sign_handle_name, const UINT32& param_size, const TPM2B_ECC_POINT& p1, const TPM2B_SENSITIVE_DATA& s2, const TPM2B_ECC_PARAMETER& y2, UINT32* param_size_out, TPM2B_ECC_POINT* k, TPM2B_ECC_POINT* l, TPM2B_ECC_POINT* e, UINT16* counter, AuthorizationDelegate* authorization_delegate) argument
H A Dtpm_generated.cc17965 const UINT32& param_size,
17986 rc = Serialize_UINT32(param_size, &param_size_bytes);
18197 const UINT32& param_size,
18210 SerializeCommand_Commit(sign_handle, sign_handle_name, param_size, p1, s2,
18221 const UINT32& param_size,
18234 SerializeCommand_Commit(sign_handle, sign_handle_name, param_size, p1, s2,
18246 const UINT32& param_size,
18265 rc = Serialize_UINT32(param_size, &param_size_bytes);
18435 void Tpm::EC_Ephemeral(const UINT32& param_size, argument
18445 TPM_RC rc = SerializeCommand_EC_Ephemeral(param_size, curve_i
17962 SerializeCommand_Commit( const TPMI_DH_OBJECT& sign_handle, const std::string& sign_handle_name, const UINT32& param_size, const TPM2B_ECC_POINT& p1, const TPM2B_SENSITIVE_DATA& s2, const TPM2B_ECC_PARAMETER& y2, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
18195 Commit(const TPMI_DH_OBJECT& sign_handle, const std::string& sign_handle_name, const UINT32& param_size, const TPM2B_ECC_POINT& p1, const TPM2B_SENSITIVE_DATA& s2, const TPM2B_ECC_PARAMETER& y2, AuthorizationDelegate* authorization_delegate, const CommitResponse& callback) argument
18219 CommitSync(const TPMI_DH_OBJECT& sign_handle, const std::string& sign_handle_name, const UINT32& param_size, const TPM2B_ECC_POINT& p1, const TPM2B_SENSITIVE_DATA& s2, const TPM2B_ECC_PARAMETER& y2, UINT32* param_size_out, TPM2B_ECC_POINT* k, TPM2B_ECC_POINT* l, TPM2B_ECC_POINT* e, UINT16* counter, AuthorizationDelegate* authorization_delegate) argument
18245 SerializeCommand_EC_Ephemeral( const UINT32& param_size, const TPMI_ECC_CURVE& curve_id, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
18454 EC_EphemeralSync(const UINT32& param_size, const TPMI_ECC_CURVE& curve_id, UINT32* param_size_out, TPM2B_ECC_POINT* q, UINT16* counter, AuthorizationDelegate* authorization_delegate) argument
[all...]

Completed in 128 milliseconds