Searched refs:ks_tuple_count (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/krb5/src/lib/kdb/ |
H A D | kdb_cpw.c | 153 krb5_key_salt_tuple *ks_tuple, int ks_tuple_count, in add_key_rnd() argument 161 for (i = 0; i < ks_tuple_count; i++) { in add_key_rnd() 246 krb5_key_salt_tuple *ks_tuple, int ks_tuple_count, in add_key_pwd() argument 256 for (i = 0; i < ks_tuple_count; i++) { in add_key_pwd() 342 int ks_tuple_count, const char *password, int new_kvno, in rekey() argument 366 ret = add_key_pwd(context, mkey, ks_tuple, ks_tuple_count, password, in rekey() 369 ret = add_key_rnd(context, mkey, ks_tuple, ks_tuple_count, db_entry, in rekey() 399 krb5_key_salt_tuple *ks_tuple, int ks_tuple_count, in krb5_dbe_crk() argument 402 return rekey(context, mkey, ks_tuple, ks_tuple_count, NULL, 0, keepold, in krb5_dbe_crk() 414 krb5_key_salt_tuple *ks_tuple, int ks_tuple_count, in krb5_dbe_ark() argument [all …]
|
H A D | kdb5.c | 2426 krb5_key_salt_tuple *ks_tuple, int ks_tuple_count, char *passwd, in krb5_dbe_cpw() argument 2435 return v->change_pwd(kcontext, master_key, ks_tuple, ks_tuple_count, in krb5_dbe_cpw()
|
/freebsd/crypto/krb5/src/include/ |
H A D | kdb.h | 636 int ks_tuple_count, 647 int ks_tuple_count, 654 int ks_tuple_count, 662 int ks_tuple_count, 774 int ks_tuple_count, 1252 int ks_tuple_count, char *passwd,
|