[#OSSL_STORE_SEARCH_by_alias] = OSSL_STORE_SEARCH_by_alias :mrdocs: Build a search criterion matching an alias string. == Synopsis Declared in `<openssl/store.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_STORE_SEARCH.adoc[OSSL_STORE_SEARCH]* OSSL_STORE_SEARCH_by_alias(char const* alias); ---- == Return Value New OSSL_STORE_SEARCH, or NULL on error; free with OSSL_STORE_SEARCH_free(). == Parameters [cols="1,4"] |=== | Name| Description | *alias* | Alias text owned by the caller; must remain valid for the search lifetime. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#