Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Ddm-crypt.c89 struct crypt_iv_operations { struct
156 const struct crypt_iv_operations *iv_gen_ops;
847 static const struct crypt_iv_operations crypt_iv_plain_ops = {
851 static const struct crypt_iv_operations crypt_iv_plain64_ops = {
855 static const struct crypt_iv_operations crypt_iv_plain64be_ops = {
859 static const struct crypt_iv_operations crypt_iv_essiv_ops = {
867 static const struct crypt_iv_operations crypt_iv_benbi_ops = {
873 static const struct crypt_iv_operations crypt_iv_null_ops = {
877 static const struct crypt_iv_operations crypt_iv_lmk_ops = {
886 static const struct crypt_iv_operations crypt_iv_tcw_ops = {
[all …]