Searched refs:WPACKET_sub_allocate_bytes_u16 (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | packet_local.h | 792 #define WPACKET_sub_allocate_bytes_u16(pkt, len, bytes) \ macro
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/ |
H A D | packet.h | 817 #define WPACKET_sub_allocate_bytes_u16(pkt, len, bytes) \ macro
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
H A D | extensions_clnt.c | 336 || !WPACKET_sub_allocate_bytes_u16(pkt, idlen, &idbytes) in tls_construct_ctos_status_request() 987 || !WPACKET_sub_allocate_bytes_u16(pkt, hlen, &padbytes)) { in tls_construct_ctos_padding()
|
H A D | statem_clnt.c | 3101 if (!WPACKET_sub_allocate_bytes_u16(pkt, BN_num_bytes(pub_key), in tls_construct_cke_dhe() 3299 || !WPACKET_sub_allocate_bytes_u16(pkt, BN_num_bytes(s->srp_ctx.A), in tls_construct_cke_srp()
|
H A D | statem_lib.c | 2350 || !WPACKET_sub_allocate_bytes_u16(pkt, namelen, in construct_ca_names()
|
H A D | statem_srvr.c | 2828 if (rv <= 0 || !WPACKET_sub_allocate_bytes_u16(pkt, siglen, &sigbytes2) in tls_construct_server_key_exchange()
|
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/ |
H A D | statem_clnt.c | 2949 if (!WPACKET_sub_allocate_bytes_u16(pkt, pad_len, &keybytes)) { in tls_construct_cke_dhe() 3261 || !WPACKET_sub_allocate_bytes_u16(pkt, BN_num_bytes(s->srp_ctx.A), in tls_construct_cke_srp()
|
H A D | statem_srvr.c | 2704 || !WPACKET_sub_allocate_bytes_u16(pkt, siglen, &sigbytes2) in tls_construct_server_key_exchange()
|