代码搜索:OFB

找到约 362 项符合「OFB」的源代码

代码结果 362
www.eeworm.com/read/104702/15684751

ofb

Information on the OFB mode --------------------------- The OFB uses an initialization vector (z_0 = IV). This vector is encrypted using an encryption algorithm in ECB mode. The encrypted buffer is
www.eeworm.com/read/271765/10981152

c ofb.c

#include "mycrypt.h" #ifdef OFB int ofb_start(int cipher, const unsigned char *IV, const unsigned char *key, int keylen, int num_rounds, symmetric_OFB *ofb) { int x, errno; _AR
www.eeworm.com/read/100389/6270389

java ofb.java

// $Id: OFB.java,v 1.5 1997/11/21 05:45:11 hopwood Exp $ // // $Log: OFB.java,v $ // Revision 1.5 1997/11/21 05:45:11 hopwood // + Missed a name change. // // Revision 1.4 1997/11/20 19:39:32 hopw
www.eeworm.com/read/251957/4413539

c ofb.c

/* * Copyright (C) 1998,1999,2000,2001,2002 Nikos Mavroyanopoulos * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public
www.eeworm.com/read/241780/4557974

h ofb.h

/* Copyright 2003-2006, Voltage Security, all rights reserved. */ #include "vibecrypto.h" #include "environment.h" #include "base.h" #include "libctx.h" #include "algobj.h" #include "keyobj.
www.eeworm.com/read/169093/5428547

h ofb.h

/* Copyright 2003-2004, Voltage Security, all rights reserved. */ #include "vibecrypto.h" #include "environment.h" #include "base.h" #include "libctx.h" #include "algobj.h" #include "keyobj.
www.eeworm.com/read/304961/3783726

c ofb.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/304657/3788436

java ofb.java

/* OFB.java -- Copyright (C) 2001, 2002, 2006 Free Software Foundation, Inc. This file is a part of GNU Classpath. GNU Classpath is free software; you can redistribute it and/or modify it under
www.eeworm.com/read/300509/3846416

java ofb.java

// $Id: OFB.java,v 1.1.1.1 2002/08/27 12:32:12 grosbois Exp $ // // $Log: OFB.java,v $ // Revision 1.1.1.1 2002/08/27 12:32:12 grosbois // Add cryptix 3.2 // // Revision 1.6 2000/08/17 11:40:58 ed
www.eeworm.com/read/113151/15469128

dll ofb.dll