Searched refs:PACKET_copy_bytes (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/crypto/openssl/ssl/statem/ |
| H A D | extensions_clnt.c | 1385 if (!PACKET_copy_bytes(&ecptformatlist, in tls_parse_stoc_ec_pt_formats() 1496 || !PACKET_copy_bytes(pkt, s->ext.scts, size)) { in tls_parse_stoc_sct() 1639 if (!PACKET_copy_bytes(pkt, s->s3->alpn_selected, len)) { in tls_parse_stoc_alpn()
|
| H A D | statem_clnt.c | 1314 if (!PACKET_copy_bytes(&cookiepkt, s->d1->cookie, cookie_len)) { in dtls_process_hello_verify() 1432 if (!PACKET_copy_bytes(pkt, s->s3->server_random, SSL3_RANDOM_SIZE)) { in tls_process_server_hello() 2654 if (!PACKET_copy_bytes(pkt, s->session->ext.tick, ticklen)) { in tls_process_new_session_ticket() 2777 if (!PACKET_copy_bytes(pkt, s->ext.ocsp.resp, resplen)) { in tls_process_cert_status_body()
|
| H A D | statem_srvr.c | 1466 || !PACKET_copy_bytes(pkt, clienthello->session_id, session_id_len) in tls_process_client_hello() 1484 if (!PACKET_copy_bytes(&challenge, in tls_process_client_hello() 1497 if (!PACKET_copy_bytes(pkt, clienthello->random, SSL3_RANDOM_SIZE) in tls_process_client_hello()
|
| /freebsd-12.1/crypto/openssl/ssl/ |
| H A D | packet_locl.h | 375 __owur static ossl_inline int PACKET_copy_bytes(PACKET *pkt, in PACKET_copy_bytes() function
|
| H A D | d1_lib.c | 571 || !PACKET_copy_bytes(&pkt, seq, SEQ_NUM_SIZE) in DTLSv1_listen()
|
| H A D | ssl_lib.c | 5291 && !PACKET_copy_bytes(&sslv2ciphers, raw, in ssl_cache_cipherlist() 5369 while (PACKET_copy_bytes(cipher_suites, cipher, n)) { in bytes_to_cipher_list()
|