Searched refs:PACKET_copy_bytes (Results 1 – 14 of 14) sorted by relevance
/openssl/fuzz/ |
H A D | quic-srtm.c | 76 || !PACKET_copy_bytes(&pkt, arg_token.token, in FuzzerTestOneInput() 104 if (!PACKET_copy_bytes(&pkt, arg_token.token, in FuzzerTestOneInput()
|
H A D | quic-rcidm.c | 68 || !PACKET_copy_bytes(pkt, cid->id, cidl)) in get_cid()
|
H A D | quic-lcidm.c | 59 || !PACKET_copy_bytes(pkt, cid->id, cidl)) in get_cid()
|
/openssl/ssl/quic/ |
H A D | quic_wire.c | 812 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 D | quic_wire_pkt.c | 234 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 D | packettest.c | 184 || !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 D | tls13ccstest.c | 135 if (!PACKET_copy_bytes(&sessionid, chsessid, chsessidlen)) in watchccs_write()
|
H A D | bad_dtls_test.c | 152 if (!PACKET_copy_bytes(&pkt, client_random, SSL3_RANDOM_SIZE)) in validate_client_hello()
|
/openssl/include/internal/ |
H A D | packet.h | 409 __owur static ossl_inline int PACKET_copy_bytes(PACKET *pkt, in PACKET_copy_bytes() function
|
/openssl/ssl/statem/ |
H A D | extensions_clnt.c | 1410 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 D | statem_clnt.c | 1369 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 D | statem_srvr.c | 1572 || !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 D | d1_lib.c | 538 if (!PACKET_copy_bytes(&pkt, seq, SEQ_NUM_SIZE) in DTLSv1_listen()
|
H A D | ssl_lib.c | 7004 && !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 69 milliseconds