Home
last modified time | relevance | path

Searched refs:stirred (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dhpke_test.c1213 OSSL_HPKE_SUITE stirred; in test_hpke_suite_strs() local
1221 if (TEST_true(OSSL_HPKE_str2suite(sstr, &stirred)) != 1) { in test_hpke_suite_strs()
1232 &stirred)) != 1) { in test_hpke_suite_strs()
1240 if (!TEST_false(OSSL_HPKE_str2suite("", &stirred))) in test_hpke_suite_strs()
1242 if (!TEST_false(OSSL_HPKE_str2suite(NULL, &stirred))) in test_hpke_suite_strs()
1248 if (!TEST_false(OSSL_HPKE_str2suite(giant, &stirred))) in test_hpke_suite_strs()

Completed in 57 milliseconds