Home
last modified time | relevance | path

Searched refs:string_to_key (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dsalt.c56 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()
H A Dcrypto.h77 krb5_error_code (*string_to_key)(krb5_context, krb5_enctype, krb5_data, member
89 struct salt_type *string_to_key; member
/netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/
H A Ddes.h238 # define string_to_key des_string_to_key macro
H A DVERSION279 string_to_key.c has been renamed to string2key.c
309 Fixed a small bug in string_to_key() where problems could
325 Fixed an incompatibility between my string_to_key and the MIT
346 Added -E/-D options to des(1) so it can use string_to_key.
/netbsd-src/crypto/external/bsd/openssl/lib/libdes/
H A Ddes.h238 # define string_to_key des_string_to_key macro
H A DVERSION279 string_to_key.c has been renamed to string2key.c
309 Fixed a small bug in string_to_key() where problems could
325 Fixed an incompatibility between my string_to_key and the MIT
346 Added -E/-D options to des(1) so it can use string_to_key.
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DChangeLog.20031763 * lib/krb5/crypto.c: add extra `opaque' argument to string_to_key