Searched refs:PACKET_copy_all (Results 1 – 3 of 3) sorted by relevance
/openssl-master/test/ |
A D | packettest.c | 209 || !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 D | packet.h | 394 __owur static ossl_inline int PACKET_copy_all(const PACKET *pkt, in PACKET_copy_all() function
|
/openssl-master/ssl/statem/ |
A D | statem_srvr.c | 1507 || !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