[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/opencrypto/skipjack.h

Version: -  FREEBSD  -  FREEBSD8  -  FREEBSD7  -  FREEBSD72  -  FREEBSD71  -  FREEBSD70  -  FREEBSD6  -  FREEBSD64  -  FREEBSD63  -  FREEBSD62  -  FREEBSD61  -  FREEBSD60  -  FREEBSD5  -  FREEBSD55  -  FREEBSD54  -  FREEBSD53  -  FREEBSD52  -  FREEBSD51  -  FREEBSD50  -  FREEBSD4  -  FREEBSD3  -  FREEBSD22  -  linux-2.6  -  linux-2.4.22  -  MK83  -  MK84  -  PLAN9  -  DFBSD  -  NETBSD  -  NETBSD5  -  NETBSD4  -  NETBSD3  -  NETBSD20  -  OPENBSD  -  xnu-517  -  xnu-792  -  xnu-792.6.70  -  xnu-1228  -  xnu-1456.1.26  -  OPENSOLARIS  -  minix-3-1-1  -  FREEBSD-LIBC  -  FREEBSD7-LIBC  -  FREEBSD6-LIBC  -  GLIBC27 
SearchContext: -  none  -  excerpts  -  bigexcerpts 

    1 /*      $FreeBSD$       */
    2 /*      $OpenBSD: skipjack.h,v 1.3 2002/03/14 01:26:51 millert Exp $    */
    3 
    4 /*-
    5  * Further optimized test implementation of SKIPJACK algorithm 
    6  * Mark Tillotson <markt@chaos.org.uk>, 25 June 98

    7  * Optimizations suit RISC (lots of registers) machine best.
    8  *
    9  * based on unoptimized implementation of
   10  * Panu Rissanen <bande@lut.fi> 960624
   11  *
   12  * SKIPJACK and KEA Algorithm Specifications 
   13  * Version 2.0 
   14  * 29 May 1998
   15 */
   16 
   17 extern void skipjack_forwards(u_int8_t *plain, u_int8_t *cipher, u_int8_t **key);
   18 extern void skipjack_backwards(u_int8_t *cipher, u_int8_t *plain, u_int8_t **key);
   19 extern void subkey_table_gen(u_int8_t *key, u_int8_t **key_tables);

Cache object: f7605247824bc140c29e440506d6910f


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.