Searched refs:impls (Results 1 – 2 of 2) sorted by relevance
317 } impls[] = { in test_register_deregister() local332 for (i = 0; i < OSSL_NELEM(impls); i++) in test_register_deregister()334 impls[i].prop, impls[i].impl, in test_register_deregister()341 for (i = 0; i < OSSL_NELEM(impls); i++) { in test_register_deregister()342 const size_t j = (1 + i * 3) % OSSL_NELEM(impls); in test_register_deregister()343 int nid = impls[j].nid; in test_register_deregister()344 void *impl = impls[j].impl; in test_register_deregister()353 if (TEST_false(ossl_method_store_remove(store, impls[0].nid, impls[0].impl))) in test_register_deregister()371 } impls[] = { in test_property() local406 for (i = 0; i < OSSL_NELEM(impls); i++) in test_property()[all …]
58 STACK_OF(IMPLEMENTATION) *impls;205 sk_IMPLEMENTATION_pop_free(a->impls, &impl_free); in alg_cleanup()312 for (i = 0; i < sk_IMPLEMENTATION_num(alg->impls); i++) { in ossl_method_store_add()319 if (i == sk_IMPLEMENTATION_num(alg->impls) in ossl_method_store_add()320 && sk_IMPLEMENTATION_push(alg->impls, impl)) in ossl_method_store_add()357 for (i = 0; i < sk_IMPLEMENTATION_num(alg->impls); i++) { in ossl_method_store_remove()362 (void)sk_IMPLEMENTATION_delete(alg->impls, i); in ossl_method_store_remove()386 int i, end = sk_IMPLEMENTATION_num(alg->impls); in alg_do_each()452 for (j = 0; j < sk_IMPLEMENTATION_num(alg->impls); j++) { in ossl_method_store_fetch()463 for (j = 0; j < sk_IMPLEMENTATION_num(alg->impls); j++) { in ossl_method_store_fetch()[all …]
Completed in 5 milliseconds