Searched refs:authenc_key (Results 1 – 1 of 1) sorted by relevance
226 u8 *authenc_key; /* space for keys in authenc() format (if used) */ member2420 crypt_copy_authenckey(cc->authenc_key, cc->key, in crypt_setkey()2428 cc->authenc_key, crypt_authenckey_size(cc)); in crypt_setkey()2442 memzero_explicit(cc->authenc_key, crypt_authenckey_size(cc)); in crypt_setkey()2758 kfree_sensitive(cc->authenc_key); in crypt_dtr()2876 cc->authenc_key = kmalloc(crypt_authenckey_size(cc), GFP_KERNEL); in crypt_ctr_auth_cipher()2877 if (!cc->authenc_key) in crypt_ctr_auth_cipher()