Searched refs:no_salt (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Ddefault_keys.c84 parse_file(krb5_context context, krb5_principal principal, int no_salt) argument
90 ret = hdb_generate_key_set(context, principal, &keys, &nkeys, no_salt);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dkeys.c250 * `no_salt' is set, salt is not important (and will not be set) since
256 Key **ret_key_set, size_t *nkeyset, int no_salt)
313 if (no_salt)
327 no_salt ? NULL : &salt);
255 hdb_generate_key_set(krb5_context context, krb5_principal principal, Key **ret_key_set, size_t *nkeyset, int no_salt) argument

Completed in 149 milliseconds