Searched refs:authenc_key (Results 1 – 1 of 1) sorted by relevance
216 u8 *authenc_key; /* space for keys in authenc() format (if used) */ member1961 crypt_copy_authenckey(cc->authenc_key, cc->key, in crypt_setkey()1969 cc->authenc_key, crypt_authenckey_size(cc)); in crypt_setkey()1983 memzero_explicit(cc->authenc_key, crypt_authenckey_size(cc)); in crypt_setkey()2234 kzfree(cc->authenc_key); in crypt_dtr()2387 cc->authenc_key = kmalloc(crypt_authenckey_size(cc), GFP_KERNEL); in crypt_ctr_auth_cipher()2388 if (!cc->authenc_key) in crypt_ctr_auth_cipher()