代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/389983/8490441
cpp 1.cpp
#include "memory.h"
#include "stdio.h"
enum {ENCRYPT,DECRYPT};// ENCRYPT:加密,DECRYPT:解密
void Des_Run(char Out[8], char In[8], bool Type=ENCRYPT);
// 设置密钥
void Des_SetKey(const char Key[8]);
stati
www.eeworm.com/read/419061/10887959
cpp rsa.cpp
# include "memory.h"
# include "stdio.h"
enum {ENCRYPT,DECRYPT}; //ENCRYPT:加密,DECRYPT:解密
void Des_Run(char Out[8],char In[8],bool Type=ENCRYPT);
//设置密钥
void Des_SetKey(const char Key[8]);
static
www.eeworm.com/read/449816/7496243
txt des-symmetric.txt
#include "memory.h"
#include "stdio.h"
enum {ENCRYPT,DECRYPT}; // ENCRYPT:加密,DECRYPT:解密
void Des_Run(char Out[8], char In[8], bool Type=ENCRYPT);
//设置密钥
void Des_SetKey(const char Key[8]);
s
www.eeworm.com/read/240169/13233694
cpp des.cpp
#include "memory.h"
#include "stdio.h"
enum {ENCRYPT,DECRYPT};// ENCRYPT:加密,DECRYPT:解密
void Des_Run(char Out[8], char In[8], bool Type=ENCRYPT);
// 设置密钥
void Des_SetKey(const char Key[8]);
stati
www.eeworm.com/read/156233/11817120
cpp proj8_1.cpp
#include "memory.h"
#include "stdio.h"
enum {ENCRYPT,DECRYPT};// ENCRYPT:加密,DECRYPT:解密
void Des_Run(char Out[8], char In[8], bool Type=ENCRYPT);
// 设置密钥
void Des_SetKey(const char Key[8]);
stati
www.eeworm.com/read/355697/3049980
s fips-dx86-elf.s
.file "des-586.s"
.version "01.01"
gcc2_compiled.:
.text
.align 16
.globl DES_encrypt1
.type DES_encrypt1,@function
DES_encrypt1:
pushl %esi
pushl %edi
movl 12(%esp), %esi
xorl %ecx,
www.eeworm.com/read/102091/15793239
h crypto.h
/*
#ifndef __JTCRYPTO_H__
#define __JTCRYPTO_H__
*/
/*************************************************
Description: Handel for des3
when encrypt:
InitDes3;
Des3Encrypt;
.
.
.
Des
www.eeworm.com/read/388823/8573429
h des_old.h
/* crypto/des/des_old.h -*- mode:C; c-file-style: "eay" -*- */
/* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
*
* The function names in here are deprecated and are only pres
www.eeworm.com/read/379598/9192301
h diamond.h
/* diamond.h -- program interface to the Diamond and Diamond Lite block
ciphers. This file is in the Public Domain. Written by Mike Johnson.*/
extern void set_diamond_key(byte *external_key,
www.eeworm.com/read/139337/10996751
h mars.h
class mars : public AES
{
private:
u4byte l_key[40];
public:
char *name(void);
void set_key(const u1byte key[], const u4byte key_bits);
void encrypt(const u1byte in_blk[16], u1byte out_