Searched refs:cipherids (Results 1 – 1 of 1) sorted by relevance
294 int cipherids[] = { in test_ciphersuites() local322 for (i = 0, j = 0; i < OSSL_NELEM(cipherids); i++) { in test_ciphersuites()323 if (cipherids[i] == TLS1_3_CK_CHACHA20_POLY1305_SHA256 && is_fips) in test_ciphersuites()328 if (!TEST_uint_eq(SSL_CIPHER_get_id(cipher), cipherids[i])) in test_ciphersuites()