Searched refs:isecdhe (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 5036 int isecdhe, int idx) in set_ssl_groups() argument 5044 if (isecdhe) in set_ssl_groups() 5052 if (isecdhe) { in set_ssl_groups() 5064 if (isecdhe) { in set_ssl_groups() 5102 int clientmulti, istls13, isecdhe, numec, numff, numgroups; in test_negotiated_group() local 5118 isecdhe = (idx < numec); in test_negotiated_group() 5119 if (!isecdhe) in test_negotiated_group() 5122 if (isecdhe) in test_negotiated_group() 5127 if (!istls13 && !isecdhe) in test_negotiated_group() 5162 if (!TEST_true(set_ssl_groups(serverssl, clientssl, clientmulti, isecdhe, in test_negotiated_group() [all …]
|