Home
last modified time | relevance | path

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

/openssl/include/crypto/
H A Dsecurity_bits.h14 uint16_t ossl_ifc_ffc_compute_security_bits(int n);
/openssl/crypto/rsa/
H A Drsa_sp800_56b_gen.c176 int s = (int)ossl_ifc_ffc_compute_security_bits(nbits); in ossl_rsa_sp800_56b_validate_strength()
204 if (EVP_RAND_get_strength(rng) < ossl_ifc_ffc_compute_security_bits(nbits)) { in rsa_validate_rng_strength()
H A Drsa_lib.c322 uint16_t ossl_ifc_ffc_compute_security_bits(int n) in ossl_ifc_ffc_compute_security_bits() function
398 return ossl_ifc_ffc_compute_security_bits(bits); in RSA_security_bits()
/openssl/crypto/dh/
H A Ddh_gen.c224 ret->length = (2 * ossl_ifc_ffc_compute_security_bits(prime_len) in dh_builtin_genparams()
H A Ddh_key.c315 ossl_ifc_ffc_compute_security_bits(BN_num_bits(dh->params.p)); in generate_key()
/openssl/test/
H A Dffc_internal_test.c647ossl_ifc_ffc_compute_security_bits(BN_num_bits(params->p)), in ffc_private_gen_test()

Completed in 14 milliseconds