Searched refs:saltbits (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/
H A Dmisc.c1000 int gensalt (char *salt, size_t saltsize, int saltbits, unsigned int seed) argument
1010 saltlen = saltbits / 4;
H A Dmisc.h82 extern int gensalt (char *salt, size_t saltsize, int saltbits, unsigned int seed);
H A Dzconf.c182 { "SaltBits", 98, last, CONF_INT, &def.saltbits },
272 set_varptr ("saltbits", &cp->saltbits, cp2 ? &cp2->saltbits: NULL);
892 if ( z->saltbits < 4 )
894 if ( z->saltbits > 128 )
897 ret = fprintf (stderr, "The current value is %d bits\n", z->saltbits);
H A Dzconf.h167 int saltbits; member in struct:zconf
H A Dzkt-signer.c918 if ( gensalt (salt, sizeof (salt), conf->saltbits, seed) )
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c364 * value, this will also be part of the dumped key. The last "saltbits" of the
375 dump_key(uint8_t *keyp, uint_t bitlen, uint_t saltbits, FILE *where, argument
381 saltbytes = SADB_1TO8(saltbits);
404 if (separate_salt && saltbits != 0) {
405 if (fprintf(where, "]/%u+%u", bitlen, saltbits) < 0)
408 if (fprintf(where, "/%u", bitlen + saltbits) < 0)
2514 " minbits=%u, maxbits=%u, saltbits=%u\n"),
2561 " minbits=%u, maxbits=%u, ivlen=%u, saltbits=%u"),

Completed in 63 milliseconds