Searched refs:string_to_key (Results 1 – 6 of 6) sorted by relevance
53 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()
67 krb5_error_code (*string_to_key)(krb5_context, krb5_enctype, krb5_data, member79 struct salt_type *string_to_key; member
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.
473 # define string_to_key des_string_to_key macro
1763 * lib/krb5/crypto.c: add extra `opaque' argument to string_to_key
3118 I have nothing against these 2 'string_to_key' routines, it's just