Attach a search criterion to an open store before loading.
Declared in <openssl/store.h>
int
OSSL_STORE_find(
OSSL_STORE_CTX* ctx,
OSSL_STORE_SEARCH const* search);
1 on success, or 0 on error.
| Name | Description |
|---|---|
| ctx | Open store context; must be called before the first OSSL_STORE_load(). |
| search | Search criterion from OSSL_STORE_SEARCH_by_*(). |