Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/keymgmt/
A Dec_kmgmt.c645 int ecbits, sec_bits; in common_get_params() local
666 sec_bits = 256; in common_get_params()
668 sec_bits = 192; in common_get_params()
670 sec_bits = 128; in common_get_params()
672 sec_bits = 112; in common_get_params()
674 sec_bits = 80; in common_get_params()
676 sec_bits = ecbits / 2; in common_get_params()
678 if (!OSSL_PARAM_set_int(p, sec_bits)) in common_get_params()

Completed in 4 milliseconds