Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dwpackettest.c256 || !TEST_true(WPACKET_set_flags(&pkt, WPACKET_FLAGS_NON_ZERO_LENGTH)) in test_WPACKET_set_flags()
268 || !TEST_true(WPACKET_set_flags(&pkt, WPACKET_FLAGS_NON_ZERO_LENGTH)) in test_WPACKET_set_flags()
/third_party/openssl/ssl/
Dpacket.c191 && (sub->flags & WPACKET_FLAGS_NON_ZERO_LENGTH) != 0) in wpacket_intern_close()
Dpacket_local.h649 #define WPACKET_FLAGS_NON_ZERO_LENGTH 1 macro
/third_party/openssl/ssl/statem/
Dextensions_clnt.c101 || !WPACKET_set_flags(pkt, WPACKET_FLAGS_NON_ZERO_LENGTH) in tls_construct_ctos_srp()
Dstatem_srvr.c2908 || !WPACKET_set_flags(pkt, WPACKET_FLAGS_NON_ZERO_LENGTH) in tls_construct_certificate_request()