Searched refs:cipherids (Results 1 – 1 of 1) sorted by relevance
293 int cipherids[] = { in test_ciphersuites() local321 for (i = 0, j = 0; i < OSSL_NELEM(cipherids); i++) { in test_ciphersuites()322 if (cipherids[i] == TLS1_3_CK_CHACHA20_POLY1305_SHA256 && is_fips) in test_ciphersuites()327 if (!TEST_uint_eq(SSL_CIPHER_get_id(cipher), cipherids[i])) in test_ciphersuites()
Completed in 17 milliseconds