Searched refs:OSSL_PKEY_PARAM_SECURITY_BITS (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/keymgmt/ |
H A D | ecx_kmgmt.c | 290 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 D | dsa_kmgmt.c | 320 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 D | rsa_kmgmt.c | 341 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 D | ec_kmgmt.c | 667 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 D | dh_kmgmt.c | 322 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 D | tls-provider.c | 528 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 D | core_names.h | 278 #define OSSL_PKEY_PARAM_SECURITY_BITS "security-bits" /* integer */ macro
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | keymgmt_lib.c | 307 params[1] = OSSL_PARAM_construct_int(OSSL_PKEY_PARAM_SECURITY_BITS, in evp_keymgmt_util_cache_keyinfo()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | provider-keymgmt.pod | 372 =item "security-bits" (B<OSSL_PKEY_PARAM_SECURITY_BITS>) <integer>
|