Home
last modified time | relevance | path

Searched refs:act_algorithms (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/contrib/bind9/bin/dnssec/
Ddnssectool.c1082 unsigned char *act_algorithms, unsigned char *bad_algorithms) in verifyset() argument
1110 if (act_algorithms[i] != 0) in verifyset()
1134 (act_algorithms[sig.algorithm] == 0)) in verifyset()
1140 if (memcmp(set_algorithms, act_algorithms, sizeof(set_algorithms))) { in verifyset()
1144 if ((act_algorithms[i] != 0) && in verifyset()
1159 unsigned char *act_algorithms, unsigned char *bad_algorithms, in verifynode() argument
1188 act_algorithms, bad_algorithms); in verifynode()
1481 unsigned char act_algorithms[256]; in verifyzone() local
1550 memset(act_algorithms, 0, sizeof(act_algorithms)); in verifyzone()
1634 act_algorithms[i] = (ksk_algorithms[i] != 0 || in verifyzone()
[all …]