Lines Matching refs:algs
66 SPARSE_ARRAY_OF(ALGORITHM) *algs;
235 ossl_sa_ALGORITHM_set(store->algs, idx, NULL); in alg_cleanup()
249 if ((res->algs = ossl_sa_ALGORITHM_new()) == NULL in ossl_method_store_new()
262 if (store->algs != NULL) in ossl_method_store_free()
263 ossl_sa_ALGORITHM_doall_arg(store->algs, &alg_cleanup, store); in ossl_method_store_free()
264 ossl_sa_ALGORITHM_free(store->algs); in ossl_method_store_free()
283 return ossl_sa_ALGORITHM_get(store->algs, nid); in ossl_method_store_retrieve()
288 return ossl_sa_ALGORITHM_set(store->algs, alg->nid, alg); in ossl_method_store_insert()
454 ossl_sa_ALGORITHM_doall_arg(store->algs, &alg_cleanup_by_provider, &data); in ossl_method_store_remove_all_provided()
488 ossl_sa_ALGORITHM_num(store->algs)); in ossl_method_store_do_all()
494 ossl_sa_ALGORITHM_doall_arg(store->algs, alg_copy, tmpalgs); in ossl_method_store_do_all()
609 ossl_sa_ALGORITHM_doall(store->algs, &impl_cache_flush_alg); in ossl_method_store_cache_flush_all()
682 ossl_sa_ALGORITHM_doall_arg(store->algs, &impl_cache_flush_one_alg, &state); in ossl_method_cache_flush_some()