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

/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Ddefault_keys.c82 parse_file(krb5_context context, krb5_principal principal, int no_salt) argument
88 ret = hdb_generate_key_set(context, principal, &keys, &nkeys, no_salt);
/freebsd-9.3-release/crypto/heimdal/lib/hdb/
H A Dkeys.c246 * `no_salt' is set, salt is not important (and will not be set) since
252 Key **ret_key_set, size_t *nkeyset, int no_salt)
313 if (no_salt)
327 no_salt ? NULL : &salt);
251 hdb_generate_key_set(krb5_context context, krb5_principal principal, Key **ret_key_set, size_t *nkeyset, int no_salt) argument

Completed in 102 milliseconds