Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/ssl/
H A Ds3_lib.c190 .algo_strength = SSL_STRONG_NONE,
206 .algo_strength = SSL_STRONG_NONE,
222 .algo_strength = SSL_LOW,
238 .algo_strength = SSL_LOW,
254 .algo_strength = SSL_MEDIUM,
274 .algo_strength = SSL_MEDIUM,
290 .algo_strength = SSL_LOW,
306 .algo_strength = SSL_MEDIUM,
326 .algo_strength = SSL_HIGH,
342 .algo_strength = SSL_HIGH,
[all …]
H A Dssl_ciph.c425 .algo_strength = SSL_LOW,
429 .algo_strength = SSL_MEDIUM,
433 .algo_strength = SSL_HIGH,
796 unsigned long alg_ssl, unsigned long algo_strength, int rule, in ssl_cipher_apply_rule() argument
847 if ((algo_strength & SSL_STRONG_MASK) && !(algo_strength & SSL_STRONG_MASK & cp->algo_strength)) in ssl_cipher_apply_rule()
949 unsigned long algo_strength; in ssl_cipher_process_rulestr() local
991 algo_strength = 0; in ssl_cipher_process_rulestr()
1100 if (ca_list[j]->algo_strength & SSL_STRONG_MASK) { in ssl_cipher_process_rulestr()
1101 if (algo_strength & SSL_STRONG_MASK) { in ssl_cipher_process_rulestr()
1102 algo_strength &= in ssl_cipher_process_rulestr()
[all …]
H A Dssl_locl.h407 unsigned long algo_strength; /* strength and export flags */ member