Searched refs:payload (Results 1 – 7 of 7) sorted by relevance
137 my $payload = "";152 $payload = "";175 if ($serverin != $server && length($payload) != 0) {181 if ($payload ne "") {198 if (length $payload > 0) {204 if ($messlen <= length($payload)) {211 $recoffset = $messlen - length($payload);218 $payload = "";221 $payload .= $record->decrypt_data;245 $payload = "";[all …]
5 DTLS_get_data_mtu - Get maximum data payload size15 This function obtains the maximum data payload size for the established21 Returns the maximum data payload size on success, or 0 on failure.
22 the possibly encrypted data, and the binary data payload (after base64 decoding).
928 written to the same location in the output buffer that the ciphertext payload935 payload, and the tag bytes.937 beginning of the output buffer, do "in place" encryption of the payload and942 OSSL_FUNC_cipher_cipher call should be the length of the payload excluding the explicit
149 PACKET payload, wholebody, sessionid, extensions; in async_write() local156 || !PACKET_get_length_prefixed_2(&pkt, &payload)) in async_write()162 wholebody = payload; in async_write()205 while (PACKET_get_1(&payload, &data)) { in async_write()
37 and includes the time to transfer the payload data in its timing measurements.59 any payload data.116 and optionally transfer payload data from a server. Server and client
9210 receiving specific incorrect SSL/TLS records once record payload
Completed in 31 milliseconds