OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IDEA_BLOCK
(Results
1 - 8
of
8
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
ideatest.c
82
if (!TEST_mem_eq(out,
IDEA_BLOCK
, c, sizeof(c)))
87
return TEST_mem_eq(out,
IDEA_BLOCK
, in, sizeof(in));
93
unsigned char iv[
IDEA_BLOCK
];
101
IDEA_cbc_encrypt(out, out,
IDEA_BLOCK
, &dkey, iv, 0);
/src/crypto/external/bsd/openssl/dist/test/
ideatest.c
67
if (!TEST_mem_eq(out,
IDEA_BLOCK
, c, sizeof(c)))
72
return TEST_mem_eq(out,
IDEA_BLOCK
, in, sizeof(in));
78
unsigned char iv[
IDEA_BLOCK
];
86
IDEA_cbc_encrypt(out, out,
IDEA_BLOCK
, &dkey, iv, 0);
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
idea.h
25
# define
IDEA_BLOCK
8
/src/crypto/external/bsd/openssl.old/dist/test/
ideatest.c
60
if (!TEST_mem_eq(out,
IDEA_BLOCK
, c, sizeof(c)))
65
return TEST_mem_eq(out,
IDEA_BLOCK
, in, sizeof(in));
71
unsigned char iv[
IDEA_BLOCK
];
79
IDEA_cbc_encrypt(out, out,
IDEA_BLOCK
, &dkey, iv, 0);
/src/crypto/external/apache2/openssl/dist/include/openssl/
idea.h
26
#define
IDEA_BLOCK
8
/src/crypto/external/bsd/netpgp/dist/src/libbn/
stubs.h
64
#define
IDEA_BLOCK
8
/src/crypto/external/bsd/openssl/dist/include/openssl/
idea.h
26
# define
IDEA_BLOCK
8
/src/crypto/external/bsd/netpgp/dist/src/lib/
symmetric.c
337
IDEA_BLOCK
,
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026