OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pref_cipher
(Results
1 - 2
of
2
) sorted by null
/external/openssl/ssl/
s3_srvr.c
1234
SSL_CIPHER *
pref_cipher
=NULL;
local
[
all
...]
s3_clnt.c
967
SSL_CIPHER *
pref_cipher
=NULL;
local
971
NULL, &
pref_cipher
,
974
s->session->cipher =
pref_cipher
?
975
pref_cipher
: ssl_get_cipher_by_char(s, p+j);
[
all
...]
Completed in 563 milliseconds