Searched refs:ecb (Results 26 - 33 of 33) sorted by relevance

12

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/des/
H A Dtcldes.tcl125 # mode : DES mode ecb (default), cbc, cfb, or ofb.
131 proc encrypt {keyset message {mode ecb} {iv {}} {kbits 64}} {
133 ecb {
161 error {Mode must be ecb, cbc, cfb, or ofb.}
170 # mode : DES mode ecb (default), cbc, cfb, or ofb.
176 proc decrypt {keyset message {mode ecb} {iv {}} {kbits 64}} {
178 ecb {
206 error {Mode must be ecb, cbc, cfb, or ofb.}
H A Dtcldesjr.tcl122 # mode : DES mode ecb (default), cbc, cfb, or ofb.
128 proc encrypt {keyset message {mode ecb} {iv {}} {kbits 64}} {
130 ecb {
158 error {Mode must be ecb, cbc, cfb, or ofb.}
167 # mode : DES mode ecb (default), cbc, cfb, or ofb.
173 proc decrypt {keyset message {mode ecb} {iv {}} {kbits 64}} {
175 ecb {
203 error {Mode must be ecb, cbc, cfb, or ofb.}
/macosx-10.10.1/CommonCrypto-60061/lib/
H A DCommonCryptor.c67 globals->cipherModeTab[cipher][i].ecb = ccmodeList[cipher][i].ecb();
80 case kCCModeECB: return (corecryptoMode) globals->cipherModeTab[cipher][direction].ecb;
95 case kCCModeECB: if((ref->symMode[direction].ecb = getCipherMode(cipher, mode, direction).ecb) == NULL) return kCCUnimplemented;
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccmode.h18 /* Declare a ecb key named _name_. Pass the size field of a struct ccmode_ecb
42 mode->ecb(ctx, nblocks, in, out);
51 mode->ecb(ctx, nblocks, in, out);
315 functions. Also note that xts only works for ecb modes with a block_size
/macosx-10.10.1/OpenSSL098-52/src/crypto/engine/
H A Deng_padlock.c704 DECLARE_AES_EVP(128,ecb,ECB);
709 DECLARE_AES_EVP(192,ecb,ECB);
714 DECLARE_AES_EVP(256,ecb,ECB);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/aes/
H A Daes.tcl85 ecb - cbc { }
91 must be one of ecb or cbc."
520 set modes {ecb cbc}
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/blowfish/
H A Dblowfish.tcl544 set r [expr {![catch {::blowfish -dir enc -mode ecb -key $block $block} msg]}]
611 set modes {ecb cbc}
/macosx-10.10.1/libpcap-48/libpcap/msdos/
H A Dndis2.c355 TRACE1 ("ecb = %08lX, ", *ecb);

Completed in 104 milliseconds

12