Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c290 if ((p = OSSL_PARAM_locate(params, OSSL_PKEY_PARAM_SECURITY_BITS)) != NULL in ecx_get_params()
345 OSSL_PARAM_int(OSSL_PKEY_PARAM_SECURITY_BITS, NULL),
355 OSSL_PARAM_int(OSSL_PKEY_PARAM_SECURITY_BITS, NULL),
H A Ddsa_kmgmt.c320 if ((p = OSSL_PARAM_locate(params, OSSL_PKEY_PARAM_SECURITY_BITS)) != NULL in dsa_get_params()
335 OSSL_PARAM_int(OSSL_PKEY_PARAM_SECURITY_BITS, NULL),
H A Drsa_kmgmt.c341 if ((p = OSSL_PARAM_locate(params, OSSL_PKEY_PARAM_SECURITY_BITS)) != NULL in rsa_get_params()
380 OSSL_PARAM_int(OSSL_PKEY_PARAM_SECURITY_BITS, NULL),
H A Dec_kmgmt.c667 if ((p = OSSL_PARAM_locate(params, OSSL_PKEY_PARAM_SECURITY_BITS)) != NULL) { in common_get_params()
786 OSSL_PARAM_int(OSSL_PKEY_PARAM_SECURITY_BITS, NULL),
866 OSSL_PARAM_int(OSSL_PKEY_PARAM_SECURITY_BITS, NULL),
H A Ddh_kmgmt.c322 if ((p = OSSL_PARAM_locate(params, OSSL_PKEY_PARAM_SECURITY_BITS)) != NULL in dh_get_params()
343 OSSL_PARAM_int(OSSL_PKEY_PARAM_SECURITY_BITS, NULL),
/freebsd/crypto/openssl/test/
H A Dtls-provider.c528 if ((p = OSSL_PARAM_locate(params, OSSL_PKEY_PARAM_SECURITY_BITS)) != NULL in xor_get_params()
546 OSSL_PARAM_int(OSSL_PKEY_PARAM_SECURITY_BITS, NULL), in xor_gettable_params()
/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h278 #define OSSL_PKEY_PARAM_SECURITY_BITS "security-bits" /* integer */ macro
/freebsd/crypto/openssl/crypto/evp/
H A Dkeymgmt_lib.c307 params[1] = OSSL_PARAM_construct_int(OSSL_PKEY_PARAM_SECURITY_BITS, in evp_keymgmt_util_cache_keyinfo()
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-keymgmt.pod372 =item "security-bits" (B<OSSL_PKEY_PARAM_SECURITY_BITS>) <integer>