Lines Matching refs:algorithm_enc

484     int i = ssl_cipher_info_lookup(ssl_cipher_table_cipher, sslc->algorithm_enc);  in ssl_cipher_get_evp_cipher()
580 if (c->algorithm_enc == SSL_RC4 in ssl_cipher_get_evp()
584 else if (c->algorithm_enc == SSL_AES128 in ssl_cipher_get_evp()
589 else if (c->algorithm_enc == SSL_AES256 in ssl_cipher_get_evp()
594 else if (c->algorithm_enc == SSL_AES128 in ssl_cipher_get_evp()
599 else if (c->algorithm_enc == SSL_AES256 in ssl_cipher_get_evp()
701 (c->algorithm_enc & disabled_enc) || in ssl_cipher_collect_ciphers()
778 uint32_t algorithm_enc = cipher_aliases[i].algorithm_enc; in ssl_cipher_collect_aliases() local
789 if (algorithm_enc) in ssl_cipher_collect_aliases()
790 if ((algorithm_enc & mask_enc) == 0) in ssl_cipher_collect_aliases()
864 cp->algorithm_enc, cp->algorithm_mac, cp->min_tls, in ssl_cipher_apply_rule()
873 if (alg_enc && !(alg_enc & cp->algorithm_enc)) in ssl_cipher_apply_rule()
1134 if (ca_list[j]->algorithm_enc) { in ssl_cipher_process_rulestr()
1136 alg_enc &= ca_list[j]->algorithm_enc; in ssl_cipher_process_rulestr()
1142 alg_enc = ca_list[j]->algorithm_enc; in ssl_cipher_process_rulestr()
1636 if ((sslc->algorithm_enc & disabled_enc) != 0 in STACK_OF()
1703 alg_enc = cipher->algorithm_enc; in SSL_CIPHER_description()
2107 i = ssl_cipher_info_lookup(ssl_cipher_table_cipher, c->algorithm_enc); in SSL_CIPHER_get_cipher_nid()
2162 if (c->algorithm_enc & (SSL_AESGCM | SSL_ARIAGCM)) { in ssl_cipher_get_overhead()
2164 } else if (c->algorithm_enc & (SSL_AES128CCM | SSL_AES256CCM)) { in ssl_cipher_get_overhead()
2166 } else if (c->algorithm_enc & (SSL_AES128CCM8 | SSL_AES256CCM8)) { in ssl_cipher_get_overhead()
2168 } else if (c->algorithm_enc & SSL_CHACHA20POLY1305) { in ssl_cipher_get_overhead()
2182 if (c->algorithm_enc != SSL_eNULL) { in ssl_cipher_get_overhead()