代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/229983/14309720
vhd keyexpansion.vhd
-------------------------------------------------------------------------------
-- Title : A compact 8bit AES encryption core
-------------------------------------------------------------------
www.eeworm.com/read/226200/14489745
h shacal2.h
#ifndef CRYPTOPP_SHACAL2_H
#define CRYPTOPP_SHACAL2_H
/** \file
*/
#include "seckey.h"
#include "secblock.h"
NAMESPACE_BEGIN(CryptoPP)
//! _
struct SHACAL2_Info : public FixedBlockSize
www.eeworm.com/read/226200/14489840
h des.h
#ifndef CRYPTOPP_DES_H
#define CRYPTOPP_DES_H
/** \file
*/
#include "seckey.h"
#include "secblock.h"
NAMESPACE_BEGIN(CryptoPP)
class CRYPTOPP_DLL RawDES
{
public:
void RawSetKey(Cip
www.eeworm.com/read/120910/14783882
h des.h
#ifndef _ENCRYPT_H
#define _ENCRYPT_H
extern void KeyRotate(unsigned char Key_56[],unsigned char cyc_times,unsigned char di);
extern void Key64_To_56(unsigned char Key_64[],unsigned char Key_56[]
www.eeworm.com/read/118019/14890647
vbp project1.vbp
Type=Exe
Form=Form1.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\SYSTEM\stdole2.tlb#OLE Automation
Module=ComDialog; ComDialog.bas
Class=clsDS1; clsDS1.cls
IconForm="F
www.eeworm.com/read/115554/15010287
h dodes.h
/////////////////////////////////////////////
// File name: ENCDEC.H
// for Class CEncDec
// algrithom for DES ( data encryption standard)
//
// used to encryption and decryption a segment of m
www.eeworm.com/read/160303/5572829
in config.alg_aes.in
if [ "$CONFIG_IPSEC_ALG" = "y" ]; then
tristate ' AES encryption algorithm' CONFIG_IPSEC_ENC_AES
fi
www.eeworm.com/read/160303/5572958
in no_oe.conf.in
# 'include' this file to disable Opportunistic Encryption.
# See @FINALDOCDIR@/policygroups.html for details.
#
# RCSID $Id: no_oe.conf.in,v 1.2 2004/10/03 19:33:10 paul Exp $
conn block
auto=ign
www.eeworm.com/read/475231/6794453
h rsa_draft.h
// This is a draft version of RSA encryption
// Improved by sanicle,2006.1
// 3mn@3mn.net
#include "vlong.h"
class public_key
{
public:
vlong m,e;
vlong encrypt( const vlong& plain );
www.eeworm.com/read/475231/6794494
h rsa_draft.h
// This is a draft version of RSA encryption
// Improved by sanicle,2006.1
// 3mn@3mn.net
#include "vlong.h"
class public_key
{
public:
vlong m,e;
vlong encrypt( const vlong& plain );