Home
last modified time | relevance | path

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

/third_party/openssl/test/
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()
Dtls13ccstest.c135 if (!PACKET_copy_bytes(&sessionid, chsessid, chsessidlen)) in watchccs_write()
Dbad_dtls_test.c152 if (!PACKET_copy_bytes(&pkt, client_random, SSL3_RANDOM_SIZE)) in validate_client_hello()
/third_party/openssl/ssl/statem/
Dextensions_clnt.c1351 if (!PACKET_copy_bytes(&ecptformatlist, in tls_parse_stoc_ec_pt_formats()
1457 if (!PACKET_copy_bytes(pkt, s->ext.scts, size)) { in tls_parse_stoc_sct()
1593 if (!PACKET_copy_bytes(pkt, s->s3.alpn_selected, len)) { in tls_parse_stoc_alpn()
Dstatem_clnt.c1295 if (!PACKET_copy_bytes(&cookiepkt, s->d1->cookie, cookie_len)) { in dtls_process_hello_verify()
1411 if (!PACKET_copy_bytes(pkt, s->s3.server_random, SSL3_RANDOM_SIZE)) { in tls_process_server_hello()
2529 if (!PACKET_copy_bytes(pkt, s->session->ext.tick, ticklen)) { in tls_process_new_session_ticket()
2654 if (!PACKET_copy_bytes(pkt, s->ext.ocsp.resp, resplen)) { in tls_process_cert_status_body()
Dstatem_srvr.c1476 || !PACKET_copy_bytes(pkt, clienthello->session_id, session_id_len) in tls_process_client_hello()
1493 if (!PACKET_copy_bytes(&challenge, in tls_process_client_hello()
1505 if (!PACKET_copy_bytes(pkt, clienthello->random, SSL3_RANDOM_SIZE) in tls_process_client_hello()
/third_party/openssl/include/internal/
Dpacket.h409 __owur static ossl_inline int PACKET_copy_bytes(PACKET *pkt, in PACKET_copy_bytes() function
/third_party/openssl/ssl/
Dd1_lib.c565 || !PACKET_copy_bytes(&pkt, seq, SEQ_NUM_SIZE) in DTLSv1_listen()
Dssl_lib.c5625 && !PACKET_copy_bytes(&sslv2ciphers, raw, in ssl_cache_cipherlist()
5698 while (PACKET_copy_bytes(cipher_suites, cipher, n)) { in bytes_to_cipher_list()