Lines Matching refs:SSL_set_alpn_protos
3983 || !TEST_false(SSL_set_alpn_protos(clientssl, BADALPN, in test_early_data_psk()
4040 || !TEST_false(SSL_set_alpn_protos(clientssl, GOODALPN, in test_early_data_psk()
4058 || !TEST_false(SSL_set_alpn_protos(clientssl, alpnlist, in test_early_data_psk()
9614 if (!TEST_false(SSL_set_alpn_protos(ssl, NULL, 2))) in test_set_alpn()
9616 if (!TEST_false(SSL_set_alpn_protos(ssl, good, 0))) in test_set_alpn()
9618 if (!TEST_false(SSL_set_alpn_protos(ssl, good, sizeof(good)))) in test_set_alpn()
9620 if (!TEST_true(SSL_set_alpn_protos(ssl, good, 1))) in test_set_alpn()
9622 if (!TEST_true(SSL_set_alpn_protos(ssl, bad0, sizeof(bad0)))) in test_set_alpn()
9624 if (!TEST_true(SSL_set_alpn_protos(ssl, bad1, sizeof(bad1)))) in test_set_alpn()
9626 if (!TEST_true(SSL_set_alpn_protos(ssl, bad2, sizeof(bad2)))) in test_set_alpn()
9628 if (!TEST_true(SSL_set_alpn_protos(ssl, bad3, sizeof(bad3)))) in test_set_alpn()
9630 if (!TEST_true(SSL_set_alpn_protos(ssl, bad4, sizeof(bad4)))) in test_set_alpn()