Lines Matching +full:self +full:- +full:describing
16 - provider routines
136 See L<OSSL_PROVIDER-default(7)> for more information on this fallback
169 Parameter values equal (case-insensitively) to C<1>, C<on>, C<yes>, or C<true>
171 Parameter values equal (case-insensitively) to C<0>, C<off>, C<no>, or C<false>
174 OSSL_PROVIDER_self_test() is used to run a provider's self tests on demand.
175 If the self tests fail then the provider will fail to provide any further
177 beforehand in order to display diagnostics for the running self tests.
182 NULL OSSL_ALGORITHM entry. This is considered a low-level function that most
187 low-level function that most applications should not need to call.
195 L<provider-base(7)>.
206 will call the callback I<cb> and supply a set of L<OSSL_PARAM(3)>s describing the
209 L<provider-base(7)/CAPABILTIIES>.
241 OSSL_PROVIDER_self_test() returns 1 if the self tests pass, or 0 on error.
267 L<openssl-core.h(7)>, L<OSSL_LIB_CTX(3)>, L<provider(7)>
284 Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.