OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MULTIBLOCK_FRAGSIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/test/
sslapitest.c
8803
# define
MULTIBLOCK_FRAGSIZE
512
8828
unsigned char msg[
MULTIBLOCK_FRAGSIZE
* 9];
8852
if (!TEST_true(SSL_CTX_set_max_send_fragment(sctx,
MULTIBLOCK_FRAGSIZE
)))
8873
if (!TEST_true(SSL_read_ex(clientssl, p,
MULTIBLOCK_FRAGSIZE
, &readbytes)))
/src/crypto/external/apache2/openssl/dist/test/
sslapitest.c
9826
#define
MULTIBLOCK_FRAGSIZE
512
9850
unsigned char msg[
MULTIBLOCK_FRAGSIZE
* 9];
9874
if (!TEST_true(SSL_CTX_set_max_send_fragment(sctx,
MULTIBLOCK_FRAGSIZE
)))
9895
if (!TEST_true(SSL_read_ex(clientssl, p,
MULTIBLOCK_FRAGSIZE
, &readbytes)))
Completed in 70 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026