[#OSSL_STORE_supports_search] = OSSL_STORE_supports_search :mrdocs: Test whether the loader for an open store supports a search type. == Synopsis Declared in `<openssl/store.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_STORE_supports_search( xref:OSSL_STORE_CTX.adoc[OSSL_STORE_CTX]* ctx, int search_type); ---- == Return Value 1 if supported, or 0 otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Open store context. | *search_type* | OSSL_STORE_SEARCH_BY_* criterion type. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#