OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMPLEMENT_tdes_cipher
(Results
1 - 8
of
8
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_desx.c
20
IMPLEMENT_tdes_cipher
(desx, DESX, cbc, CBC, TDES_FLAGS, 64 * 3, 64, 64, block);
cipher_tdes_default.c
20
IMPLEMENT_tdes_cipher
(ede3, EDE3, ofb, OFB, TDES_FLAGS, 64 * 3, 8, 64, stream);
22
IMPLEMENT_tdes_cipher
(ede3, EDE3, cfb, CFB, TDES_FLAGS, 64 * 3, 8, 64, stream);
24
IMPLEMENT_tdes_cipher
(ede3, EDE3, cfb1, CFB, TDES_FLAGS, 64 * 3, 8, 64, stream);
26
IMPLEMENT_tdes_cipher
(ede3, EDE3, cfb8, CFB, TDES_FLAGS, 64 * 3, 8, 64, stream);
29
IMPLEMENT_tdes_cipher
(ede2, EDE2, ecb, ECB, TDES_FLAGS, 64 * 2, 64, 0, block);
31
IMPLEMENT_tdes_cipher
(ede2, EDE2, cbc, CBC, TDES_FLAGS, 64 * 2, 64, 64, block);
33
IMPLEMENT_tdes_cipher
(ede2, EDE2, ofb, OFB, TDES_FLAGS, 64 * 2, 8, 64, stream);
35
IMPLEMENT_tdes_cipher
(ede2, EDE2, cfb, CFB, TDES_FLAGS, 64 * 2, 8, 64, stream);
cipher_tdes.c
23
IMPLEMENT_tdes_cipher
(ede3, EDE3, ecb, ECB, TDES_FLAGS, 64 * 3, 64, 0, block);
25
IMPLEMENT_tdes_cipher
(ede3, EDE3, cbc, CBC, TDES_FLAGS, 64 * 3, 64, 64, block);
cipher_tdes.h
33
#define
IMPLEMENT_tdes_cipher
(type, UCTYPE, lcmode, UCMODE, flags, \
/src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_desx.c
20
IMPLEMENT_tdes_cipher
(desx, DESX, cbc, CBC, TDES_FLAGS, 64*3, 64, 64, block);
cipher_tdes_default.c
20
IMPLEMENT_tdes_cipher
(ede3, EDE3, ofb, OFB, TDES_FLAGS, 64*3, 8, 64, stream);
22
IMPLEMENT_tdes_cipher
(ede3, EDE3, cfb, CFB, TDES_FLAGS, 64*3, 8, 64, stream);
24
IMPLEMENT_tdes_cipher
(ede3, EDE3, cfb1, CFB, TDES_FLAGS, 64*3, 8, 64, stream);
26
IMPLEMENT_tdes_cipher
(ede3, EDE3, cfb8, CFB, TDES_FLAGS, 64*3, 8, 64, stream);
29
IMPLEMENT_tdes_cipher
(ede2, EDE2, ecb, ECB, TDES_FLAGS, 64*2, 64, 0, block);
31
IMPLEMENT_tdes_cipher
(ede2, EDE2, cbc, CBC, TDES_FLAGS, 64*2, 64, 64, block);
33
IMPLEMENT_tdes_cipher
(ede2, EDE2, ofb, OFB, TDES_FLAGS, 64*2, 8, 64, stream);
35
IMPLEMENT_tdes_cipher
(ede2, EDE2, cfb, CFB, TDES_FLAGS, 64*2, 8, 64, stream);
cipher_tdes.c
23
IMPLEMENT_tdes_cipher
(ede3, EDE3, ecb, ECB, TDES_FLAGS, 64*3, 64, 0, block);
25
IMPLEMENT_tdes_cipher
(ede3, EDE3, cbc, CBC, TDES_FLAGS, 64*3, 64, 64, block);
cipher_tdes.h
31
#define
IMPLEMENT_tdes_cipher
(type, UCTYPE, lcmode, UCMODE, flags, \
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026