Load the next object from an open OSSL_STORE channel.
Synopsis
Declared in <openssl/store.h>
OSSL_STORE_INFO*
OSSL_STORE_load(OSSL_STORE_CTX* ctx);
Return Value
New OSSL_STORE_INFO, or NULL on error or when no object is available; free with OSSL_STORE_INFO_free().
Parameters
Name |
Description |
ctx |
Open store context. |
Created with MrDocs