Searched refs:settableparams (Results 1 – 2 of 2) sorted by relevance
91 const OSSL_PARAM *settableparams; in test_settables() local95 && 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()
1865 const OSSL_PARAM *settableparams; in test_kdf_hmac_drbg_settables() local1875 || !TEST_ptr(settableparams = EVP_KDF_CTX_settable_params(kctx))) in test_kdf_hmac_drbg_settables()1884 for (i = 0; settableparams[i].key != NULL; ++i) { in test_kdf_hmac_drbg_settables()1886 if (OPENSSL_strcasecmp(settableparams[i].key, in test_kdf_hmac_drbg_settables()1888 TEST_note("Testing set int into %s fails", settableparams[i].key); in test_kdf_hmac_drbg_settables()1889 params[0] = OSSL_PARAM_construct_int(settableparams[i].key, &j); in test_kdf_hmac_drbg_settables()
Completed in 19 milliseconds