Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-crypt.c158 char *cipher_auth; member
2706 kfree_sensitive(cc->cipher_auth); in crypt_dtr()
3097 cc->cipher_auth = kstrdup(sval, GFP_KERNEL); in crypt_ctr_optional()
3098 if (!cc->cipher_auth) in crypt_ctr_optional()
3464 DMEMIT(" integrity:%u:%s", cc->on_disk_tag_size, cc->cipher_auth); in crypt_status()