代码搜索:Serpent
找到约 266 项符合「Serpent」的源代码
代码结果 266
www.eeworm.com/read/292026/8382078
c serpent.c
// serpent.cpp - written and placed in the public domain by Wei Dai
/* Adapted for TrueCrypt by the TrueCrypt Foundation */
#ifdef TC_WINDOWS_BOOT
#pragma optimize ("t", on)
#endif
#include
www.eeworm.com/read/292026/8382101
h serpent.h
#ifndef HEADER_Crypto_Serpent
#define HEADER_Crypto_Serpent
#ifdef __cplusplus
extern "C"
{
#endif
void serpent_set_key(const unsigned __int8 userKey[], int keylen, unsigned __int8 *ks);
vo
www.eeworm.com/read/431199/8702074
h serpent.h
#ifndef CRYPTOPP_SERPENT_H
#define CRYPTOPP_SERPENT_H
/** \file
*/
#include "seckey.h"
#include "secblock.h"
NAMESPACE_BEGIN(CryptoPP)
//! _
struct Serpent_Info : public FixedBlockSize, public
www.eeworm.com/read/431199/8702100
cpp serpent.cpp
// serpent.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "serpent.h"
#include "misc.h"
#include "serpentp.h"
NAMESPACE_BEGIN(CryptoPP)
void Serpent_KeySchedule
www.eeworm.com/read/287068/8728170
c serpent.c
// serpent.cpp - written and placed in the public domain by Wei Dai
/* Adapted for TrueCrypt by the TrueCrypt Foundation */
#ifdef TC_WINDOWS_BOOT
#pragma optimize ("t", on)
#endif
#include
www.eeworm.com/read/287068/8728203
h serpent.h
#ifndef HEADER_Crypto_Serpent
#define HEADER_Crypto_Serpent
#ifdef __cplusplus
extern "C"
{
#endif
void serpent_set_key(const unsigned __int8 userKey[], int keylen, unsigned __int8 *ks);
vo
www.eeworm.com/read/374400/9407588
h serpent.h
// Serpent.h: interface for the Serpent class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SERPENT_H__DF14D837_2FD8_4C61_A8ED_5A9C9AE548BF__INCLUDED
www.eeworm.com/read/374400/9407619
cpp serpent.cpp
// Serpent.cpp: implementation of the Serpent class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "SerpentGBN.h"
#include "Serpent.h"
www.eeworm.com/read/360615/10084439
h serpent.h
#ifndef CRYPTOPP_SERPENT_H
#define CRYPTOPP_SERPENT_H
/** \file
*/
#include "seckey.h"
#include "secblock.h"
NAMESPACE_BEGIN(CryptoPP)
//! _
struct Serpent_Info : public FixedBlockSize
www.eeworm.com/read/360615/10084453
cpp serpent.cpp
// serpent.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "serpent.h"
#include "misc.h"
#include "serpentp.h"
NAMESPACE_BEGIN(CryptoPP)
void Serpent_K