genirq: Handle force threading of irqs with primary and thread handler
[firefly-linux-kernel-4.4.55.git] / include / crypto / des.h
index 2971c6304aded327e8b2698d71121078744501e1..fc6274c6bb26cbfc6056c8abc1dcc5668c847119 100644 (file)
@@ -16,4 +16,7 @@
 
 extern unsigned long des_ekey(u32 *pe, const u8 *k);
 
+extern int __des3_ede_setkey(u32 *expkey, u32 *flags, const u8 *key,
+                            unsigned int keylen);
+
 #endif /* __CRYPTO_DES_H */