OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:negotiated_scipher
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/test/
sslapitest.c
3674
const char *
negotiated_scipher
;
local
3744
negotiated_scipher
= SSL_CIPHER_get_name(SSL_get_current_cipher(
3748
if (!TEST_str_eq(
negotiated_scipher
, negotiated_ccipher))
3756
&& !TEST_strn_eq(t13_cipher,
negotiated_scipher
,
3757
strlen(
negotiated_scipher
)))
3763
&& !TEST_str_eq(t12_cipher,
negotiated_scipher
))
/src/crypto/external/apache2/openssl/dist/test/
sslapitest.c
5477
const char *
negotiated_scipher
;
local
5554
negotiated_scipher
= SSL_CIPHER_get_name(SSL_get_current_cipher(
5558
if (!TEST_str_eq(
negotiated_scipher
, negotiated_ccipher))
5566
&& !TEST_strn_eq(t13_cipher,
negotiated_scipher
,
5567
strlen(
negotiated_scipher
)))
5573
&& !TEST_str_eq(t12_cipher,
negotiated_scipher
))
/src/crypto/external/bsd/openssl/dist/test/
sslapitest.c
5284
const char *
negotiated_scipher
;
local
5356
negotiated_scipher
= SSL_CIPHER_get_name(SSL_get_current_cipher(
5360
if (!TEST_str_eq(
negotiated_scipher
, negotiated_ccipher))
5368
&& !TEST_strn_eq(t13_cipher,
negotiated_scipher
,
5369
strlen(
negotiated_scipher
)))
5375
&& !TEST_str_eq(t12_cipher,
negotiated_scipher
))
Completed in 42 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026