Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dssl_ciph.c779 uint32_t algo_strength, int rule, in ssl_cipher_apply_rule() argument
792 (unsigned int)algo_strength, (int)strength_bits); in ssl_cipher_apply_rule()
842 (unsigned int)cp->algo_strength); in ssl_cipher_apply_rule()
856 if ((algo_strength & SSL_STRONG_MASK) in ssl_cipher_apply_rule()
857 && !(algo_strength & SSL_STRONG_MASK & cp->algo_strength)) in ssl_cipher_apply_rule()
859 if ((algo_strength & SSL_DEFAULT_MASK) in ssl_cipher_apply_rule()
860 && !(algo_strength & SSL_DEFAULT_MASK & cp->algo_strength)) in ssl_cipher_apply_rule()
970 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac, algo_strength; in ssl_cipher_process_rulestr() local
1010 algo_strength = 0; in ssl_cipher_process_rulestr()
1131 if (ca_list[j]->algo_strength & SSL_STRONG_MASK) { in ssl_cipher_process_rulestr()
[all …]
H A Dssl_local.h399 uint32_t algo_strength; /* strength and export flags */ member