Searched refs:kg_salt (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sbin/cgdconfig/
H A Dparams.c332 kg->kg_salt = NULL;
349 bits_free(kg->kg_salt);
392 if (!kg->kg_salt) {
405 if (!kg->kg_salt) {
419 if (!kg->kg_salt) {
433 if (kg->kg_salt)
444 if (kg->kg_salt)
456 if (kg->kg_salt)
502 kg->kg_salt = bits_getrandombits(DEFAULT_SALTLEN, 1);
509 kg->kg_salt
[all...]
H A Dparams.h43 bits_t *kg_salt; member in struct:keygen
H A Dcgdconfig.c625 bits_getbuf(kg->kg_salt), BITS2BYTES(bits_len(kg->kg_salt)),
655 bits_getbuf(kg->kg_salt),
656 BITS2BYTES(bits_len(kg->kg_salt)),

Completed in 202 milliseconds