Lines Matching defs:provider
16 #include "internal/provider.h"
59 static int ossl_method_construct_precondition(OSSL_PROVIDER *provider,
73 && !ossl_provider_test_operation_bit(provider, operation_id, result))
86 static int ossl_method_construct_postcondition(OSSL_PROVIDER *provider,
99 || ossl_provider_set_operation_bit(provider, operation_id);
102 static void ossl_method_construct_this(OSSL_PROVIDER *provider,
109 if ((method = data->mcm->construct(algo, provider, data->mcm_data))
123 data->mcm->put(data->store, method, provider, algo->algorithm_names,
135 OSSL_PROVIDER *provider = provider_rw != NULL ? *provider_rw : NULL;
146 * a provider have already been constructed.
153 ossl_algorithm_do_all(libctx, operation_id, provider,