Searched refs:WPACKET_sub_allocate_bytes_u8 (Results 1 – 4 of 4) sorted by relevance
/openssl-master/test/ |
A D | wpackettest.c | 320 || !TEST_true(WPACKET_sub_allocate_bytes_u8(&pkt, 2, &bytes))) in test_WPACKET_allocate_bytes()
|
/openssl-master/include/internal/ |
A D | packet.h | 782 #define WPACKET_sub_allocate_bytes_u8(pkt, len, bytes) \ macro
|
/openssl-master/ssl/statem/ |
A D | extensions_clnt.c | 1134 && !WPACKET_sub_allocate_bytes_u8(pkt, reshashsize, &resbinder)) in tls_construct_ctos_psk() 1136 && !WPACKET_sub_allocate_bytes_u8(pkt, pskhashsize, &pskbinder)) in tls_construct_ctos_psk()
|
A D | statem_clnt.c | 3581 || !WPACKET_sub_allocate_bytes_u8(pkt, padding_len, &padding)) { in tls_construct_next_proto()
|
Completed in 15 milliseconds