Lines Matching refs:act_algorithms
1084 unsigned char *act_algorithms, unsigned char *bad_algorithms) in verifyset() argument
1112 if (act_algorithms[i] != 0) in verifyset()
1136 (act_algorithms[sig.algorithm] == 0)) in verifyset()
1142 if (memcmp(set_algorithms, act_algorithms, sizeof(set_algorithms))) { in verifyset()
1146 if ((act_algorithms[i] != 0) && in verifyset()
1161 unsigned char *act_algorithms, unsigned char *bad_algorithms, in verifynode() argument
1190 act_algorithms, bad_algorithms); in verifynode()
1483 unsigned char act_algorithms[256]; in verifyzone() local
1552 memset(act_algorithms, 0, sizeof(act_algorithms)); in verifyzone()
1636 act_algorithms[i] = (ksk_algorithms[i] != 0 || in verifyzone()
1639 act_algorithms[i] = ksk_algorithms[i] != 0 ? 1 : 0; in verifyzone()
1640 if (act_algorithms[i] != 0) { in verifyzone()
1736 isdelegation, &keyset, act_algorithms, in verifyzone()
1766 ISC_FALSE, &keyset, act_algorithms, in verifyzone()