Searched refs:foldstring (Results 1 – 1 of 1) sorted by relevance
47 unsigned char *concat, *foldstring, *foldkeydata; in krb5int_dk_string_to_key() local60 if ((foldstring = (unsigned char *) malloc(keybytes)) == NULL) { in krb5int_dk_string_to_key()65 free(foldstring); in krb5int_dk_string_to_key()76 krb5_nfold(concatlen*8, concat, keybytes*8, foldstring); in krb5int_dk_string_to_key()79 indata.data = (char *) foldstring; in krb5int_dk_string_to_key()101 memset(foldstring, 0, keybytes); in krb5int_dk_string_to_key()105 free(foldstring); in krb5int_dk_string_to_key()