代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/255665/12066088
c omac_file.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/255665/12066198
c ctr_encrypt.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/255665/12066872
c ocb_decrypt_verify_memory.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/255665/12066886
c pmac_file.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/339492/12229307
h sapphire.h
#ifndef CRYPTOPP_SAPPHIRE_H
#define CRYPTOPP_SAPPHIRE_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
/// base class, do not use directly
class SapphireBase : public Va
www.eeworm.com/read/339492/12229656
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/339447/12235782
c symcrypt.c
/*
* Following codes are derived from
* ``Secure Programming Cookbook for C and C++''.
* URL:http://www.oreilly.com/catalog/secureprgckbk/
* http://www.secureprogramming.com/
*
* Licensin
www.eeworm.com/read/338797/12282548
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/338797/12282970
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/131693/14132629
cpp modes.cpp
// modes.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "modes.h"
#include "des.h"
#include "strciphr.cpp"
NAMESPACE_BEGIN(CryptoPP)
void Modes_Test