| /src/external/mpl/bind/dist/tests/dns/ |
| nsec3param_test.c | 60 bool resalt; member in struct:__anon24211 140 test->resalt); 184 * 2. Change nothing, but force a resalt. 194 * need to resalt because an explicit salt has been set, 195 * and resalt is not enforced. 203 * NSEC3 parameters, we will also resalt. 210 * Changing salt length means we need to resalt. 218 * No need to resalt because an explicit salt is available. 231 * 8. Same salt, and force resalt. 232 * Nothing changed, but a resalt is enforced [all...] |
| /src/external/mpl/bind/dist/bin/named/ |
| server.c | 14979 bool resalt = false; local 15068 resalt = true; 15104 (uint8_t)saltlen, salt, true, resalt)); local
|
| /src/external/mpl/bind/dist/lib/dns/ |
| zone.c | 1113 bool resalt; member in struct:nsec3param 24035 saltbuf, np->resalt); 24224 unsigned char saltbuf[255], bool resalt) { 24327 } else if (resalt || param->salt == NULL) { 24397 bool replace, bool resalt) { 24425 saltbuf, resalt); 24445 .resalt = resalt,
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| zone.c | 1057 bool resalt; member in struct:nsec3param 22833 saltbuf, np->resalt); 23022 unsigned char saltbuf[255], bool resalt) { 23125 } else if (resalt || param->salt == NULL) { 23195 bool replace, bool resalt) { 23225 saltbuf, resalt); 23243 np->resalt = resalt;
|