Home
last modified time | relevance | path

Searched refs:PACKET_buf_init (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/crypto/openssl/ssl/
H A Dpacket_locl.h68 __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()
H A Dssl_rsa.c709 if (!PACKET_buf_init(&pkt, serverinfo, serverinfo_length)) in serverinfo_find_extension()
813 if (!PACKET_buf_init(&pkt, serverinfo, serverinfo_length)) in serverinfo_process_buffer()
H A Dd1_lib.c524 if (!PACKET_buf_init(&pkt, buf, n)) { in DTLSv1_listen()
H A Dssl_lib.c5320 if (!PACKET_buf_init(&pkt, bytes, len)) in SSL_bytes_to_cipher_list()
/freebsd-12.1/crypto/openssl/ssl/statem/
H A Dstatem.c631 if (!PACKET_buf_init(&pkt, s->init_msg, len)) { in read_state_machine()
H A Dextensions.c1563 if (!PACKET_buf_init(&hashprefix, hdata, hdatalen) in tls_psk_do_binder()
H A Dextensions_clnt.c860 if (!PACKET_buf_init(&prots, s->ext.alpn, s->ext.alpn_len)) { in tls_construct_ctos_early_data()
H A Dstatem_srvr.c1488 || !PACKET_buf_init(&compression, &null_compression, 1)) { in tls_process_client_hello()
/freebsd-12.1/crypto/openssl/ssl/record/
H A Drec_layer_d1.c553 if (!PACKET_buf_init(&alert, alert_bytes, SSL3_RECORD_get_length(rr)) in dtls1_read_bytes()
H A Drec_layer_s3.c1492 if (!PACKET_buf_init(&alert, alert_bytes, SSL3_RECORD_get_length(rr)) in ssl3_read_bytes()
H A Dssl3_record.c215 if (!PACKET_buf_init(&pkt, RECORD_LAYER_get_packet(&s->rlayer), in ssl3_get_record()