Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/dk/
H A Dstringtokey.c46 size_t keybytes, keylength, concatlen; in krb5int_dk_string_to_key() local
56 concatlen = string->length+(salt?salt->length:0); in krb5int_dk_string_to_key()
58 if ((concat = (unsigned char *) malloc(concatlen)) == NULL) in krb5int_dk_string_to_key()
76 krb5_nfold(concatlen*8, concat, keybytes*8, foldstring); in krb5int_dk_string_to_key()
100 memset(concat, 0, concatlen); in krb5int_dk_string_to_key()