Searched refs:authenc_key (Results 1 – 1 of 1) sorted by relevance
219 u8 *authenc_key; /* space for keys in authenc() format (if used) */ member2252 crypt_copy_authenckey(cc->authenc_key, cc->key, in crypt_setkey()2260 cc->authenc_key, crypt_authenckey_size(cc)); in crypt_setkey()2274 memzero_explicit(cc->authenc_key, crypt_authenckey_size(cc)); in crypt_setkey()2568 kfree_sensitive(cc->authenc_key); in crypt_dtr()2684 cc->authenc_key = kmalloc(crypt_authenckey_size(cc), GFP_KERNEL); in crypt_ctr_auth_cipher()2685 if (!cc->authenc_key) in crypt_ctr_auth_cipher()