Lines Matching refs:rule
925 int rule, int strength_bits,
933 printf("Applying rule %d with %08lx/%08lx/%08lx/%08lx/%08lx %08lx (%d)\n",
934 rule, alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength, strength_bits);
937 if (rule == CIPHER_DEL)
995 printf("Action = %d\n", rule);
999 if (rule == CIPHER_ADD)
1009 else if (rule == CIPHER_ORD)
1017 else if (rule == CIPHER_DEL)
1029 else if (rule == CIPHER_KILL)
1109 int j, multi, found, rule, retval, ok, buflen;
1122 { rule = CIPHER_DEL; l++; }
1124 { rule = CIPHER_ORD; l++; }
1126 { rule = CIPHER_KILL; l++; }
1128 { rule = CIPHER_SPECIAL; l++; }
1130 { rule = CIPHER_ADD; }
1177 if (rule == CIPHER_SPECIAL)
1195 * will make the rule "ADH:SOME" and the cipher
1314 * Ok, we have the rule, now apply it
1316 if (rule == CIPHER_SPECIAL)
1340 rule, -1, head_p, tail_p);
1462 * If the rule_string begins with DEFAULT, apply the default rule
1482 { /* Rule processing failure */