Searched refs:PACKET_get_sub_packet (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/test/ |
D | packettest.c | 139 || !TEST_true(PACKET_get_sub_packet(&pkt, &subpkt, 4)) in test_PACKET_get_sub_packet() 144 || !TEST_true(PACKET_get_sub_packet(&pkt, &subpkt, 4)) in test_PACKET_get_sub_packet() 148 || !TEST_false(PACKET_get_sub_packet(&pkt, &subpkt, 4))) in test_PACKET_get_sub_packet()
|
/third_party/openssl/ssl/ |
D | packet_local.h | 120 __owur static ossl_inline int PACKET_get_sub_packet(PACKET *pkt, in PACKET_get_sub_packet() function
|
D | d1_lib.c | 597 || !PACKET_get_sub_packet(&msgpkt, &msgpayload, fraglen) in DTLSv1_listen()
|
/third_party/openssl/ssl/statem/ |
D | statem_srvr.c | 1489 if (!PACKET_get_sub_packet(pkt, &clienthello->ciphersuites, in tls_process_client_hello() 1492 || !PACKET_get_sub_packet(pkt, &challenge, challenge_len) in tls_process_client_hello()
|
D | extensions_srvr.c | 518 || !PACKET_get_sub_packet(pkt, &subpkt, ct)) { in tls_parse_ctos_use_srtp()
|
D | statem_clnt.c | 2315 if (!PACKET_get_sub_packet(&save_param_start, ¶ms, in tls_process_key_exchange()
|