Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Devp_pkey_dhkem_test.c91 const OSSL_PARAM *settableparams; in test_settables() local
95 && TEST_ptr(settableparams = EVP_PKEY_CTX_settable_params(ctx)) in test_settables()
96 && TEST_ptr(p = OSSL_PARAM_locate_const(settableparams, in test_settables()
99 && TEST_ptr(p = OSSL_PARAM_locate_const(settableparams, in test_settables()
H A Devp_kdf_test.c1859 const OSSL_PARAM *settableparams; in test_kdf_hmac_drbg_settables() local
1869 || !TEST_ptr(settableparams = EVP_KDF_CTX_settable_params(kctx))) in test_kdf_hmac_drbg_settables()
1878 for (i = 0; settableparams[i].key != NULL; ++i) { in test_kdf_hmac_drbg_settables()
1880 if (OPENSSL_strcasecmp(settableparams[i].key, in test_kdf_hmac_drbg_settables()
1883 TEST_note("Testing set int into %s fails", settableparams[i].key); in test_kdf_hmac_drbg_settables()
1884 params[0] = OSSL_PARAM_construct_int(settableparams[i].key, &j); in test_kdf_hmac_drbg_settables()