Searched refs:OSSL_STORE_attach (Results 1 – 9 of 9) sorted by relevance
/openssl-master/doc/man3/ |
A D | OSSL_STORE_attach.pod | 5 OSSL_STORE_attach - Functions to read objects from a BIO 11 OSSL_STORE_CTX *OSSL_STORE_attach(BIO *bio, const char *scheme, 20 OSSL_STORE_attach() works like L<OSSL_STORE_open(3)>, except it takes a B<BIO> 27 OSSL_STORE_attach() returns a pointer to a B<OSSL_STORE_CTX> on success, or 36 OSSL_STORE_attach() was added in OpenSSL 3.0.
|
/openssl-master/test/ |
A D | ossl_store_test.c | 169 && TEST_ptr(store_ctx = OSSL_STORE_attach(bio, "file", libctx, NULL, in test_store_attach_unregistered_scheme()
|
/openssl-master/include/openssl/ |
A D | store.h | 132 OSSL_STORE_CTX *OSSL_STORE_attach(BIO *bio, const char *scheme,
|
/openssl-master/doc/man7/ |
A D | provider-storemgmt.pod | 82 supporting L<OSSL_STORE_attach(3)>.
|
A D | migration_guide.pod | 922 L<OSSL_STORE_attach(3)>
|
/openssl-master/crypto/store/ |
A D | store_lib.c | 963 OSSL_STORE_CTX *OSSL_STORE_attach(BIO *bp, const char *scheme, in OSSL_STORE_attach() function
|
/openssl-master/doc/ |
A D | build.info | 1694 DEPEND[html/man3/OSSL_STORE_attach.html]=man3/OSSL_STORE_attach.pod 1695 GENERATE[html/man3/OSSL_STORE_attach.html]=man3/OSSL_STORE_attach.pod 1696 DEPEND[man/man3/OSSL_STORE_attach.3]=man3/OSSL_STORE_attach.pod 1697 GENERATE[man/man3/OSSL_STORE_attach.3]=man3/OSSL_STORE_attach.pod 3145 html/man3/OSSL_STORE_attach.html \ 3737 man/man3/OSSL_STORE_attach.3 \
|
/openssl-master/apps/lib/ |
A D | apps.c | 944 ctx = OSSL_STORE_attach(bio, "file", libctx, propq, in load_key_certs_crls_suppress()
|
/openssl-master/util/ |
A D | libcrypto.num | 5079 OSSL_STORE_attach 5207 3_0_0 EXIST::FUNCTION:
|
Completed in 32 milliseconds