Searched refs:cipher_auth (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/md/
H A Ddm-crypt.c169 char *cipher_auth;
2799 kfree_sensitive(cc->cipher_auth);
3193 cc->cipher_auth = kstrdup(sval, GFP_KERNEL);
3194 if (!cc->cipher_auth)
3602 DMEMIT(" integrity:%u:%s", cc->on_disk_tag_size, cc->cipher_auth);
3625 DMEMIT(",integrity_tag_size=%u,cipher_auth=%s",
3626 cc->on_disk_tag_size, cc->cipher_auth);
167 char *cipher_auth; member in struct:crypt_config

Completed in 294 milliseconds