Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/store/
H A Dstore_meth.c214 if (loader->p_attach == NULL) in loader_from_algorithm()
215 loader->p_attach = OSSL_FUNC_store_attach(fns); in loader_from_algorithm()
245 if ((loader->p_open == NULL && loader->p_attach == NULL) in loader_from_algorithm()
H A Dstore_local.h109 OSSL_FUNC_store_attach_fn *p_attach; member
H A Dstore_lib.c994 || (loader_ctx = fetched_loader->p_attach(provctx, cbio)) == NULL) { in OSSL_STORE_attach()