Lines Matching defs:store_ctx
355 OSSL_STORE_CTX *store_ctx = NULL;
358 if ((store_ctx = OSSL_STORE_open_ex(uri, libctx, app_get0_propq(), uimeth, uidata,
367 if (!OSSL_STORE_expect(store_ctx, expected)) {
374 if (!OSSL_STORE_supports_search(store_ctx, criterion)) {
381 if (!OSSL_STORE_find(store_ctx, search)) {
391 OSSL_STORE_INFO *info = OSSL_STORE_load(store_ctx);
397 if (OSSL_STORE_error(store_ctx)) {
402 if (OSSL_STORE_eof(store_ctx))
408 if (OSSL_STORE_eof(store_ctx))
492 if (!OSSL_STORE_close(store_ctx)) {