Lines Matching refs:ciphersuites
3917 static const char *ciphersuites[] = { variable
3953 if (ciphersuites[cipher] == NULL) in early_data_skip_helper()
3967 if (!TEST_true(SSL_CTX_set_ciphersuites(sctx, ciphersuites[cipher])) in early_data_skip_helper()
3968 || !TEST_true(SSL_CTX_set_ciphersuites(cctx, ciphersuites[cipher]))) in early_data_skip_helper()
4126 idx % OSSL_NELEM(ciphersuites), in test_early_data_skip()
4127 idx / OSSL_NELEM(ciphersuites)); in test_early_data_skip()
4137 idx % OSSL_NELEM(ciphersuites), in test_early_data_skip_hrr()
4138 idx / OSSL_NELEM(ciphersuites)); in test_early_data_skip_hrr()
4149 idx % OSSL_NELEM(ciphersuites), in test_early_data_skip_hrr_fail()
4150 idx / OSSL_NELEM(ciphersuites)); in test_early_data_skip_hrr_fail()
4160 idx % OSSL_NELEM(ciphersuites), in test_early_data_skip_abort()
4161 idx / OSSL_NELEM(ciphersuites)); in test_early_data_skip_abort()
12600 ADD_ALL_TESTS(test_early_data_skip, OSSL_NELEM(ciphersuites) * 3); in setup_tests()
12601 ADD_ALL_TESTS(test_early_data_skip_hrr, OSSL_NELEM(ciphersuites) * 3); in setup_tests()
12602 ADD_ALL_TESTS(test_early_data_skip_hrr_fail, OSSL_NELEM(ciphersuites) * 3); in setup_tests()
12603 ADD_ALL_TESTS(test_early_data_skip_abort, OSSL_NELEM(ciphersuites) * 3); in setup_tests()