Lines Matching refs:SSL_set_alpn_protos
4300 || !TEST_false(SSL_set_alpn_protos(clientssl, BADALPN, in test_early_data_psk()
4357 || !TEST_false(SSL_set_alpn_protos(clientssl, GOODALPN, in test_early_data_psk()
4375 || !TEST_false(SSL_set_alpn_protos(clientssl, alpnlist, in test_early_data_psk()
10790 if (!TEST_false(SSL_set_alpn_protos(ssl, NULL, 2))) in test_set_alpn()
10792 if (!TEST_false(SSL_set_alpn_protos(ssl, good, 0))) in test_set_alpn()
10794 if (!TEST_false(SSL_set_alpn_protos(ssl, good, sizeof(good)))) in test_set_alpn()
10796 if (!TEST_true(SSL_set_alpn_protos(ssl, good, 1))) in test_set_alpn()
10798 if (!TEST_true(SSL_set_alpn_protos(ssl, bad0, sizeof(bad0)))) in test_set_alpn()
10800 if (!TEST_true(SSL_set_alpn_protos(ssl, bad1, sizeof(bad1)))) in test_set_alpn()
10802 if (!TEST_true(SSL_set_alpn_protos(ssl, bad2, sizeof(bad2)))) in test_set_alpn()
10804 if (!TEST_true(SSL_set_alpn_protos(ssl, bad3, sizeof(bad3)))) in test_set_alpn()
10806 if (!TEST_true(SSL_set_alpn_protos(ssl, bad4, sizeof(bad4)))) in test_set_alpn()
12362 if (!TEST_false(SSL_set_alpn_protos(clientssl, prots, protslen))) in test_alpn()