Home
last modified time | relevance | path

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

/openssl/test/
H A Dhpke_test.c908 size_t kemind = 0; /* index into hpke_kem_list */ in test_hpke_modes_suites() local
964 for (kemind = 0; /* iterate over the kems, kdfs and aeads */ in test_hpke_modes_suites()
965 overallresult == 1 && kemind < OSSL_NELEM(hpke_kem_list); in test_hpke_modes_suites()
966 kemind++) { in test_hpke_modes_suites()
967 uint16_t kem_id = hpke_kem_list[kemind]; in test_hpke_modes_suites()
1103 kem_str_list[kemind], kem_id, in test_hpke_modes_suites()
1208 int kemind = 0; in test_hpke_suite_strs() local
1216 for (kemind = 0; kemind != OSSL_NELEM(kem_str_list); kemind++) { in test_hpke_suite_strs()
1219 BIO_snprintf(sstr, 128, "%s,%s,%s", kem_str_list[kemind], in test_hpke_suite_strs()

Completed in 23 milliseconds