OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:best_method
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_lib.c
1809
const SSL_METHOD *
best_method
= NULL;
local
1834
if (ssl_version_supported(s, candidate_vers, &
best_method
))
1854
s->method =
best_method
;
/src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_lib.c
1805
const SSL_METHOD *
best_method
= NULL;
local
1830
if (ssl_version_supported(s, candidate_vers, &
best_method
))
1850
s->method =
best_method
;
/src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_lib.c
2219
const SSL_METHOD *
best_method
= NULL;
local
2244
if (ssl_version_supported(s, candidate_vers, &
best_method
))
2264
ssl->method =
best_method
;
Completed in 27 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026