[#OSSL_STORE_find] = OSSL_STORE_find :mrdocs: Attach a search criterion to an open store before loading. == Synopsis Declared in `<openssl/store.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_STORE_find( xref:OSSL_STORE_CTX.adoc[OSSL_STORE_CTX]* ctx, xref:OSSL_STORE_SEARCH.adoc[OSSL_STORE_SEARCH] const* search); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Open store context; must be called before the first OSSL_STORE_load(). | *search* | Search criterion from OSSL_STORE_SEARCH_by_*(). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#