Deprecated loader callback implementing OSSL_STORE_load().
Declared in <openssl/store.h>
typedef OSSL_STORE_INFO*(* OSSL_STORE_load_fn)(OSSL_STORE_LOADER_CTX*, UI_METHOD const*, void*);
New OSSL_STORE_INFO, or NULL on error / end of data.
| Name | Description |
|---|---|
| ctx | Loader-specific open context. |
| ui_method | UI method for interactive input, or NULL. |
| ui_data | Application data for ui_method. |