Lines Matching defs:rule
154 * This rule isn't currently supported by the public cipherstring API.
811 uint32_t algo_strength, int rule,
821 "Applying rule %d with %08x/%08x/%08x/%08x/%08x %08x (%d)\n",
822 rule, alg_mkey, alg_auth, alg_enc, alg_mac, min_tls,
826 if (rule == CIPHER_DEL || rule == CIPHER_BUMP)
892 BIO_printf(trc_out, "Action = %d\n", rule);
895 if (rule == CIPHER_ADD) {
903 else if (rule == CIPHER_ORD) {
908 } else if (rule == CIPHER_DEL) {
919 } else if (rule == CIPHER_BUMP) {
922 } else if (rule == CIPHER_KILL) {
1002 int j, multi, found, rule, retval, ok, buflen;
1014 rule = CIPHER_DEL;
1017 rule = CIPHER_ORD;
1020 rule = CIPHER_KILL;
1023 rule = CIPHER_SPECIAL;
1026 rule = CIPHER_ADD;
1069 if (rule == CIPHER_SPECIAL) {
1085 * will make the rule "ADH:SOME" and the cipher
1212 * Ok, we have the rule, now apply it
1214 if (rule == CIPHER_SPECIAL) { /* special command */
1242 min_tls, algo_strength, rule, -1, head_p,
1605 * If the rule_string begins with DEFAULT, apply the default rule