Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/
Ddm-crypt.c89 struct crypt_iv_operations { struct
150 const struct crypt_iv_operations *iv_gen_ops;
737 static const struct crypt_iv_operations crypt_iv_plain_ops = {
741 static const struct crypt_iv_operations crypt_iv_plain64_ops = {
745 static const struct crypt_iv_operations crypt_iv_plain64be_ops = {
749 static const struct crypt_iv_operations crypt_iv_essiv_ops = {
753 static const struct crypt_iv_operations crypt_iv_benbi_ops = {
759 static const struct crypt_iv_operations crypt_iv_null_ops = {
763 static const struct crypt_iv_operations crypt_iv_lmk_ops = {
772 static const struct crypt_iv_operations crypt_iv_tcw_ops = {
[all …]