Home
last modified time | relevance | path

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

/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()
/openssl/include/internal/
H A Dpacket.h427 __owur static ossl_inline int PACKET_copy_all(const PACKET *pkt, in PACKET_copy_all() function
/openssl/ssl/statem/
H A Dstatem_srvr.c1603 || !PACKET_copy_all(&session_id, clienthello->session_id, in tls_process_client_hello()
1615 if (!PACKET_copy_all(&cookie, clienthello->dtls_cookie, in tls_process_client_hello()
1656 if (!PACKET_copy_all(&compression, clienthello->compressions, in tls_process_client_hello()

Completed in 16 milliseconds