Searched refs:PACKET_buf_init (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/crypto/openssl/ssl/ |
| D | packet_local.h | 68 __owur static ossl_inline int PACKET_buf_init(PACKET *pkt, in PACKET_buf_init() function 112 return PACKET_buf_init(subpkt, pkt->curr, len); in PACKET_peek_sub_packet()
|
| D | ssl_rsa.c | 690 if (!PACKET_buf_init(&pkt, serverinfo, serverinfo_length)) in serverinfo_find_extension() 822 if (!PACKET_buf_init(&pkt, serverinfo, serverinfo_length)) in serverinfo_process_buffer()
|
| D | d1_lib.c | 524 if (!PACKET_buf_init(&pkt, buf, n)) { in DTLSv1_listen()
|
| D | ssl_lib.c | 5435 if (!PACKET_buf_init(&pkt, bytes, len)) in SSL_bytes_to_cipher_list()
|
| /freebsd-12-stable/crypto/openssl/ssl/statem/ |
| D | statem.c | 631 if (!PACKET_buf_init(&pkt, s->init_msg, len)) { in read_state_machine()
|
| D | extensions.c | 1591 if (!PACKET_buf_init(&hashprefix, hdata, hdatalen) in tls_psk_do_binder()
|
| D | extensions_clnt.c | 875 if (!PACKET_buf_init(&prots, s->ext.alpn, s->ext.alpn_len)) { in tls_construct_ctos_early_data()
|
| D | statem_srvr.c | 1513 || !PACKET_buf_init(&compression, &null_compression, 1)) { in tls_process_client_hello()
|
| /freebsd-12-stable/crypto/openssl/ssl/record/ |
| D | rec_layer_d1.c | 556 if (!PACKET_buf_init(&alert, alert_bytes, SSL3_RECORD_get_length(rr)) in dtls1_read_bytes()
|
| D | rec_layer_s3.c | 1511 if (!PACKET_buf_init(&alert, alert_bytes, SSL3_RECORD_get_length(rr)) in ssl3_read_bytes()
|
| D | ssl3_record.c | 215 if (!PACKET_buf_init(&pkt, RECORD_LAYER_get_packet(&s->rlayer), in ssl3_get_record()
|