Searched refs:algo_strength (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_ciph.c | 812 uint32_t algo_strength, int rule, in ssl_cipher_apply_rule() 824 algo_strength, strength_bits); in ssl_cipher_apply_rule() 870 cp->algo_strength); in ssl_cipher_apply_rule() 884 if ((algo_strength & SSL_STRONG_MASK) in ssl_cipher_apply_rule() 885 && !(algo_strength & SSL_STRONG_MASK & cp->algo_strength)) in ssl_cipher_apply_rule() 887 if ((algo_strength & SSL_DEFAULT_MASK) in ssl_cipher_apply_rule() 888 && !(algo_strength & SSL_DEFAULT_MASK & cp->algo_strength)) in ssl_cipher_apply_rule() 1000 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac, algo_strength; in ssl_cipher_process_rulestr() local 809 ssl_cipher_apply_rule(uint32_t cipher_id, uint32_t alg_mkey, uint32_t alg_auth, uint32_t alg_enc, uint32_t alg_mac, int min_tls, uint32_t algo_strength, int rule, int32_t strength_bits, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p) ssl_cipher_apply_rule() argument [all...] |
H A D | ssl_local.h | 486 uint32_t algo_strength; /* strength and export flags */ member
|
/third_party/openssl/ssl/ |
H A D | ssl_ciph.c | 811 uint32_t algo_strength, int rule, in ssl_cipher_apply_rule() 823 algo_strength, strength_bits); in ssl_cipher_apply_rule() 869 cp->algo_strength); in ssl_cipher_apply_rule() 883 if ((algo_strength & SSL_STRONG_MASK) in ssl_cipher_apply_rule() 884 && !(algo_strength & SSL_STRONG_MASK & cp->algo_strength)) in ssl_cipher_apply_rule() 886 if ((algo_strength & SSL_DEFAULT_MASK) in ssl_cipher_apply_rule() 887 && !(algo_strength & SSL_DEFAULT_MASK & cp->algo_strength)) in ssl_cipher_apply_rule() 999 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac, algo_strength; in ssl_cipher_process_rulestr() local 808 ssl_cipher_apply_rule(uint32_t cipher_id, uint32_t alg_mkey, uint32_t alg_auth, uint32_t alg_enc, uint32_t alg_mac, int min_tls, uint32_t algo_strength, int rule, int32_t strength_bits, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p) ssl_cipher_apply_rule() argument [all...] |
H A D | ssl_local.h | 479 uint32_t algo_strength; /* strength and export flags */ member
|
Completed in 16 milliseconds