代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/201813/5056917
c crypt_unregister_cipher.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/201813/5056921
c crypt_cipher_is_valid.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/201813/5056923
c crypt_register_cipher.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/201813/5056929
c crypt_cipher_descriptor.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/201813/5056931
c crypt_find_cipher.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/201813/5057102
c cipher_hash_test.c
/* test the ciphers and hashes using their built-in self-tests */
#include
int cipher_hash_test(void)
{
int x;
unsigned char buf[4096];
unsigned long n;
prng_
www.eeworm.com/read/176663/5335940
h rar20cipher.h
// Crypto/Rar20Cipher.h
#ifndef __CRYPTO_RAR20_CIPHER_H
#define __CRYPTO_RAR20_CIPHER_H
#include "../../ICoder.h"
#include "../../IPassword.h"
#include "Common/MyCom.h"
#include "Common/Types.h"
#i
www.eeworm.com/read/176663/5335942
cpp rar20cipher.cpp
// Crypto/Rar20Cipher.cpp
#include "StdAfx.h"
#include "Rar20Cipher.h"
#include "Windows/Defs.h"
namespace NCrypto {
namespace NRar20 {
static const int kBufferSize = 1
www.eeworm.com/read/176316/5338704
c cipher-rc6.c
/* NOTE: This implementation has been changed from the original
source. See ChangeLog for more information.
Maintained by Alexander Kjeldaas
*/
/* This is an independent imple
www.eeworm.com/read/176316/5338705
c cipher-blowfish_old.c
#include
#include
#include
#include
#include
#ifdef MODULE_LICENSE
MODULE_LICENSE("unknown");
#endif /* MODULE_LICEN