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

/netbsd-6-1-5-RELEASE/sbin/cgdconfig/
H A Dparams.c306 kg->kg_salt = NULL;
319 bits_free(kg->kg_salt);
345 if (!kg->kg_salt) {
359 if (!kg->kg_salt) {
373 if (kg->kg_salt)
384 if (kg->kg_salt)
394 if (kg->kg_salt)
439 kg->kg_salt = bits_getrandombits(DEFAULT_SALTLEN, 1);
480 if (kg2->kg_salt)
481 bits_assign(&kg1->kg_salt, kg
[all...]
H A Dparams.h40 bits_t *kg_salt; member in struct:keygen
H A Dcgdconfig.c411 bits_getbuf(kg->kg_salt), BITS2BYTES(bits_len(kg->kg_salt)),

Completed in 67 milliseconds