Home
last modified time | relevance | path

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

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dfastpath.c992 BYTE* fpInputEvents = Stream_Pointer(s) + sec_bytes; in fastpath_send_multiple_input_pdu() local
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()