Searched refs:cipher_auth (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/md/ |
H A D | dm-crypt.c | 171 char *cipher_auth; 2812 kfree_sensitive(cc->cipher_auth); in crypt_dtr() 3207 cc->cipher_auth = kstrdup(sval, GFP_KERNEL); in crypt_ctr_optional() 3208 if (!cc->cipher_auth) in crypt_ctr_optional() 3624 DMEMIT(" integrity:%u:%s", cc->used_tag_size, cc->cipher_auth); in crypt_status() 3649 DMEMIT(",integrity_tag_size=%u,cipher_auth=%s", in crypt_status() 3650 cc->used_tag_size, cc->cipher_auth); in crypt_status() 170 char *cipher_auth; global() member
|
/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-ima.rst | 384 … <iv_large_sectors> "," <iv_large_sectors> "," [<integrity_tag_size> ","] [<cipher_auth> ","] 397 cipher_auth := "cipher_auth=" <string>
|