Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h486 #define OSSL_GEN_PARAM_POTENTIAL "potential" /* integer */ macro
/freebsd/crypto/openssl/crypto/evp/
H A Dpmeth_gn.c113 if ((param = OSSL_PARAM_locate_const(params, OSSL_GEN_PARAM_POTENTIAL)) in ossl_callback_to_pkey_gencb()
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Drsa_kmgmt.c445 params[0] = OSSL_PARAM_construct_int(OSSL_GEN_PARAM_POTENTIAL, &p); in rsa_gencb()
H A Ddsa_kmgmt.c547 params[0] = OSSL_PARAM_construct_int(OSSL_GEN_PARAM_POTENTIAL, &p); in dsa_gencb()
H A Ddh_kmgmt.c684 params[0] = OSSL_PARAM_construct_int(OSSL_GEN_PARAM_POTENTIAL, &p); in dh_gencb()