Lines Matching refs:algs
67 SPARSE_ARRAY_OF(ALGORITHM) *algs;
236 ossl_sa_ALGORITHM_set(store->algs, idx, NULL); in alg_cleanup()
250 if ((res->algs = ossl_sa_ALGORITHM_new()) == NULL in ossl_method_store_new()
263 if (store->algs != NULL) in ossl_method_store_free()
264 ossl_sa_ALGORITHM_doall_arg(store->algs, &alg_cleanup, store); in ossl_method_store_free()
265 ossl_sa_ALGORITHM_free(store->algs); in ossl_method_store_free()
284 return ossl_sa_ALGORITHM_get(store->algs, nid); in ossl_method_store_retrieve()
289 return ossl_sa_ALGORITHM_set(store->algs, alg->nid, alg); in ossl_method_store_insert()
541 ossl_sa_ALGORITHM_doall_arg(store->algs, &alg_cleanup_by_provider, &data); in ossl_method_store_remove_all_provided()
575 ossl_sa_ALGORITHM_num(store->algs)); in ossl_method_store_do_all()
581 ossl_sa_ALGORITHM_doall_arg(store->algs, alg_copy, tmpalgs); in ossl_method_store_do_all()
755 ossl_sa_ALGORITHM_doall(store->algs, &impl_cache_flush_alg); in ossl_method_store_cache_flush_all()
828 ossl_sa_ALGORITHM_doall_arg(store->algs, &impl_cache_flush_one_alg, &state); in ossl_method_cache_flush_some()