Searched refs:string_to_key (Results 1 – 7 of 7) sorted by relevance
56 for (st = e->keytype->string_to_key; st && st->type; st++) { in krb5_salttype_to_string()85 for (st = e->keytype->string_to_key; st && st->type; st++) { in krb5_string_to_salttype()199 for(st = et->keytype->string_to_key; st && st->type; st++) in krb5_string_to_key_data_salt_opaque()201 return (*st->string_to_key)(context, enctype, password, in krb5_string_to_key_data_salt_opaque()
77 krb5_error_code (*string_to_key)(krb5_context, krb5_enctype, krb5_data, member89 struct salt_type *string_to_key; member
238 # define string_to_key des_string_to_key macro
279 string_to_key.c has been renamed to string2key.c309 Fixed a small bug in string_to_key() where problems could325 Fixed an incompatibility between my string_to_key and the MIT346 Added -E/-D options to des(1) so it can use string_to_key.
1763 * lib/krb5/crypto.c: add extra `opaque' argument to string_to_key