Home
last modified time | relevance | path

Searched refs:PACKET_copy_bytes (Results 1 – 14 of 14) sorted by relevance

/openssl/fuzz/
H A Dquic-srtm.c76 || !PACKET_copy_bytes(&pkt, arg_token.token, in FuzzerTestOneInput()
104 if (!PACKET_copy_bytes(&pkt, arg_token.token, in FuzzerTestOneInput()
H A Dquic-rcidm.c68 || !PACKET_copy_bytes(pkt, cid->id, cidl)) in get_cid()
H A Dquic-lcidm.c59 || !PACKET_copy_bytes(pkt, cid->id, cidl)) in get_cid()
/openssl/ssl/quic/
H A Dquic_wire.c812 if (!PACKET_copy_bytes(pkt, f->conn_id.id, len)) in ossl_quic_wire_decode_frame_new_conn_id()
819 if (!PACKET_copy_bytes(pkt, f->stateless_reset.token, in ossl_quic_wire_decode_frame_new_conn_id()
994 if (!PACKET_copy_bytes(&pkt2, p->ipv4, sizeof(p->ipv4)) in ossl_quic_wire_decode_transport_param_preferred_addr()
996 || !PACKET_copy_bytes(&pkt2, p->ipv6, sizeof(p->ipv6)) in ossl_quic_wire_decode_transport_param_preferred_addr()
1000 || !PACKET_copy_bytes(&pkt2, p->cid.id, cidl) in ossl_quic_wire_decode_transport_param_preferred_addr()
1001 || !PACKET_copy_bytes(&pkt2, p->stateless_reset.token, in ossl_quic_wire_decode_transport_param_preferred_addr()
H A Dquic_wire_pkt.c234 if (!PACKET_copy_bytes(pkt, hdr->dst_conn_id.id, short_conn_id_len)) in ossl_quic_wire_decode_pkt_hdr()
251 if (!PACKET_copy_bytes(pkt, hdr->pn, hdr->pn_len)) in ossl_quic_wire_decode_pkt_hdr()
292 || !PACKET_copy_bytes(pkt, hdr->dst_conn_id.id, dst_conn_id_len) in ossl_quic_wire_decode_pkt_hdr()
295 || !PACKET_copy_bytes(pkt, hdr->src_conn_id.id, src_conn_id_len)) in ossl_quic_wire_decode_pkt_hdr()
427 if (!PACKET_copy_bytes(pkt, hdr->pn, hdr->pn_len)) in ossl_quic_wire_decode_pkt_hdr()
/openssl/test/
H A Dpackettest.c184 || !TEST_true(PACKET_copy_bytes(&pkt, bytes, 4)) in test_PACKET_copy_bytes()
191 || !TEST_true(PACKET_copy_bytes(&pkt, bytes, 4)) in test_PACKET_copy_bytes()
H A Dtls13ccstest.c135 if (!PACKET_copy_bytes(&sessionid, chsessid, chsessidlen)) in watchccs_write()
H A Dbad_dtls_test.c152 if (!PACKET_copy_bytes(&pkt, client_random, SSL3_RANDOM_SIZE)) in validate_client_hello()
/openssl/include/internal/
H A Dpacket.h409 __owur static ossl_inline int PACKET_copy_bytes(PACKET *pkt, in PACKET_copy_bytes() function
/openssl/ssl/statem/
H A Dextensions_clnt.c1410 if (!PACKET_copy_bytes(&ecptformatlist, in tls_parse_stoc_ec_pt_formats()
1520 if (!PACKET_copy_bytes(pkt, s->ext.scts, size)) { in tls_parse_stoc_sct()
1681 if (!PACKET_copy_bytes(pkt, s->s3.alpn_selected, len)) { in tls_parse_stoc_alpn()
H A Dstatem_clnt.c1369 if (!PACKET_copy_bytes(&cookiepkt, s->d1->cookie, cookie_len)) { in dtls_process_hello_verify()
1498 if (!PACKET_copy_bytes(pkt, s->s3.server_random, SSL3_RANDOM_SIZE)) { in tls_process_server_hello()
2764 if (!PACKET_copy_bytes(pkt, s->session->ext.tick, ticklen)) { in tls_process_new_session_ticket()
2889 if (!PACKET_copy_bytes(pkt, s->ext.ocsp.resp, resplen)) { in tls_process_cert_status_body()
H A Dstatem_srvr.c1572 || !PACKET_copy_bytes(pkt, clienthello->session_id, session_id_len) in tls_process_client_hello()
1589 if (!PACKET_copy_bytes(&challenge, in tls_process_client_hello()
1601 if (!PACKET_copy_bytes(pkt, clienthello->random, SSL3_RANDOM_SIZE) in tls_process_client_hello()
/openssl/ssl/
H A Dd1_lib.c538 if (!PACKET_copy_bytes(&pkt, seq, SEQ_NUM_SIZE) in DTLSv1_listen()
H A Dssl_lib.c7004 && !PACKET_copy_bytes(&sslv2ciphers, raw, in ssl_cache_cipherlist()
7081 while (PACKET_copy_bytes(cipher_suites, cipher, n)) { in ossl_bytes_to_cipher_list()

Completed in 112 milliseconds