Home
last modified time | relevance | path

Searched refs:provider (Results 1 – 3 of 3) sorted by relevance

/apps/
A Dopenssl-vms.cnf48 # fips provider. It contains a named section e.g. [fips_sect] which is
66 # If you add a section explicitly activating any other provider(s), you most
67 # probably need to explicitly activate the default provider, otherwise it
A Dopenssl.cnf48 # fips provider. It contains a named section e.g. [fips_sect] which is
66 # If you add a section explicitly activating any other provider(s), you most
67 # probably need to explicitly activate the default provider, otherwise it
A Dlist.c836 static int list_tls_sigalg_caps(OSSL_PROVIDER *provider, void *cbdata) in list_tls_sigalg_caps() argument
838 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() argument
1383 return sk_OSSL_PROVIDER_push(provider_stack, provider) > 0 ? 1 : 0; in collect_providers()

Completed in 11 milliseconds