Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/md/
Ddm-crypt.c96 struct crypt_iv_operations { struct
165 const struct crypt_iv_operations *iv_gen_ops;
1053 static const struct crypt_iv_operations crypt_iv_plain_ops = {
1057 static const struct crypt_iv_operations crypt_iv_plain64_ops = {
1061 static const struct crypt_iv_operations crypt_iv_plain64be_ops = {
1065 static const struct crypt_iv_operations crypt_iv_essiv_ops = {
1069 static const struct crypt_iv_operations crypt_iv_benbi_ops = {
1075 static const struct crypt_iv_operations crypt_iv_null_ops = {
1079 static const struct crypt_iv_operations crypt_iv_lmk_ops = {
1088 static const struct crypt_iv_operations crypt_iv_tcw_ops = {
[all …]