Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/ssl/
H A Dpacket_local.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.c690 if (!PACKET_buf_init(&pkt, serverinfo, serverinfo_length)) in serverinfo_find_extension()
794 if (!PACKET_buf_init(&pkt, serverinfo, serverinfo_length)) in serverinfo_process_buffer()
H A Dt1_enc.c100 if (!PACKET_buf_init(&pkt, rbuf->buf + rbuf->offset, rbuf->left)) in count_unprocessed_records()
H A Dd1_lib.c524 if (!PACKET_buf_init(&pkt, buf, n)) { in DTLSv1_listen()
H A Dssl_lib.c5518 if (!PACKET_buf_init(&pkt, bytes, len)) in SSL_bytes_to_cipher_list()
/freebsd-13.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.c1591 if (!PACKET_buf_init(&hashprefix, hdata, hdatalen) in tls_psk_do_binder()
H A Dextensions_clnt.c861 if (!PACKET_buf_init(&prots, s->ext.alpn, s->ext.alpn_len)) { in tls_construct_ctos_early_data()
H A Dstatem_srvr.c1513 || !PACKET_buf_init(&compression, &null_compression, 1)) { in tls_process_client_hello()
/freebsd-13.1/crypto/openssl/ssl/record/
H A Drec_layer_d1.c556 if (!PACKET_buf_init(&alert, alert_bytes, SSL3_RECORD_get_length(rr)) in dtls1_read_bytes()
H A Drec_layer_s3.c1551 if (!PACKET_buf_init(&alert, alert_bytes, SSL3_RECORD_get_length(rr)) in ssl3_read_bytes()
H A Dssl3_record.c241 if (!PACKET_buf_init(&pkt, RECORD_LAYER_get_packet(&s->rlayer), in ssl3_get_record()