Home
last modified time | relevance | path

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

/src/crypto/heimdal/lib/krb5/
H A Dsalt.c55 for (st = e->keytype->string_to_key; st && st->type; st++) { in krb5_salttype_to_string()
89 for (st = e->keytype->string_to_key; st && st->type; st++) { in krb5_string_to_salttype()
204 for(st = et->keytype->string_to_key; st && st->type; st++) in krb5_string_to_key_data_salt_opaque()
206 return (*st->string_to_key)(context, enctype, password, in krb5_string_to_key_data_salt_opaque()
H A Dcrypto.h67 krb5_error_code (*string_to_key)(krb5_context, krb5_enctype, krb5_data, member
79 struct salt_type *string_to_key; member
/src/crypto/krb5/src/lib/crypto/krb/
H A DMakefile.in59 string_to_key.o \
115 $(OUTPRE)string_to_key.$(OBJEXT) \
172 $(srcdir)/string_to_key.c \
H A Ddeps537 string_to_key.so string_to_key.po $(OUTPRE)string_to_key.$(OBJEXT): \
547 crypto_int.h string_to_key.c
/src/krb5/lib/crypto/krb/
H A DMakefile.inc62 string_to_key.c \
/src/crypto/krb5/src/lib/crypto/builtin/des/doc/
H A Dlibdes.doc156 /* string_to_key --------------------------------------------*/
159 string_to_key(str,key)
192 using the string_to_key routine. The newly created key is copied to the
/src/crypto/heimdal/
H A DChangeLog.20031763 * lib/krb5/crypto.c: add extra `opaque' argument to string_to_key