crypt_authenckey_size
cc->authenc_key, crypt_authenckey_size(cc));
memzero_explicit(cc->authenc_key, crypt_authenckey_size(cc));
cc->authenc_key = kmalloc(crypt_authenckey_size(cc), GFP_KERNEL);