Searched refs:prots (Results 1 – 3 of 3) sorted by relevance
345 my @prots = @$protocols;363 && $prots[$orig_c_max] eq "TLSv1.3"375 if ($prots[$c_max] eq "TLSv1.3") {
853 PACKET prots, alpnpkt; in tls_construct_ctos_early_data() local856 if (!PACKET_buf_init(&prots, s->ext.alpn, s->ext.alpn_len)) { in tls_construct_ctos_early_data()860 while (PACKET_get_length_prefixed_1(&prots, &alpnpkt)) { in tls_construct_ctos_early_data()
11068 const unsigned char *prots = fooprot; in test_alpn() local11083 prots = NULL; in test_alpn()11088 if (!TEST_false(SSL_set_alpn_protos(clientssl, prots, protslen))) in test_alpn()