代码搜索结果

找到约 10,000 项符合 的代码

chksja.c

/* chksja.c * * a tool for SJA1000 checking. * written by : Chen Zhenyong * w3wind@ustc.edu * 2004/2/12 */ #include #include #include #include

modexppc.cpp

// modexppc.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "modexppc.h" #include "asn.h" #include "algebra.cpp" #include "eprecomp.cpp" NAMESPACE_BEGIN(

makefile

cangate.o: cangate.c cangate.h gcc -O2 -DMODULE -D__KERNEL__ -I/usr/src/linux-2.4.20-8/include -c cangate.c # ld -r file1.o file2.o -o modulename clean: rm *.o

tea.cpp

// tea.cpp - modified by Wei Dai from code in the original paper #include "pch.h" #include "tea.h" NAMESPACE_BEGIN(CryptoPP) const word32 TEA::DELTA = 0x9e3779b9; TEA::TEA(const byte *use

readme.txt

run make to make the source file, then run install

bfinit.cpp

#include "pch.h" #include "blowfish.h" NAMESPACE_BEGIN(CryptoPP) const word32 Blowfish::p_init[Blowfish::ROUNDS+2] = { 608135816U, 2242054355U, 320440878U, 57701188U, 2752067618U, 698

unit3.~dfm

object Form3: TForm3 Left = 388 Top = 198 Width = 293 Height = 268 Caption = #39046#20859 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Hei

install

rmmod lp rmmod parport_pc rmmod parport rmmod cangate insmod ./cangate.o #mknod /dev/canport c 126 0

rsa.cpp

// rsa.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "rsa.h" #include "asn.h" #include "nbtheory.h" #include "sha.h" #include "pubkey.cpp" #include "oae