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") {
934 PACKET prots, alpnpkt; in tls_construct_ctos_early_data() local937 if (!PACKET_buf_init(&prots, s->ext.alpn, s->ext.alpn_len)) { in tls_construct_ctos_early_data()941 while (PACKET_get_length_prefixed_1(&prots, &alpnpkt)) { in tls_construct_ctos_early_data()
12616 const unsigned char *prots = fooprot; in test_alpn() local12631 prots = NULL; in test_alpn()12636 if (!TEST_false(SSL_set_alpn_protos(clientssl, prots, protslen))) in test_alpn()