diff options
author | dim <dim@FreeBSD.org> | 2015-12-31 22:55:02 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2015-12-31 22:55:02 +0000 |
commit | bc8f4c6766d9b42a3b5bc686c68cd43e8044462c (patch) | |
tree | 34b4a25c4bc3b0ad56cf20133da5eec165babec9 /sys/opencrypto/skipjack.h | |
parent | 5e96169da3835c4e7ba0d43cbe01f0d7b36f67b3 (diff) | |
parent | 64f2c44ad84c0333d3cdc811e04bf59d76f1ef26 (diff) | |
download | FreeBSD-src-bc8f4c6766d9b42a3b5bc686c68cd43e8044462c.zip FreeBSD-src-bc8f4c6766d9b42a3b5bc686c68cd43e8044462c.tar.gz |
Merge ^/head r292951 through r293015.
Diffstat (limited to 'sys/opencrypto/skipjack.h')
-rw-r--r-- | sys/opencrypto/skipjack.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/opencrypto/skipjack.h b/sys/opencrypto/skipjack.h index 3e88418..80367ea 100644 --- a/sys/opencrypto/skipjack.h +++ b/sys/opencrypto/skipjack.h @@ -14,6 +14,11 @@ * 29 May 1998 */ +#ifndef _SKIPJACK_H_ +#define _SKIPJACK_H_ + extern void skipjack_forwards(u_int8_t *plain, u_int8_t *cipher, u_int8_t **key); extern void skipjack_backwards(u_int8_t *cipher, u_int8_t *plain, u_int8_t **key); extern void subkey_table_gen(u_int8_t *key, u_int8_t **key_tables); + +#endif |