Home
last modified time | relevance | path

Searched refs:PACKET_copy_all (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dpackettest.c209 || !TEST_true(PACKET_copy_all(&pkt, tmp, BUF_LEN, &len)) in test_PACKET_copy_all()
213 || !TEST_false(PACKET_copy_all(&pkt, tmp, BUF_LEN - 1, &len))) in test_PACKET_copy_all()
/freebsd/crypto/openssl/include/internal/
H A Dpacket.h427 __owur static ossl_inline int PACKET_copy_all(const PACKET *pkt, in PACKET_copy_all() function
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c1507 || !PACKET_copy_all(&session_id, clienthello->session_id, in tls_process_client_hello()
1519 if (!PACKET_copy_all(&cookie, clienthello->dtls_cookie, in tls_process_client_hello()
1560 if (!PACKET_copy_all(&compression, clienthello->compressions, in tls_process_client_hello()