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

/linux-master/drivers/md/
H A Ddm-crypt.c167 char *cipher_auth; member in struct:crypt_config
2793 kfree_sensitive(cc->cipher_auth);
3185 cc->cipher_auth = kstrdup(sval, GFP_KERNEL);
3186 if (!cc->cipher_auth)
3570 DMEMIT(" integrity:%u:%s", cc->on_disk_tag_size, cc->cipher_auth);
3592 DMEMIT(",integrity_tag_size=%u,cipher_auth=%s",
3593 cc->on_disk_tag_size, cc->cipher_auth);

Completed in 128 milliseconds