OSSL_STORE_load
OSSL_STORE_INFO *info = OSSL_STORE_load(ctx);
OSSL_STORE_INFO *info = OSSL_STORE_load(store_ctx);
OSSL_STORE_INFO *info = OSSL_STORE_load(ctx);
OSSL_STORE_INFO *OSSL_STORE_load(OSSL_STORE_CTX *ctx);
if ((info = OSSL_STORE_load(ctx)) == NULL)
&& TEST_ptr(info = OSSL_STORE_load(sctx));
&& (info = OSSL_STORE_load(ctx)) != NULL
&& (info = OSSL_STORE_load(ctx)) != NULL
&& (info = OSSL_STORE_load(ctx)) != NULL
info = OSSL_STORE_load(ctx);