代码搜索:Cast

找到约 10,000 项符合「Cast」的源代码

代码结果 10,000
www.eeworm.com/read/189512/8466654

c cast.c

/* Copyright (c) 1994 Burra Gopal, Udi Manber. All Rights Reserved. */ /* * cast.c: main text compression routines. Exports tcompress() called * from main() in read_out.c, and one other simple ro
www.eeworm.com/read/388823/8573440

h cast.h

/* crypto/cast/cast.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com)
www.eeworm.com/read/187929/8589801

h cast.h

#ifndef CRYPTOPP_CAST_H #define CRYPTOPP_CAST_H #include "cryptlib.h" #include "misc.h" NAMESPACE_BEGIN(CryptoPP) class CAST128 : public BlockTransformation { public: enum {KEYLENGTH=16
www.eeworm.com/read/187929/8590300

cpp cast.cpp

// cast.cpp - modified by Wei Dai from Peter Gutmann's code // Copyright 1996 by Peter Gutmann. Distributed with permission. #include "pch.h" #include "cast.h" NAMESPACE_BEGIN(CryptoPP) /*
www.eeworm.com/read/287946/8658249

h cast.h

#ifndef CRYPTOPP_CAST_H #define CRYPTOPP_CAST_H #include "cryptlib.h" #include "misc.h" NAMESPACE_BEGIN(CryptoPP) class CAST128 : public BlockTransformation { public: enum {KEYLENGTH=16
www.eeworm.com/read/287946/8658681

cpp cast.cpp

// cast.cpp - modified by Wei Dai from Peter Gutmann's code // Copyright 1996 by Peter Gutmann. Distributed with permission. #include "pch.h" #include "cast.h" NAMESPACE_BEGIN(CryptoPP) /*
www.eeworm.com/read/431199/8701937

h cast.h

#ifndef CRYPTOPP_CAST_H #define CRYPTOPP_CAST_H /** \file */ #include "seckey.h" #include "secblock.h" NAMESPACE_BEGIN(CryptoPP) class CAST { protected: static const word32 S[8][256]; }; //! alg
www.eeworm.com/read/431199/8702699

cpp cast.cpp

// cast.cpp - written and placed in the public domain by Wei Dai and Leonard Janke // based on Steve Reid's public domain cast.c #include "pch.h" #include "cast.h" #include "misc.h" NAMESPACE_BEGIN(
www.eeworm.com/read/287119/8719942

c cast.c

#include "bc_types.h" #include "bc_cast.h" #include "bc_casti.h" /********************************************************************** * * Useful definitions * ****************************
www.eeworm.com/read/287068/8728244

h cast.h

/* Deprecated/legacy */ /* crypto/cast/cast.h */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eri