代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/428473/8865796
h des.h
/*
DES.H - header file for DESC.C
Copyright (c) J.S.A.Kapp 1994 - 1995.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Same as for RSAREF(tm).
To aid co
www.eeworm.com/read/181831/9235620
c opt.c
/*
compiler is gcc(egcs-2.91.66)
flags are -O3 -fomit-frame-pointer -Wall
Processor is 233Mhz Pentium II (Deschutes)
OS is Linux 2.2.16
Max encryption speed I've seen (in mulit
www.eeworm.com/read/355379/10272711
cpp main.cpp
/*
* 主程序入口
*/
#include "StdAfx.h"
#include
#include
#include
#include
#include
#include
#include "eflow.h"
#include "cry
www.eeworm.com/read/162211/10325598
makefile
CC = gcc
OBJS = phone.o add.o code.o decode.o long_term.o lpc.o pack.o preprocess.o \
rpe.o short_term.o table.o rcfile.o net.o encrypt.o
CFLAGS = -O2
all: phone gtkphone
phone: $(OBJS)
gtkphone:
www.eeworm.com/read/423301/10573344
h kasumi.h
#ifndef KASUMI_H
#define KASUMI_H
//#include "types.h"
typedef unsigned char u8;
typedef unsigned short u16;
typedef unsigned long u32;
/*--------- 16 bit rotate left --------------------
www.eeworm.com/read/160032/10578150
vhdl rijndaelimplemetation.vhdl
-- *************************************************************************
-- DISCLAIMER. THIS SOFTWARE WAS WRITTEN BY EMPLOYEES OF THE U.S.
-- GOVERNMENT AS A PART OF THEIR OFFICIAL DUTIES AND, THE
www.eeworm.com/read/465112/6966658
c ede_enc.c
/* lib/des/ede_enc.c */
/* Copyright (C) 1995 Eric Young (eay@mincom.oz.au)
* All rights reserved.
*
* This file is part of an SSL implementation written
* by Eric Young (eay@mincom.oz.au).
www.eeworm.com/read/467948/6997123
c enc_parallel.c
#include
#include
#include
#include
#include
#include
#include
void encrypt(char data,char data1,int key[],int k);/* Functio
www.eeworm.com/read/460697/7243413
h encfile.h
#pragma once
int AES_file_encrypt(const char* fr, const char* fw, byte key[16]);
int AES_file_decrypt(const char* fr, const char* fw, byte key[16]);
www.eeworm.com/read/455894/7362123
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
(*
typedef unsigned short int UINT2;
typedef unsigne