Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/md/
Ddm-crypt.c99 struct crypt_iv_operations { struct
168 const struct crypt_iv_operations *iv_gen_ops;
1064 static const struct crypt_iv_operations crypt_iv_plain_ops = {
1068 static const struct crypt_iv_operations crypt_iv_plain64_ops = {
1072 static const struct crypt_iv_operations crypt_iv_plain64be_ops = {
1076 static const struct crypt_iv_operations crypt_iv_essiv_ops = {
1080 static const struct crypt_iv_operations crypt_iv_benbi_ops = {
1086 static const struct crypt_iv_operations crypt_iv_null_ops = {
1090 static const struct crypt_iv_operations crypt_iv_lmk_ops = {
1099 static const struct crypt_iv_operations crypt_iv_tcw_ops = {
[all …]