Lines Matching defs:salt
637 unsigned char salt[DNS_NSEC3_SALTSIZE];
1514 memmove(version->salt, rbtdb->current_version->salt,
1521 memset(version->salt, 0, sizeof(version->salt));
2625 memmove(version->salt, nsec3param.salt,
3827 memcmp(nsec3.salt, search->rbtversion->salt,
8092 unsigned char *salt, size_t *salt_length)
8111 if (salt != NULL && salt_length != NULL) {
8113 memmove(salt, rbtversion->salt,
8721 memset(rbtdb->current_version->salt, 0,
8722 sizeof(rbtdb->current_version->salt));