Lines Matching refs:ks_tuple
102 add_key_rnd(context, master_key, ks_tuple, ks_tuple_count, db_entry, kvno) in add_key_rnd() argument
105 krb5_key_salt_tuple * ks_tuple;
165 ks_tuple[i].ks_enctype,
166 ks_tuple[j].ks_enctype,
185 if ((retval = krb5_c_make_random_key(context, ks_tuple[i].ks_enctype,
252 krb5_dbe_crk(context, master_key, ks_tuple, ks_tuple_count, keepold, db_entry) in krb5_dbe_crk() argument
255 krb5_key_salt_tuple * ks_tuple;
277 retval = add_key_rnd(context, master_key, ks_tuple,
309 krb5_dbe_ark(context, master_key, ks_tuple, ks_tuple_count, db_entry) in krb5_dbe_ark() argument
312 krb5_key_salt_tuple * ks_tuple;
332 if ((retval = add_key_rnd(context, master_key, ks_tuple,
361 add_key_pwd(context, master_key, ks_tuple, ks_tuple_count, passwd, in add_key_pwd() argument
365 krb5_key_salt_tuple * ks_tuple;
395 ks_tuple[i].ks_enctype,
396 ks_tuple[j].ks_enctype,
401 (ks_tuple[j].ks_salttype == ks_tuple[i].ks_salttype))
412 switch (key_salt.type = ks_tuple[i].ks_salttype) {
474 if ((retval = krb5_c_string_to_key(context, ks_tuple[i].ks_enctype,
547 krb5_dbe_def_cpw(context, master_key, ks_tuple, ks_tuple_count, passwd, in krb5_dbe_def_cpw() argument
551 krb5_key_salt_tuple * ks_tuple;
578 retval = add_key_pwd(context, master_key, ks_tuple, ks_tuple_count,
610 krb5_dbe_apw(context, master_key, ks_tuple, ks_tuple_count, passwd, db_entry) in krb5_dbe_apw() argument
613 krb5_key_salt_tuple * ks_tuple;
635 if ((retval = add_key_pwd(context, master_key, ks_tuple, ks_tuple_count,