代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/461320/7229312
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/323470/13339989
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/314528/13564914
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/136989/5827714
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/126641/6015571
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/100926/6264084
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/403922/11504532
html function.mcrypt-enc-is-block-algorithm-mode.html
Checks whether the encryption of the opened mode works on blocks
www.eeworm.com/read/403922/11505860
html function.mcrypt-generic-init.html
This function initializes all buffers needed for encryption
www.eeworm.com/read/257995/11896996
sql _s_tigue.sql
DROP proc _S_TIGUE
GO
create proc _S_TIGUE
@x_rd_group char(20),
@x_rstd char(2)
with ENCRYPTION as
select roomno , sum(money) as money into #ls_groom from groom where ps=2
www.eeworm.com/read/489717/1211849
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