Searched refs:OSSL_PROVIDER_load_ex (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/doc/designs/ |
H A D | ossl-provider-load-ex.md | 1 OSSL_PROVIDER_load_ex - activating providers with run-time configuration 20 OSSL_PROVIDER *OSSL_PROVIDER_load_ex(OSSL_LIB_CTX *libctx, const char *name, 49 the `OSSL_PROVIDER_load_ex` call simply returns the active provider and the 52 In all other cases, the extra parameters provided by the `OSSL_PROVIDER_load_ex` 66 and reloaded using `OSSL_PROVIDER_load` or `OSSL_PROVIDER_load_ex` should be used.
|
/freebsd/crypto/openssl/crypto/ |
H A D | provider.c | 58 OSSL_PROVIDER *OSSL_PROVIDER_load_ex(OSSL_LIB_CTX *libctx, const char *name, OSSL_PARAM *params) in OSSL_PROVIDER_load_ex() function 68 return OSSL_PROVIDER_load_ex(libctx, name, NULL); in OSSL_PROVIDER_load()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | provider.h | 26 OSSL_PROVIDER *OSSL_PROVIDER_load_ex(OSSL_LIB_CTX *, const char *name,
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_PROVIDER.pod | 8 OSSL_PROVIDER_load_ex, OSSL_PROVIDER_try_load_ex, 29 OSSL_PROVIDER *OSSL_PROVIDER_load_ex(OSSL_LIB_CTX *, const char *name, 117 OSSL_PROVIDER_load_ex() and OSSL_PROVIDER_try_load_ex() are the variants 273 The I<OSSL_PROVIDER_load_ex> and I<OSSL_PROVIDER_try_load_ex> functions were
|
/freebsd/crypto/openssl/test/ |
H A D | provider_test.c | 179 if (!TEST_ptr(prov = OSSL_PROVIDER_load_ex(*libctx, name, params))) in test_provider_ex()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 5695 OSSL_PROVIDER_load_ex;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 3409 MLINKS+= OSSL_PROVIDER.3 OSSL_PROVIDER_load_ex.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 5532 OSSL_PROVIDER_load_ex 5660 3_2_0 EXIST::FUNCTION:
|