Home
last modified time | relevance | path

Searched refs:csubpkt (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
2958 || !PACKET_get_length_prefixed_1(&cpkt, &csubpkt) in SSL_select_next_proto()
2959 || PACKET_remaining(&csubpkt) == 0) { in SSL_select_next_proto()
2969 *out = (unsigned char *)PACKET_data(&csubpkt); in SSL_select_next_proto()
2970 *outlen = (unsigned char)PACKET_remaining(&csubpkt); in SSL_select_next_proto()
2980 while (PACKET_get_length_prefixed_1(&cpkt, &csubpkt)) { in SSL_select_next_proto()
2981 if (PACKET_equal(&csubpkt, PACKET_data(&ssubpkt), in SSL_select_next_proto()