Home
last modified time | relevance | path

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

/openssl-master/test/
A Ddsatest.c160 const OSSL_PARAM *settables = NULL; in dsa_keygen_test() local
251 || !TEST_ptr(settables = EVP_PKEY_CTX_settable_params(pg_ctx)) in dsa_keygen_test()
252 || !TEST_ptr(OSSL_PARAM_locate_const(settables, in dsa_keygen_test()
/openssl-master/crypto/rand/
A Drand_lib.c561 const OSSL_PARAM *settables; in rand_new_drbg() local
577 settables = EVP_RAND_CTX_settable_params(ctx); in rand_new_drbg()
578 if (OSSL_PARAM_locate_const(settables, OSSL_DRBG_PARAM_CIPHER)) { in rand_new_drbg()
584 && OSSL_PARAM_locate_const(settables, OSSL_DRBG_PARAM_DIGEST)) in rand_new_drbg()
590 if (OSSL_PARAM_locate_const(settables, OSSL_ALG_PARAM_MAC)) in rand_new_drbg()
592 if (OSSL_PARAM_locate_const(settables, OSSL_DRBG_PARAM_USE_DF)) in rand_new_drbg()
/openssl-master/providers/implementations/encode_decode/
A Dencode_key2ms.c89 static const OSSL_PARAM settables[] = { in key2pvk_settable_ctx_params() local
94 return settables; in key2pvk_settable_ctx_params()
A Dencode_key2any.c957 static const OSSL_PARAM settables[] = { in key2any_settable_ctx_params() local
963 return settables; in key2any_settable_ctx_params()

Completed in 27 milliseconds