Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329744
b: refs/heads/master
c: 3cfad0d
h: refs/heads/master
v: v3
  • Loading branch information
Jussi Kivilinna authored and Herbert Xu committed Sep 6, 2012
1 parent eca84e2 commit d1e52f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1ffb72a39a92c1a03b3c732280e924c02c509cd3
refs/heads/master: 3cfad0d03ccb0fa7932398caecf97d11ab654a77
5 changes: 5 additions & 0 deletions trunk/include/crypto/cast5.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@ int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen);
void __cast5_encrypt(struct cast5_ctx *ctx, u8 *dst, const u8 *src);
void __cast5_decrypt(struct cast5_ctx *ctx, u8 *dst, const u8 *src);

extern const u32 cast5_s1[256];
extern const u32 cast5_s2[256];
extern const u32 cast5_s3[256];
extern const u32 cast5_s4[256];

#endif

0 comments on commit d1e52f7

Please sign in to comment.