Home
last modified time | relevance | path

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

/openssl-master/test/
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-master/include/internal/
A Dpacket.h394 __owur static ossl_inline int PACKET_copy_all(const PACKET *pkt, in PACKET_copy_all() function
/openssl-master/ssl/statem/
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()

Completed in 9 milliseconds