Lines Matching refs:algorithm_enc
485 int i = ssl_cipher_info_lookup(ssl_cipher_table_cipher, sslc->algorithm_enc); in ssl_cipher_get_evp_cipher()
585 if (c->algorithm_enc == SSL_RC4 in ssl_cipher_get_evp()
589 else if (c->algorithm_enc == SSL_AES128 in ssl_cipher_get_evp()
594 else if (c->algorithm_enc == SSL_AES256 in ssl_cipher_get_evp()
599 else if (c->algorithm_enc == SSL_AES128 in ssl_cipher_get_evp()
604 else if (c->algorithm_enc == SSL_AES256 in ssl_cipher_get_evp()
706 (c->algorithm_enc & disabled_enc) || in ssl_cipher_collect_ciphers()
783 uint32_t algorithm_enc = cipher_aliases[i].algorithm_enc; in ssl_cipher_collect_aliases() local
794 if (algorithm_enc) in ssl_cipher_collect_aliases()
795 if ((algorithm_enc & mask_enc) == 0) in ssl_cipher_collect_aliases()
869 cp->algorithm_enc, cp->algorithm_mac, cp->min_tls, in ssl_cipher_apply_rule()
878 if (alg_enc && !(alg_enc & cp->algorithm_enc)) in ssl_cipher_apply_rule()
1132 if (ca_list[j]->algorithm_enc) { in ssl_cipher_process_rulestr()
1134 alg_enc &= ca_list[j]->algorithm_enc; in ssl_cipher_process_rulestr()
1140 alg_enc = ca_list[j]->algorithm_enc; in ssl_cipher_process_rulestr()
1396 if ((sslc->algorithm_enc & ctx->disabled_enc_mask) == 0 in update_cipher_list()
1643 if ((sslc->algorithm_enc & disabled_enc) != 0 in STACK_OF()
1710 alg_enc = cipher->algorithm_enc; in SSL_CIPHER_description()
2114 i = ssl_cipher_info_lookup(ssl_cipher_table_cipher, c->algorithm_enc); in SSL_CIPHER_get_cipher_nid()
2169 if (c->algorithm_enc & (SSL_AESGCM | SSL_ARIAGCM)) { in ssl_cipher_get_overhead()
2171 } else if (c->algorithm_enc & (SSL_AES128CCM | SSL_AES256CCM)) { in ssl_cipher_get_overhead()
2173 } else if (c->algorithm_enc & (SSL_AES128CCM8 | SSL_AES256CCM8)) { in ssl_cipher_get_overhead()
2175 } else if (c->algorithm_enc & SSL_CHACHA20POLY1305) { in ssl_cipher_get_overhead()
2189 if (c->algorithm_enc != SSL_eNULL) { in ssl_cipher_get_overhead()