Searched refs:csubpkt (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_lib.c | 3040 PACKET cpkt, csubpkt, spkt, ssubpkt; in SSL_select_next_proto() local 3043 || !PACKET_get_length_prefixed_1(&cpkt, &csubpkt) in SSL_select_next_proto() 3044 || PACKET_remaining(&csubpkt) == 0) { in SSL_select_next_proto() 3054 *out = (unsigned char *)PACKET_data(&csubpkt); in SSL_select_next_proto() 3055 *outlen = (unsigned char)PACKET_remaining(&csubpkt); in SSL_select_next_proto() 3065 while (PACKET_get_length_prefixed_1(&cpkt, &csubpkt)) { in SSL_select_next_proto() 3066 if (PACKET_equal(&csubpkt, PACKET_data(&ssubpkt), in SSL_select_next_proto()
|
/third_party/openssl/ssl/ |
H A D | ssl_lib.c | 2940 PACKET cpkt, csubpkt, spkt, ssubpkt; in SSL_select_next_proto() local 2943 || !PACKET_get_length_prefixed_1(&cpkt, &csubpkt) in SSL_select_next_proto() 2944 || PACKET_remaining(&csubpkt) == 0) { in SSL_select_next_proto() 2954 *out = (unsigned char *)PACKET_data(&csubpkt); in SSL_select_next_proto() 2955 *outlen = (unsigned char)PACKET_remaining(&csubpkt); in SSL_select_next_proto() 2965 while (PACKET_get_length_prefixed_1(&cpkt, &csubpkt)) { in SSL_select_next_proto() 2966 if (PACKET_equal(&csubpkt, PACKET_data(&ssubpkt), in SSL_select_next_proto()
|
Completed in 16 milliseconds