Home
last modified time | relevance | path

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

/openbsd/src/lib/libssl/
Ds3_lib.c185 .algo_strength = SSL_STRONG_NONE,
198 .algo_strength = SSL_STRONG_NONE,
211 .algo_strength = SSL_LOW,
224 .algo_strength = SSL_LOW,
237 .algo_strength = SSL_MEDIUM,
254 .algo_strength = SSL_MEDIUM,
267 .algo_strength = SSL_LOW,
280 .algo_strength = SSL_MEDIUM,
297 .algo_strength = SSL_HIGH,
310 .algo_strength = SSL_HIGH,
[all …]
Dssl_ciph.c387 .algo_strength = SSL_LOW,
391 .algo_strength = SSL_MEDIUM,
395 .algo_strength = SSL_HIGH,
708 unsigned long alg_ssl, unsigned long algo_strength, int rule, in ssl_cipher_apply_rule() argument
759 if ((algo_strength & SSL_STRONG_MASK) && !(algo_strength & SSL_STRONG_MASK & cp->algo_strength)) in ssl_cipher_apply_rule()
861 unsigned long algo_strength; in ssl_cipher_process_rulestr() local
903 algo_strength = 0; in ssl_cipher_process_rulestr()
1012 if (ca_list[j]->algo_strength & SSL_STRONG_MASK) { in ssl_cipher_process_rulestr()
1013 if (algo_strength & SSL_STRONG_MASK) { in ssl_cipher_process_rulestr()
1014 algo_strength &= in ssl_cipher_process_rulestr()
[all …]
Dssl_local.h348 unsigned long algo_strength; /* strength and export flags */ member