Searched refs:authenc_key (Results 1 – 1 of 1) sorted by relevance
219 u8 *authenc_key; /* space for keys in authenc() format (if used) */ member2386 crypt_copy_authenckey(cc->authenc_key, cc->key, in crypt_setkey()2394 cc->authenc_key, crypt_authenckey_size(cc)); in crypt_setkey()2408 memzero_explicit(cc->authenc_key, crypt_authenckey_size(cc)); in crypt_setkey()2707 kfree_sensitive(cc->authenc_key); in crypt_dtr()2823 cc->authenc_key = kmalloc(crypt_authenckey_size(cc), GFP_KERNEL); in crypt_ctr_auth_cipher()2824 if (!cc->authenc_key) in crypt_ctr_auth_cipher()