Home
last modified time | relevance | path

Searched refs:cpkt (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_lib.c3040 PACKET cpkt, csubpkt, spkt, ssubpkt; in SSL_select_next_proto() local
3042 if (!PACKET_buf_init(&cpkt, client, client_len) in SSL_select_next_proto()
3043 || !PACKET_get_length_prefixed_1(&cpkt, &csubpkt) in SSL_select_next_proto()
3064 if (PACKET_buf_init(&cpkt, client, client_len)) { in SSL_select_next_proto()
3065 while (PACKET_get_length_prefixed_1(&cpkt, &csubpkt)) { in SSL_select_next_proto()
/third_party/openssl/ssl/
H A Dssl_lib.c2940 PACKET cpkt, csubpkt, spkt, ssubpkt; in SSL_select_next_proto() local
2942 if (!PACKET_buf_init(&cpkt, client, client_len) in SSL_select_next_proto()
2943 || !PACKET_get_length_prefixed_1(&cpkt, &csubpkt) in SSL_select_next_proto()
2964 if (PACKET_buf_init(&cpkt, client, client_len)) { in SSL_select_next_proto()
2965 while (PACKET_get_length_prefixed_1(&cpkt, &csubpkt)) { in SSL_select_next_proto()

Completed in 16 milliseconds