Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/crypto/krb/
H A Ds2k_pbkdf2.c40 unsigned char *concat = NULL, *foldstring = NULL, *foldkeydata = NULL; in krb5int_dk_string_to_key() local
55 foldstring = k5alloc(keybytes, &ret); in krb5int_dk_string_to_key()
69 krb5int_nfold(concatlen*8, concat, keybytes*8, foldstring); in krb5int_dk_string_to_key()
72 indata.data = (char *) foldstring; in krb5int_dk_string_to_key()
97 zapfree(foldstring, keybytes); in krb5int_dk_string_to_key()