Home
last modified time | relevance | path

Searched refs:crypt_authenckey_size (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/md/
H A Ddm-crypt.c2437 static unsigned int crypt_authenckey_size(struct crypt_config *cc) in crypt_alloc_tfms()
2484 cc->authenc_key, crypt_authenckey_size(cc)); in crypt_setkey()
2498 memzero_explicit(cc->authenc_key, crypt_authenckey_size(cc)); in crypt_setkey()
2931 cc->authenc_key = kmalloc(crypt_authenckey_size(cc), GFP_KERNEL); in crypt_ctr_auth_cipher()
2447 static unsigned int crypt_authenckey_size(struct crypt_config *cc) crypt_authenckey_size() function