代码搜索:H型风机
找到约 10,000 项符合「H型风机」的源代码
代码结果 10,000
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/292026/8382103
h des.h
/* Deprecated/legacy */
/* crypto/des/des.org */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eri
www.eeworm.com/read/292026/8382117
h aes.h
/*
---------------------------------------------------------------------------
Copyright (c) 1998-2007, Brian Gladman, Worcester, UK. All rights reserved.
LICENSE TERMS
The free distributi
www.eeworm.com/read/192426/8382118
h uart.h
/* 字符输出函数 */
void putchar(unsigned char c);
/* 字符输入函数 */
unsigned char getchar(void);
/* 字符串输出函数 */
void puts(char *s);
/* UART初始化 */
void uart_init(void);
www.eeworm.com/read/292026/8382124
h aestab.h
/*
---------------------------------------------------------------------------
Copyright (c) 1998-2007, Brian Gladman, Worcester, UK. All rights reserved.
LICENSE TERMS
The free distributi
www.eeworm.com/read/292026/8382129
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
www.eeworm.com/read/292026/8382154
h whirlpool.h
#ifndef WHIRLPOOL_H
#define WHIRLPOOL_H 1
#if defined(__cplusplus)
extern "C"
{
#endif
#ifndef PORTABLE_C__
#define PORTABLE_C__
#include
/* Definition of minimum-width int
www.eeworm.com/read/292026/8382170
h spr.h
/* Deprecated/legacy */
/* crypto/des/spr.h */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric
www.eeworm.com/read/292026/8382173
h aesopt.h
/*
---------------------------------------------------------------------------
Copyright (c) 1998-2007, Brian Gladman, Worcester, UK. All rights reserved.
LICENSE TERMS
The free distributi
www.eeworm.com/read/292026/8382176
h twofish.h
#ifndef TWOFISH_H
#define TWOFISH_H
#if defined(__cplusplus)
extern "C"
{
#endif
#ifndef u4byte
#define u4byte unsigned __int32
#endif
#ifndef u1byte
#define u1byte unsigned char
#endif