Lines Matching refs:crypt_iv_operations
89 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 = {
895 static struct crypt_iv_operations crypt_iv_random_ops = {