Home | History | Annotate | Download | only in ssl

Lines Matching defs:write_length

1488 		unsigned int write_length = 1 /* heartbeat type */ +
1493 if (write_length > SSL3_RT_MAX_PLAIN_LENGTH)
1500 buffer = OPENSSL_malloc(write_length);
1511 r = dtls1_write_bytes(s, TLS1_RT_HEARTBEAT, buffer, write_length);
1515 buffer, write_length,