OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DATA_BUF_SIZE
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
asn1_encode_test.c
713
#define
DATA_BUF_SIZE
256
718
OPENSSL_assert(package->encode_expectations_elem_size <=
DATA_BUF_SIZE
);
719
if ((o = OPENSSL_malloc(
DATA_BUF_SIZE
)) == NULL)
destest.c
28
#define
DATA_BUF_SIZE
20
394
static char *pt(const unsigned char *p, char buf[
DATA_BUF_SIZE
])
413
char b1[
DATA_BUF_SIZE
], b2[
DATA_BUF_SIZE
];
439
char b1[
DATA_BUF_SIZE
], b2[
DATA_BUF_SIZE
];
/src/crypto/external/bsd/openssl/dist/test/
asn1_encode_test.c
711
#define
DATA_BUF_SIZE
256
716
OPENSSL_assert(package->encode_expectations_elem_size <=
DATA_BUF_SIZE
);
717
if ((o = OPENSSL_malloc(
DATA_BUF_SIZE
)) == NULL)
destest.c
28
# define
DATA_BUF_SIZE
20
293
static char *pt(const unsigned char *p, char buf[
DATA_BUF_SIZE
])
312
char b1[
DATA_BUF_SIZE
], b2[
DATA_BUF_SIZE
];
338
char b1[
DATA_BUF_SIZE
], b2[
DATA_BUF_SIZE
];
/src/crypto/external/bsd/openssl.old/dist/test/
asn1_encode_test.c
711
#define
DATA_BUF_SIZE
256
716
OPENSSL_assert(package->encode_expectations_elem_size <=
DATA_BUF_SIZE
);
717
if ((o = OPENSSL_malloc(
DATA_BUF_SIZE
)) == NULL)
destest.c
21
# define
DATA_BUF_SIZE
20
286
static char *pt(const unsigned char *p, char buf[
DATA_BUF_SIZE
])
305
char b1[
DATA_BUF_SIZE
], b2[
DATA_BUF_SIZE
];
331
char b1[
DATA_BUF_SIZE
], b2[
DATA_BUF_SIZE
];
Completed in 29 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026