代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/407834/6919928
c chpms.c
/*** WARNING - THIS CODE HAS NOT BEEN FINISHED! ***/
/*****************************************************************************
* chpms.c - Network MicroSoft Challenge Handshake Authentication Pro
www.eeworm.com/read/470055/6923877
cpp rng.cpp
// rng.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "rng.h"
#include "fips140.h"
#include
#include
NAMESPACE_BEGIN(CryptoPP)
//
www.eeworm.com/read/470055/6923975
h osrng.h
#ifndef CRYPTOPP_OSRNG_H
#define CRYPTOPP_OSRNG_H
#include "config.h"
#ifdef OS_RNG_AVAILABLE
#include "randpool.h"
#include "rng.h"
#include "aes.h"
#include "sha.h"
#include "fips140.h
www.eeworm.com/read/446236/7583337
h sapphire.h
#ifndef CRYPTOPP_SAPPHIRE_H
#define CRYPTOPP_SAPPHIRE_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class SapphireBase
{
public:
enum {KEYLENGTH=16}; // default
www.eeworm.com/read/446236/7583426
cpp rng.cpp
// rng.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "rng.h"
#include
#include
NAMESPACE_BEGIN(CryptoPP)
// linear congruential gen
www.eeworm.com/read/439363/7711561
h hmac_encryptor.h
#ifndef CPPCMS_HMAC_ENCRYPTOR_H
#define CPPCMS_HMAC_ENCRYPTOR_H
#include "encryptor.h"
namespace cppcms {
namespace hmac {
class cipher : public encryptor {
void hash(unsigned char const *,size_t,u
www.eeworm.com/read/437246/7752919
cpp rng.cpp
// rng.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "rng.h"
#include "fips140.h"
#include
#include
NAMESPACE_BEGIN(CryptoPP)
//
www.eeworm.com/read/437246/7752993
h osrng.h
#ifndef CRYPTOPP_OSRNG_H
#define CRYPTOPP_OSRNG_H
#include "config.h"
#ifdef OS_RNG_AVAILABLE
#include "randpool.h"
#include "rng.h"
#include "aes.h"
#include "sha.h"
#include "fips140.h
www.eeworm.com/read/399000/7903079
h sapphire.h
#ifndef CRYPTOPP_SAPPHIRE_H
#define CRYPTOPP_SAPPHIRE_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class SapphireBase
{
public:
enum {KEYLENGTH=16}; // default
www.eeworm.com/read/399000/7903421
cpp rng.cpp
// rng.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "rng.h"
#include
#include
NAMESPACE_BEGIN(CryptoPP)
// linear congruential gen