Home
last modified time | relevance | path

Searched refs:ssubpkt (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
3061 while (PACKET_get_length_prefixed_1(&spkt, &ssubpkt)) { in SSL_select_next_proto()
3062 if (PACKET_remaining(&ssubpkt) == 0) in SSL_select_next_proto()
3066 if (PACKET_equal(&csubpkt, PACKET_data(&ssubpkt), in SSL_select_next_proto()
3067 PACKET_remaining(&ssubpkt))) { in SSL_select_next_proto()
3069 *out = (unsigned char *)PACKET_data(&ssubpkt); in SSL_select_next_proto()
3070 *outlen = (unsigned char)PACKET_remaining(&ssubpkt); 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
2961 while (PACKET_get_length_prefixed_1(&spkt, &ssubpkt)) { in SSL_select_next_proto()
2962 if (PACKET_remaining(&ssubpkt) == 0) in SSL_select_next_proto()
2966 if (PACKET_equal(&csubpkt, PACKET_data(&ssubpkt), in SSL_select_next_proto()
2967 PACKET_remaining(&ssubpkt))) { in SSL_select_next_proto()
2969 *out = (unsigned char *)PACKET_data(&ssubpkt); in SSL_select_next_proto()
2970 *outlen = (unsigned char)PACKET_remaining(&ssubpkt); in SSL_select_next_proto()

Completed in 16 milliseconds