代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/136571/5868585
c rijndael-api-fst.c
/*
* rijndael-api-fst.c v2.4 April '2000
*
* Optimised ANSI C code
*
* authors: v1.0: Antoon Bosselaers
* v2.0: Vincent Rijmen
* v2.1: Vincent Rijmen
* v
www.eeworm.com/read/131315/5946101
c create_auth_reply.c
/*
* $Source: /usr/src/kerberosIV/krb/RCS/create_auth_reply.c,v $
* $Author: kfall $
*
* Copyright 1985, 1986, 1987, 1988 by the Massachusetts Institute
* of Technology.
*
* For copying and dis
www.eeworm.com/read/130382/5957283
h pgprc2.h
/*
* pgpRC2.h - header file for pgpRC2.c
*
* This is a PRIVATE header file, for use only within the PGP Library.
* You should not be using these functions in an application.
*
* $Id: pgpRC
www.eeworm.com/read/130382/5957353
in makefile.in
#
# priv/crypto/
#
# $Id: Makefile.in,v 1.2 1997/12/15 23:49:25 hal Exp $
#
SUBDIRS=bignum cipher compress hash pipe random secshare
LIBDONE=bignum/DONE cipher/DONE compress/DONE hash/DONE pip
www.eeworm.com/read/119340/6090591
java sicblockcipher.java
package org.bouncycastle.crypto.modes;
import org.bouncycastle.crypto.BlockCipher;
import org.bouncycastle.crypto.CipherParameters;
import org.bouncycastle.crypto.DataLengthException;
import org
www.eeworm.com/read/119340/6090615
java bouncycastleprovider.java
package org.bouncycastle.jce.provider;
import java.security.Provider;
/**
* To add the provider at runtime use:
*
* import java.security.Security;
* import org.bouncycastle.jce.pro
www.eeworm.com/read/116308/6113223
java des3.java
/*
* This file is part of "The Java Telnet Application".
*
* (c) Matthias L. Jugel, Marcus Mei遪er 1996-2002. All Rights Reserved.
*
* Please visit http://javatelnet.org/ for updates and contact.
www.eeworm.com/read/112268/6146783
c rijndael-api-fst.c
/* $KAME: rijndael-api-fst.c,v 1.8 2002/11/18 23:32:54 itojun Exp $ */
/*
* rijndael-api-fst.c v2.3 April '2000
*
* Optimised ANSI C code
*
* authors: v1.0: Antoon Bosselaers
* v2.
www.eeworm.com/read/110972/6161121
c rijndael-api-fst.c
/*
* rijndael-api-fst.c v2.4 April '2000
*
* Optimised ANSI C code
*
* authors: v1.0: Antoon Bosselaers
* v2.0: Vincent Rijmen
* v2.1: Vincent Rijmen
* v
www.eeworm.com/read/103321/6217711
java provider.java
package oreilly.jonathan.crypto;
import java.security.*;
public class Provider
extends java.security.Provider {
public Provider() {
super ("Jonathan",
1.2,
"Jonath