Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-crypt.c101 struct crypt_iv_operations { struct
170 const struct crypt_iv_operations *iv_gen_ops;
1066 static const struct crypt_iv_operations crypt_iv_plain_ops = {
1070 static const struct crypt_iv_operations crypt_iv_plain64_ops = {
1074 static const struct crypt_iv_operations crypt_iv_plain64be_ops = {
1078 static const struct crypt_iv_operations crypt_iv_essiv_ops = {
1082 static const struct crypt_iv_operations crypt_iv_benbi_ops = {
1088 static const struct crypt_iv_operations crypt_iv_null_ops = {
1092 static const struct crypt_iv_operations crypt_iv_lmk_ops = {
1101 static const struct crypt_iv_operations crypt_iv_tcw_ops = {
[all …]