]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/crypto/cast128/cast128.h
xnu-792.tar.gz
[apple/xnu.git] / bsd / crypto / cast128 / cast128.h
index 2dc90d3189411b602c7f6a11eac9306c8aca0f93..d79eea55cadb0fddf8f8b63d0c4f3b0ae4608bcf 100644 (file)
 #define        CAST128_DECRYPT 0
 
 
-extern void set_cast128_subkey __P((u_int32_t *, u_int8_t *, int));
-extern void cast128_encrypt_round16 __P((u_int8_t *, const u_int8_t *,
-                                       u_int32_t *));
-extern void cast128_decrypt_round16 __P((u_int8_t *, const u_int8_t *,
-                                       u_int32_t *));
-extern void cast128_encrypt_round12 __P((u_int8_t *, const u_int8_t *,
-                                       u_int32_t *));
-extern void cast128_decrypt_round12 __P((u_int8_t *, const u_int8_t *,
-                                       u_int32_t *));
+extern void set_cast128_subkey(u_int32_t *, u_int8_t *, int);
+extern void cast128_encrypt_round16(u_int8_t *, const u_int8_t *, u_int32_t *);
+extern void cast128_decrypt_round16(u_int8_t *, const u_int8_t *, u_int32_t *);
+extern void cast128_encrypt_round12(u_int8_t *, const u_int8_t *, u_int32_t *);
+extern void cast128_decrypt_round12(u_int8_t *, const u_int8_t *, u_int32_t *);
 #endif