]> err.no Git - linux-2.6/blobdiff - drivers/crypto/padlock.h
Merge branch 'core/rodata' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux...
[linux-2.6] / drivers / crypto / padlock.h
index e2ee3b689dbd82ea231d9ee025fd691cd97bf2eb..b728e4518bd1582958b20cc330bfe8d8400ba11b 100644 (file)
 
 #define PADLOCK_ALIGNMENT 16
 
-/* Control word. */
-struct cword {
-       unsigned int __attribute__ ((__packed__))
-               rounds:4,
-               algo:3,
-               keygen:1,
-               interm:1,
-               encdec:1,
-               ksize:2;
-} __attribute__ ((__aligned__(PADLOCK_ALIGNMENT)));
-
 #define PFX    "padlock: "
 
+#define PADLOCK_CRA_PRIORITY   300
+#define PADLOCK_COMPOSITE_PRIORITY 400
+
 #endif /* _CRYPTO_PADLOCK_H */