Home
last modified time | relevance | path

Searched refs:ssubpkt (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c2955 PACKET cpkt, csubpkt, spkt, ssubpkt; in SSL_select_next_proto() local
2976 while (PACKET_get_length_prefixed_1(&spkt, &ssubpkt)) { in SSL_select_next_proto()
2977 if (PACKET_remaining(&ssubpkt) == 0) in SSL_select_next_proto()
2981 if (PACKET_equal(&csubpkt, PACKET_data(&ssubpkt), in SSL_select_next_proto()
2982 PACKET_remaining(&ssubpkt))) { in SSL_select_next_proto()
2984 *out = (unsigned char *)PACKET_data(&ssubpkt); in SSL_select_next_proto()
2985 *outlen = (unsigned char)PACKET_remaining(&ssubpkt); in SSL_select_next_proto()