Searched refs:concatlen (Results 1 – 1 of 1) sorted by relevance
46 size_t keybytes, keylength, concatlen; in krb5int_dk_string_to_key() local56 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()