Searched defs:foldstring (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/dk/
H A Dstringtokey.c47 unsigned char *concat, *foldstring, *foldkeydata; local
60 if ((foldstring = (unsigned char *) malloc(keybytes)) == NULL) {
65 free(foldstring);
76 krb5_nfold(concatlen*8, concat, keybytes*8, foldstring);
79 indata.data = (char *) foldstring;
101 memset(foldstring, 0, keybytes);
105 free(foldstring);

Completed in 50 milliseconds