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