Searched refs:alias (Results 1 – 3 of 3) sorted by relevance
665 (alias->algorithm_mkey == 0 || alias->algorithm_auth == 0 || in ssl_cipher_apply_rule()666 alias->algorithm_enc == 0 || alias->algorithm_mac == 0)) { in ssl_cipher_apply_rule()712 if (!(alias->algorithm_mkey & cp->algorithm_mkey) || in ssl_cipher_apply_rule()713 !(alias->algorithm_auth & cp->algorithm_auth) || in ssl_cipher_apply_rule()714 !(alias->algorithm_enc & cp->algorithm_enc) || in ssl_cipher_apply_rule()715 !(alias->algorithm_mac & cp->algorithm_mac) || in ssl_cipher_apply_rule()716 (alias->min_version != 0 && in ssl_cipher_apply_rule()890 CIPHER_ALIAS alias; in ssl_cipher_process_rulestr() local894 alias.include_deprecated = rule != CIPHER_ADD; in ssl_cipher_process_rulestr()945 if (alias.min_version != 0 && in ssl_cipher_process_rulestr()[all …]
491 if (strlen(group.alias) > 0 && len == strlen(group.alias) && in ssl_name_to_group_id()492 !strncmp(group.alias, name, len)) { in ssl_name_to_group_id()
945 const char name[32], alias[32]; member
Completed in 23 milliseconds