Searched refs:authenc_key (Results 1 – 1 of 1) sorted by relevance
229 u8 *authenc_key; /* space for keys in authenc() format (if used) */ member2451 crypt_copy_authenckey(cc->authenc_key, cc->key, in crypt_setkey()2459 cc->authenc_key, crypt_authenckey_size(cc)); in crypt_setkey()2473 memzero_explicit(cc->authenc_key, crypt_authenckey_size(cc)); in crypt_setkey()2789 kfree_sensitive(cc->authenc_key); in crypt_dtr()2907 cc->authenc_key = kmalloc(crypt_authenckey_size(cc), GFP_KERNEL); in crypt_ctr_auth_cipher()2908 if (!cc->authenc_key) in crypt_ctr_auth_cipher()