Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/store/
H A Dstore_register.c77 loader->open_ex = open_ex_function; in OSSL_STORE_LOADER_set_open_ex()
224 template.open_ex = NULL; in ossl_store_get0_loader_int()
H A Dstore_local.h96 OSSL_STORE_open_ex_fn open_ex; member
H A Dstore_lib.c119 if (loader->open_ex != NULL) in OSSL_STORE_open_ex()
120 loader_ctx = loader->open_ex(loader, uri, libctx, propq, in OSSL_STORE_open_ex()