Home
last modified time | relevance | path

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

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dfastpath.c993 UINT16 fpInputEvents_length = length - 3 - sec_bytes; in fastpath_send_multiple_input_pdu() local
999 if ((pad = 8 - (fpInputEvents_length % 8)) == 8) in fastpath_send_multiple_input_pdu()
1006 if (!security_hmac_signature(fpInputEvents, fpInputEvents_length, Stream_Pointer(s), in fastpath_send_multiple_input_pdu()
1011 memset(fpInputEvents + fpInputEvents_length, 0, pad); in fastpath_send_multiple_input_pdu()
1013 if (!security_fips_encrypt(fpInputEvents, fpInputEvents_length + pad, rdp)) in fastpath_send_multiple_input_pdu()
1023 status = security_salted_mac_signature(rdp, fpInputEvents, fpInputEvents_length, in fastpath_send_multiple_input_pdu()
1026 status = security_mac_signature(rdp, fpInputEvents, fpInputEvents_length, in fastpath_send_multiple_input_pdu()
1029 if (!status || !security_encrypt(fpInputEvents, fpInputEvents_length, rdp)) in fastpath_send_multiple_input_pdu()