Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dwpackettest.c320 || !TEST_true(WPACKET_sub_allocate_bytes_u8(&pkt, 2, &bytes))) in test_WPACKET_allocate_bytes()
/freebsd/crypto/openssl/include/internal/
H A Dpacket.h815 #define WPACKET_sub_allocate_bytes_u8(pkt, len, bytes) \ macro
/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_clnt.c1137 && !WPACKET_sub_allocate_bytes_u8(pkt, reshashsize, &resbinder)) in tls_construct_ctos_psk()
1139 && !WPACKET_sub_allocate_bytes_u8(pkt, pskhashsize, &pskbinder)) in tls_construct_ctos_psk()
H A Dstatem_clnt.c3591 || !WPACKET_sub_allocate_bytes_u8(pkt, padding_len, &padding)) { in tls_construct_next_proto()