Home
last modified time | relevance | path

Searched refs:cipher_str (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c3221 const char *cipher_str[] = { in test_early_data_psk_with_all_ciphers() local
3244 if (cipher_str[idx] == NULL) in test_early_data_psk_with_all_ciphers()
3252 if (!TEST_true(SSL_set_ciphersuites(clientssl, cipher_str[idx])) in test_early_data_psk_with_all_ciphers()
3253 || !TEST_true(SSL_set_ciphersuites(serverssl, cipher_str[idx]))) in test_early_data_psk_with_all_ciphers()