OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TBUF_MAXSIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/apps/
pkeyutl.c
712
#define
TBUF_MAXSIZE
2048
720
unsigned char tbuf[
TBUF_MAXSIZE
];
761
buf_len = BIO_read(in, tbuf,
TBUF_MAXSIZE
);
778
buf_len = BIO_read(in, tbuf,
TBUF_MAXSIZE
);
/src/crypto/external/apache2/openssl/dist/apps/
pkeyutl.c
856
#define
TBUF_MAXSIZE
2048
864
unsigned char tbuf[
TBUF_MAXSIZE
];
904
buf_len = BIO_read(in, tbuf,
TBUF_MAXSIZE
);
921
buf_len = BIO_read(in, tbuf,
TBUF_MAXSIZE
);
Completed in 24 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026