代码搜索:descycle
找到约 13 项符合「descycle」的源代码
代码结果 13
www.eeworm.com/read/357758/10201581
c descycle.c
/* Investigate cycles in DES output feedback mode (experimental)
* Phil Karn
*/
#include
main()
{
char key[8],start[8],work[8];
long update;
register int i;
long iter;
char ks[16][8];
www.eeworm.com/read/486506/6533700
c descycle.c
/* Investigate cycles in DES output feedback mode (experimental)
* Phil Karn
*/
#include
main()
{
char key[8],start[8],work[8];
long update;
register int i;
long iter;
char ks[16][8];
www.eeworm.com/read/154139/11986458
c descycle.c
/* Investigate cycles in DES output feedback mode (experimental)
* Phil Karn
*/
#include
#include
#include
#include "des.h"
void
get8(unsigned char *cp)
{
int i,t;
www.eeworm.com/read/258249/4357715
c descycle.c
/* Investigate cycles in DES output feedback mode (experimental)
* Phil Karn
*/
#include
main()
{
char key[8],start[8],work[8];
long update;
register int i;
long iter;
desinit(0);
p
www.eeworm.com/read/394258/8240177
c descycle.c
/* Investigate cycles in DES output feedback mode (experimental)
* Phil Karn
*/
#include
#include
#include
#include "des.h"
void
get8(unsigned char *cp)
{
int i,t;
www.eeworm.com/read/265543/11261887
c descycle.c
/* Investigate cycles in DES output feedback mode (experimental)
* Phil Karn
*/
#include
main()
{
char key[8],start[8],work[8];
long update;
register int i;
long iter;
des
www.eeworm.com/read/154139/11986504
gnu makefile.gnu
# Makefile for GNU 386 assembler version under UNIX
certify: descerta testdata
./descerta < testdata
descerta: descert.o deskey.o desgnu.o desspa.o
cc -o descerta descert.o deskey.o desgnu.o desspa
www.eeworm.com/read/357758/10201579
makefile
# This Makefile is for LINUX. This Makefile has been tested with a setup of:
# o Linux kernel version 0.99.13
# o GCC version 2.4.5
# o Libc version 4.4.1
#
# This has also been tested to run with
www.eeworm.com/read/486506/6533698
makefile
# This Makefile is for LINUX. This Makefile has been tested with a setup of:
# o Linux kernel version 0.99.13
# o GCC version 2.4.5
# o Libc version 4.4.1
#
# This has also been tested to run with
www.eeworm.com/read/154139/11986456
makefile
# Makefile for portable C version under UNIX
certify: descert testdata
./descert < testdata
descert: descert.o deskey.o desport.o dessp.o
cc -o descert descert.o deskey.o desport.o dessp.o
descycl