Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dssl_lib.c3546 PACKET cpkt, csubpkt, spkt, ssubpkt; in SSL_select_next_proto() local
3567 while (PACKET_get_length_prefixed_1(&spkt, &ssubpkt)) { in SSL_select_next_proto()
3568 if (PACKET_remaining(&ssubpkt) == 0) in SSL_select_next_proto()
3572 if (PACKET_equal(&csubpkt, PACKET_data(&ssubpkt), in SSL_select_next_proto()
3573 PACKET_remaining(&ssubpkt))) { in SSL_select_next_proto()
3575 *out = (unsigned char *)PACKET_data(&ssubpkt); in SSL_select_next_proto()
3576 *outlen = (unsigned char)PACKET_remaining(&ssubpkt); in SSL_select_next_proto()

Completed in 20 milliseconds