Searched refs:provider (Results 1 – 3 of 3) sorted by relevance
48 # fips provider. It contains a named section e.g. [fips_sect] which is66 # If you add a section explicitly activating any other provider(s), you most67 # probably need to explicitly activate the default provider, otherwise it
836 static int list_tls_sigalg_caps(OSSL_PROVIDER *provider, void *cbdata) in list_tls_sigalg_caps() argument838 OSSL_PROVIDER_get_capabilities(provider, "TLS-SIGALG", in list_tls_sigalg_caps()1375 static int collect_providers(OSSL_PROVIDER *provider, void *stack) in collect_providers() argument1383 return sk_OSSL_PROVIDER_push(provider_stack, provider) > 0 ? 1 : 0; in collect_providers()
Completed in 11 milliseconds