Searched refs:WPACKET_sub_allocate_bytes_u8 (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/test/ |
D | wpackettest.c | 327 || !TEST_true(WPACKET_sub_allocate_bytes_u8(&pkt, 2, &bytes))) in test_WPACKET_allocate_bytes()
|
/third_party/openssl/ssl/ |
D | packet_local.h | 757 #define WPACKET_sub_allocate_bytes_u8(pkt, len, bytes) \ macro
|
/third_party/openssl/ssl/statem/ |
D | extensions_clnt.c | 1154 && !WPACKET_sub_allocate_bytes_u8(pkt, reshashsize, &resbinder)) in tls_construct_ctos_psk() 1156 && !WPACKET_sub_allocate_bytes_u8(pkt, pskhashsize, &pskbinder)) in tls_construct_ctos_psk()
|
D | statem_clnt.c | 3644 || !WPACKET_sub_allocate_bytes_u8(pkt, padding_len, &padding)) { in tls_construct_next_proto()
|