Searched refs:OSSL_STORE_LOADER_fetch (Results 1 – 8 of 8) sorted by relevance
/openssl/test/ |
H A D | provider_pkey_test.c | 261 if (!TEST_ptr(loader = OSSL_STORE_LOADER_fetch(libctx, "fake_rsa", in test_pkey_store() 311 if (!TEST_ptr(loader = OSSL_STORE_LOADER_fetch(libctx, "fake_rsa", in test_pkey_delete() 393 if (!TEST_ptr(loader = OSSL_STORE_LOADER_fetch(libctx, "fake_rsa", in test_pkey_store_open_ex()
|
H A D | provfetchtest.c | 265 loader = OSSL_STORE_LOADER_fetch(libctx, "DUMMY", in fetch_test()
|
/openssl/doc/man3/ |
H A D | OSSL_STORE_LOADER.pod | 6 OSSL_STORE_LOADER_fetch, 36 OSSL_STORE_LOADER *OSSL_STORE_LOADER_fetch(OSSL_LIB_CTX *libctx, 119 OSSL_STORE_LOADER_fetch() looks for an implementation for a storage 312 OSSL_STORE_LOADER_fetch() returns a pointer to an OSSL_STORE_LOADER object, 361 OSSL_STORE_LOADER_fetch(), OSSL_STORE_LOADER_up_ref(),
|
/openssl/crypto/store/ |
H A D | store_lib.c | 140 OSSL_STORE_LOADER_fetch(libctx, scheme, propq)) != NULL) { in OSSL_STORE_open_ex() 520 fetched_loader = OSSL_STORE_LOADER_fetch(libctx, scheme, propq); in OSSL_STORE_delete() 1040 OSSL_STORE_LOADER_fetch(libctx, scheme, propq)) != NULL) { in OSSL_STORE_attach()
|
H A D | store_meth.c | 371 OSSL_STORE_LOADER *OSSL_STORE_LOADER_fetch(OSSL_LIB_CTX *libctx, in OSSL_STORE_LOADER_fetch() function
|
/openssl/include/openssl/ |
H A D | store.h | 264 OSSL_STORE_LOADER *OSSL_STORE_LOADER_fetch(OSSL_LIB_CTX *libctx,
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 996 L<OSSL_STORE_LOADER_fetch(3)> and L<OSSL_STORE_LOADER_do_all_provided(3)>
|
/openssl/util/ |
H A D | libcrypto.num | 5218 OSSL_STORE_LOADER_fetch 5346 3_0_0 EXIST::FUNCTION:
|
Completed in 63 milliseconds