代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/171081/5398249
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 present
www.eeworm.com/read/171081/5399300
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 present
www.eeworm.com/read/160303/5573099
h ike_alg.h
#ifndef _IKE_ALG_H
#define _IKE_ALG_H
/* forward reference */
struct connection;
struct ike_alg {
const char *name;
u_int16_t algo_type;
u_int16_t algo_id;
struct ike_alg *algo_next;
};
s
www.eeworm.com/read/249076/12521552
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 present
www.eeworm.com/read/248427/12558948
cpp quickdes.cpp
#include "quickdes.h"
int des_set_key(des_cblock(*key),des_key_schedule schedule)
{
register DES_LONG c,d,t,s;
register unsigned char *in;
register DES_LONG *k;
register int i;
k=(DES_
www.eeworm.com/read/147200/12577091
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_
www.eeworm.com/read/109909/15545890
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/109907/15545919
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/106089/15647933
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_
www.eeworm.com/read/101225/15840838
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_