Searched refs:csubpkt (Results 1 – 1 of 1) sorted by relevance
3546 PACKET cpkt, csubpkt, spkt, ssubpkt; in SSL_select_next_proto() local3549 || !PACKET_get_length_prefixed_1(&cpkt, &csubpkt) in SSL_select_next_proto()3550 || PACKET_remaining(&csubpkt) == 0) { in SSL_select_next_proto()3560 *out = (unsigned char *)PACKET_data(&csubpkt); in SSL_select_next_proto()3561 *outlen = (unsigned char)PACKET_remaining(&csubpkt); in SSL_select_next_proto()3571 while (PACKET_get_length_prefixed_1(&cpkt, &csubpkt)) { in SSL_select_next_proto()3572 if (PACKET_equal(&csubpkt, PACKET_data(&ssubpkt), in SSL_select_next_proto()
Completed in 23 milliseconds