1 /* Copyright 2001, 2002, 2003 by Hans Reiser,
2 licensing governed by reiser4/README */
3 /* Reiser4 cipher transform plugins */
5 #include "../../debug.h"
8 cipher_plugin cipher_plugins
[LAST_CIPHER_ID
] = {
11 .type_id
= REISER4_CIPHER_PLUGIN_TYPE
,
15 .desc
= "no cipher transform",
16 .linkage
= {NULL
, NULL
}
30 c-indentation-style: "K&R"