代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/101042/6258911
c ssl_algs.c
/* ssl/ssl_algs.c */
/* 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).
* The
www.eeworm.com/read/100601/6268029
c secmime.c
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
www.eeworm.com/read/492302/6421090
c gcm_process.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/157666/11673918
c ofb_start.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/157666/11674363
c gcm_process.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/346882/11714353
c des.c
/*
DES 算法程序
*/
//#include "Des.h"
#include
#include
#define ENCRYPT 0
#define DESCRYPT 1
#define PINLEN 9
unsigned char cdesoutput[9];
unsigned cha
www.eeworm.com/read/255665/12066118
c ofb_start.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/255665/12066647
c gcm_process.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/339492/12229168
h aes.h
#ifndef CRYPTOPP_AES_H
#define CRYPTOPP_AES_H
/** \file
AES winner announced on 10/2/2000
*/
#include "rijndael.h"
NAMESPACE_BEGIN(CryptoPP)
//! AES Encrypting Class - Rijndael Block C
www.eeworm.com/read/120910/14783905
c main.c
#include
#include
#include "des.h"
unsigned char key_tab[]={0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22};
unsigned char plain_tab[]={0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11};
vo