代码搜索:Cipher

找到约 3,792 项符合「Cipher」的源代码

代码结果 3,792
www.eeworm.com/read/480720/6660217

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/480720/6660305

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/479375/6692875

c crypto_openssl.c

/* * WPA Supplicant / wrapper functions for libcrypto * Copyright (c) 2004-2005, Jouni Malinen * * This program is free software; you can redistribute it and/or modify * it under the te
www.eeworm.com/read/410595/11275912

h sapphire.h

#ifndef SAPPHIRE_H #define SAPPHIRE_H #include "cryptlib.h" #include "misc.h" class SapphireBase { public: enum {KEYLENGTH=16}; // default key length protected: SapphireBase(
www.eeworm.com/read/410595/11275985

cpp rng.cpp

#include #include "misc.h" #include "rng.h" #include // linear congruential generator // originally by William S. England // do not use for cryptographic purposes /*
www.eeworm.com/read/264761/11302372

c aestime.c

/* * aestime - time how long computations take on AES algorithm * for cipher init, encrypt 1Mb, decrypt 1Mb, set 1000 key pairs * * Customise the ALG name and include file below and lin
www.eeworm.com/read/261384/11650628

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/261384/11650898

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/157666/11673895

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/157666/11673978

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