Searched defs:subpkt (Results 1 – 5 of 5) 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; in test_PACKET_get_length_prefixed_1() local 378 PACKET pkt, short_pkt, subpkt; in test_PACKET_get_length_prefixed_2() local 402 PACKET pkt, short_pkt, subpkt; in test_PACKET_get_length_prefixed_3() local 426 PACKET pkt, exact_pkt, subpkt; in test_PACKET_as_length_prefixed_1() local 450 PACKET pkt, exact_pkt, subpkt; in test_PACKET_as_length_prefixed_2() local
|
/third_party/openssl/include/internal/ |
D | packet.h | 108 PACKET *subpkt, size_t len) in PACKET_peek_sub_packet() 122 PACKET *subpkt, size_t len) in PACKET_get_sub_packet() 515 PACKET *subpkt) in PACKET_get_length_prefixed_1() 537 PACKET *subpkt) in PACKET_as_length_prefixed_1() 563 PACKET *subpkt) in PACKET_get_length_prefixed_2() 586 PACKET *subpkt) in PACKET_as_length_prefixed_2() 613 PACKET *subpkt) in PACKET_get_length_prefixed_3()
|
/third_party/openssl/crypto/ |
D | asn1_dsa.c | 155 int ossl_decode_der_length(PACKET *pkt, PACKET *subpkt) in ossl_decode_der_length()
|
/third_party/openssl/ssl/ |
D | t1_enc.c | 113 PACKET pkt, subpkt; in count_unprocessed_records() local
|
/third_party/openssl/ssl/statem/ |
D | extensions_srvr.c | 466 PACKET subpkt; in tls_parse_ctos_use_srtp() local
|