Searched defs:subpkt (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/test/ |
D | packettest.c | 135 PACKET pkt, subpkt; in test_PACKET_get_sub_packet() local 353 PACKET pkt, short_pkt, subpkt = {0}; in test_PACKET_get_length_prefixed_1() local 377 PACKET pkt, short_pkt, subpkt = {0}; in test_PACKET_get_length_prefixed_2() local 400 PACKET pkt, short_pkt, subpkt = {0}; in test_PACKET_get_length_prefixed_3() local 423 PACKET pkt, exact_pkt, subpkt = {0}; in test_PACKET_as_length_prefixed_1() local 446 PACKET pkt, exact_pkt, subpkt = {0}; in test_PACKET_as_length_prefixed_2() local
|
/third_party/openssl/ssl/ |
D | packet_local.h | 107 PACKET *subpkt, size_t len) in PACKET_peek_sub_packet() 121 PACKET *subpkt, size_t len) in PACKET_get_sub_packet() 481 PACKET *subpkt) in PACKET_get_length_prefixed_1() 503 PACKET *subpkt) in PACKET_as_length_prefixed_1() 529 PACKET *subpkt) in PACKET_get_length_prefixed_2() 552 PACKET *subpkt) in PACKET_as_length_prefixed_2() 579 PACKET *subpkt) in PACKET_get_length_prefixed_3()
|
/third_party/openssl/ssl/statem/ |
D | extensions_srvr.c | 510 PACKET subpkt; in tls_parse_ctos_use_srtp() local
|