Searched refs:PACKET_copy_bytes (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/crypto/openssl/ssl/
H A Dpacket_local.h375 __owur static ossl_inline int PACKET_copy_bytes(PACKET *pkt, function
H A Dd1_lib.c572 || !PACKET_copy_bytes(&pkt, seq, SEQ_NUM_SIZE)
H A Dssl_lib.c5439 && !PACKET_copy_bytes(&sslv2ciphers, raw,
5517 while (PACKET_copy_bytes(cipher_suites, cipher, n)) {
/freebsd-13-stable/crypto/openssl/ssl/statem/
H A Dextensions_clnt.c1387 if (!PACKET_copy_bytes(&ecptformatlist,
1503 if (!PACKET_copy_bytes(pkt, s->ext.scts, size)) {
1648 if (!PACKET_copy_bytes(pkt, s->s3->alpn_selected, len)) {
H A Dstatem_clnt.c1314 if (!PACKET_copy_bytes(&cookiepkt, s->d1->cookie, cookie_len)) {
1432 if (!PACKET_copy_bytes(pkt, s->s3->server_random, SSL3_RANDOM_SIZE)) {
2656 if (!PACKET_copy_bytes(pkt, s->session->ext.tick, ticklen)) {
2781 if (!PACKET_copy_bytes(pkt, s->ext.ocsp.resp, resplen)) {
H A Dstatem_srvr.c1491 || !PACKET_copy_bytes(pkt, clienthello->session_id, session_id_len)
1509 if (!PACKET_copy_bytes(&challenge,
1522 if (!PACKET_copy_bytes(pkt, clienthello->random, SSL3_RANDOM_SIZE)

Completed in 189 milliseconds