代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/293269/8303134
h zdencrypt.h
#ifndef _ZD_ENCRYPT_H
#define _ZD_ENCRYPT_H
#if defined(PHY_1202)
void initWepState(void);
void zd_EncryptData (
U8 Wep_Key_Len,
U8* Wep_Key,
U8* Wep_Iv,
U16 Num_Bytes,
www.eeworm.com/read/235145/14083562
h zdencrypt.h
#ifndef _ZD_ENCRYPT_H
#define _ZD_ENCRYPT_H
#if defined(PHY_1202)
void initWepState(void);
void zd_EncryptData (
U8 Wep_Key_Len,
U8* Wep_Key,
U8* Wep_Iv,
U16 Num_Bytes,
www.eeworm.com/read/421642/10719240
cpp des.cpp
#include "stdafx.h"
#include "stdio.h"
#define EN0 0 /* MODE == encrypt */
#define DE1 1 /* MODE == decrypt */
typedef struct {
unsigned long ek[32]; // encrypt key
un
www.eeworm.com/read/150726/5689674
cpp des.cpp
#include "stdafx.h"
#include "stdio.h"
#define EN0 0 /* MODE == encrypt */
#define DE1 1 /* MODE == decrypt */
typedef struct {
unsigned long ek[32]; // encrypt key
un
www.eeworm.com/read/180836/5280866
cpp des.cpp
#include "stdafx.h"
#include "stdio.h"
#define EN0 0 /* MODE == encrypt */
#define DE1 1 /* MODE == decrypt */
typedef struct {
unsigned long ek[32]; // encrypt key
un
www.eeworm.com/read/103887/15717381
cpp des.cpp
#include
#include "des.h"
int DES::encrypt ( char key[8], char* data, int blocks )
{
if ((!data)||(blocks