Lines Matching defs:algorithms
3803 * apex to exist and contain no keys using NSEC-only algorithms.
23036 unsigned char algorithms[256];
23087 memset(algorithms, notexpected, sizeof(algorithms));
23113 if (algorithms[structcds.algorithm] == 0) {
23114 algorithms[structcds.algorithm] = expected;
23130 algorithms[structcds.algorithm] = found;
23137 for (i = 0; i < sizeof(algorithms); i++) {
23139 if (algorithms[i] != notexpected) {
23143 } else if (algorithms[i] == expected) {
23157 memset(algorithms, notexpected, sizeof(algorithms));
23186 if (algorithms[structcdnskey.algorithm] == 0) {
23187 algorithms[structcdnskey.algorithm] = expected;
23203 algorithms[structcdnskey.algorithm] =
23211 for (i = 0; i < sizeof(algorithms); i++) {
23213 if (algorithms[i] != notexpected) {
23217 } else if (algorithms[i] == expected) {