Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/crypto/
H A Dsecurity_bits.h14 uint16_t ossl_ifc_ffc_compute_security_bits(int n);
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_sp800_56b_gen.c175 int s = (int)ossl_ifc_ffc_compute_security_bits(nbits); in ossl_rsa_sp800_56b_validate_strength()
203 if (EVP_RAND_get_strength(rng) < ossl_ifc_ffc_compute_security_bits(nbits)) { in rsa_validate_rng_strength()
H A Drsa_lib.c313 uint16_t ossl_ifc_ffc_compute_security_bits(int n) in ossl_ifc_ffc_compute_security_bits() function
389 return ossl_ifc_ffc_compute_security_bits(bits); in RSA_security_bits()
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_key.c311 ossl_ifc_ffc_compute_security_bits(BN_num_bits(dh->params.p)); in generate_key()
/freebsd/crypto/openssl/test/
H A Dffc_internal_test.c647ossl_ifc_ffc_compute_security_bits(BN_num_bits(params->p)), in ffc_private_gen_test()