Searched refs:F5_WORKAROUND_MAX_MSG_LEN (Results 1 – 2 of 2) sorted by relevance
44 #define F5_WORKAROUND_MAX_MSG_LEN 0x200 macro239 testresult = TEST_true(msglen == F5_WORKAROUND_MAX_MSG_LEN); in test_client_hello()
931 #define F5_WORKAROUND_MAX_MSG_LEN 0x200 macro992 if (hlen > F5_WORKAROUND_MIN_MSG_LEN && hlen < F5_WORKAROUND_MAX_MSG_LEN) { in tls_construct_ctos_padding()994 hlen = F5_WORKAROUND_MAX_MSG_LEN - hlen; in tls_construct_ctos_padding()
Completed in 18 milliseconds