Lines Matching refs:algorithm_enc
490 switch (c->algorithm_enc) in ssl_cipher_get_evp()
728 !(c->algorithm_enc & disabled_enc) && in ssl_cipher_collect_ciphers()
811 unsigned long algorithm_enc = cipher_aliases[i].algorithm_enc; in ssl_cipher_collect_aliases() local
823 if (algorithm_enc) in ssl_cipher_collect_aliases()
824 if ((algorithm_enc & mask_enc) == 0) in ssl_cipher_collect_aliases()
897 …gth = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm_auth, cp->algorithm_enc, cp->algorithm… in ssl_cipher_apply_rule()
904 if (alg_enc && !(alg_enc & cp->algorithm_enc)) in ssl_cipher_apply_rule()
1165 if (ca_list[j]->algorithm_enc) in ssl_cipher_process_rulestr()
1169 alg_enc &= ca_list[j]->algorithm_enc; in ssl_cipher_process_rulestr()
1173 alg_enc = ca_list[j]->algorithm_enc; in ssl_cipher_process_rulestr()
1468 alg_enc = cipher->algorithm_enc; in SSL_CIPHER_description()