Home
last modified time | relevance | path

Searched defs:OSSL_provider_init (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dp_minimal.c17 OSSL_provider_init_fn OSSL_provider_init; /* Check the function signature */ variable
18 int OSSL_provider_init(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init() function
H A Dp_test.c28 # define OSSL_provider_init PROVIDER_INIT_FUNCTION_NAME macro
251 int OSSL_provider_init(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init() function
/freebsd/crypto/openssl/providers/fips/
H A Dfips_entry.c13 int OSSL_provider_init(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init() function
/freebsd/crypto/openssl/providers/
H A Dlegacyprov.c34 # define OSSL_provider_init ossl_legacy_provider_init macro
200 int OSSL_provider_init(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init() function
/freebsd/crypto/openssl/include/openssl/
H A Dcore.h201 OPENSSL_EXPORT OSSL_provider_init_fn OSSL_provider_init; variable