OSSL_STORE_load_fn

Deprecated loader callback implementing OSSL_STORE_load().

Synopsis

Declared in <openssl/store.h>

typedef OSSL_STORE_INFO*(* OSSL_STORE_load_fn)(OSSL_STORE_LOADER_CTX*, UI_METHOD const*, void*);

Return Value

New OSSL_STORE_INFO, or NULL on error / end of data.

Parameters

NameDescription
ctxLoader-specific open context.
ui_methodUI method for interactive input, or NULL.
ui_dataApplication data for ui_method.