代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/300996/13872620
h rundes.h
//////////////////////////////////////////////////////////////////////////
/*
王润
计算机04-1
2004031124
VC++ 6 编译通过
*/
//////////////////////////////////////////////////////////
www.eeworm.com/read/136571/5868542
h qfdes.h
/*****************************************************************************
Saleem N. Bhatti
February 1993
*****************************************************************************/
www.eeworm.com/read/110972/6161078
h qfdes.h
/*****************************************************************************
Saleem N. Bhatti
February 1993
*****************************************************************************/
www.eeworm.com/read/101990/6234751
init0005
#!/bin/bash
#
# Test pkcs15-init
#
# Run this from the regression test directory.
. functions
p15_init --no-so-pin
p15_set_pin -a 01
p15_gen_key rsa/512 -a 01 --key-usage sign,decrypt
p15_validate
p
www.eeworm.com/read/101990/6234755
init0001
#!/bin/bash
#
# Test pkcs15-init
#
# Run this from the regression test directory.
. functions
p15_init --no-so-pin
p15_set_pin -a 01
p15_gen_key rsa/1024 -a 01 --key-usage sign,decrypt
p15_validate
www.eeworm.com/read/101990/6234764
init0003
#!/bin/bash
#
# Test pkcs15-init
#
# Run this from the regression test directory.
. functions
p15_init --no-so-pin
p15_set_pin -a 01
p15_gen_key rsa/1024 --key-usage decrypt -a 01
p15_validate
p15_
www.eeworm.com/read/101986/6235035
c des3_func.c
// File: des3_func.c
//
#include
#include
#include
#include
#include
#include "pkcs11types.h"
#include "regress.h"
//
//
int do_Encrypt3DES
www.eeworm.com/read/358948/6315112
c dcaesar.c
#include
#include "dcaesar.h"
extern unsigned char dcaesar_encrypt( unsigned char p,
int k,
int base,
int start )
{
return ((p+k)%base+start);
};
extern u
www.eeworm.com/read/487457/6513572
txt via_ace.txt
Support for the VIA Nehemiah Advanced Cryptography Engine (ACE)
---------------------------------------------------------------
A. Introduction
The AES code now supports the VIA ACE engine.