Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c668 int ecbits, sec_bits; in common_get_params() local
689 sec_bits = 256; in common_get_params()
691 sec_bits = 192; in common_get_params()
693 sec_bits = 128; in common_get_params()
695 sec_bits = 112; in common_get_params()
697 sec_bits = 80; in common_get_params()
699 sec_bits = ecbits / 2; in common_get_params()
701 if (!OSSL_PARAM_set_int(p, sec_bits)) in common_get_params()