OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_small_records
(Results
1 - 2
of
2
) sorted by null
/external/openssl/android.testssl/
testssl
77
$ssltest -server_auth -client_auth -
s_small_records
$CA $extra || exit 1
80
$ssltest -server_auth -client_auth -c_small_records -
s_small_records
$CA $extra || exit 1
/external/openssl/ssl/
ssltest.c
320
fprintf(stderr," -
s_small_records
- enable server side use of small SSL record buffers\n");
452
int
s_small_records
=0;
variable
694
else if (strcmp(*argv, "-
s_small_records
") == 0)
696
s_small_records
= 1;
832
if (
s_small_records
)
[
all
...]
Completed in 134 milliseconds