krb5_c_string_to_key
retval = krb5_c_string_to_key(util_context, master_keyblock.enctype,
retval = krb5_c_string_to_key(util_context, new_master_enctype,
retval = krb5_c_string_to_key(util_context, master_keyblock.enctype,
ret = krb5_c_string_to_key (0, enctype, &s2k, &s2k, k1);
ret = krb5_c_string_to_key (0, enctype, &s2k, &s2k, k2);
r = krb5_c_string_to_key (0, enctype, &pd, &sd, &key);
return krb5_c_string_to_key(context, eblock->crypto_entry, data, salt,
krb5_c_string_to_key(context, etype, &pwd, salt ? salt : &scratch,
retval = krb5_c_string_to_key(context, sc2b->sam_etype,
retval = krb5_c_string_to_key(util_context, global_params.enctype,
krb5_c_string_to_key,