代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/160163/10562357
c skipjack.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/349941/10780510
h kasumi.h
#ifndef KASUMI_H
#define KASUMI_H
#include "types.h"
/*--------- 16 bit rotate left ------------------------------------------*/
#define ROL16(a,b) (short)((a(16-b)))
void kasumi_d
www.eeworm.com/read/455894/7362130
h des.h
#ifndef __DES_H__
#define __DES_H__
#define ID_OK 0
#define RE_LEN 1
typedef unsigned short int UINT2;
typedef unsigned long int UINT4;
typedef struct {
UINT4 subkeys[32];
www.eeworm.com/read/299441/7854762
h des.h
#ifndef __DES_H__
#define __DES_H__
#define ID_OK 0
#define RE_LEN 1
typedef unsigned short int UINT2;
typedef unsigned long int UINT4;
typedef struct {
UINT4 subkeys[32];
www.eeworm.com/read/299091/7889594
c sb_bar.c
//**************************************************************************
//**
//** sb_bar.c : Heretic 2 : Raven Software, Corp.
//**
//** $RCSfile: sb_bar.c,v $
//** $Revision: 1.94 $
//** $Date:
www.eeworm.com/read/140582/5785422
c aes_xcbc_mac.c
#ifdef __KERNEL__
#include
#include
#define DEBUG(x)
#else
#include
#include
#define DEBUG(x) x
#endif
#include "crypto/aes.h"
#include "cryp