代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/238768/4609717
pod evp_bytestokey.pod
=pod
=head1 NAME
EVP_BytesToKey - password based encryption routine
=head1 SYNOPSIS
#include
int EVP_BytesToKey(const EVP_CIPHER *type,const EVP_MD *md,
c
www.eeworm.com/read/213039/4932373
h crypt.h
// Crypt.h,v 1.5 1999/02/14 19:29:09 jcej Exp
#ifndef CRYPT_H
#define CRYPT_h
#include "Protocol_Task.h"
/* An interface (adaptor) between your favorite encryption method and
an ACE_Stre
www.eeworm.com/read/328357/3444932
pod evp_bytestokey.pod
=pod
=head1 NAME
EVP_BytesToKey - password based encryption routine
=head1 SYNOPSIS
#include
int EVP_BytesToKey(const EVP_CIPHER *type,const EVP_MD *md,
c
www.eeworm.com/read/427042/1980155
pod evp_bytestokey.pod
=pod
=head1 NAME
EVP_BytesToKey - password based encryption routine
=head1 SYNOPSIS
#include
int EVP_BytesToKey(const EVP_CIPHER *type,const EVP_MD *md,
c
www.eeworm.com/read/422785/2032626
pod evp_bytestokey.pod
=pod
=head1 NAME
EVP_BytesToKey - password based encryption routine
=head1 SYNOPSIS
#include
int EVP_BytesToKey(const EVP_CIPHER *type,const EVP_MD *md,
c
www.eeworm.com/read/359115/2979591
h aes.h
//enum KeySize { Bits128, Bits192, Bits256 }; // key size, in bits, for construtor
#define Bits128 0
#define Bits192 1
#define Bits256 2
class Aes // Advanced Encryption Standard
{
public:
www.eeworm.com/read/358714/2984227
pod evp_bytestokey.pod
=pod
=head1 NAME
EVP_BytesToKey - password based encryption routine
=head1 SYNOPSIS
#include
int EVP_BytesToKey(const EVP_CIPHER *type,const EVP_MD *md,
c
www.eeworm.com/read/355697/3049821
pod evp_bytestokey.pod
=pod
=head1 NAME
EVP_BytesToKey - password based encryption routine
=head1 SYNOPSIS
#include
int EVP_BytesToKey(const EVP_CIPHER *type,const EVP_MD *md,
c
www.eeworm.com/read/238124/13905222
c seal.c
/* seal.c - SEAL encryption algorithm */
#undef SEAL_DEBUG
#define ALG_OK 0
#define ALG_NOTOK 1
struct SealKey {
unsigned long t[520]; /* 512 rounded up to a multiple of 5 + 5*/
unsigned long s[2
www.eeworm.com/read/288817/8605881
h rsa_san.h
// This is a slow but easy RSA encryption class
// By sanicle,2005.12
// 3mn@3mn.net
#include "vlong.h"
#define PRIME_COUNT 1000000
class RSA_san
{
public:
char r1[70];
char r2[70]