va_list form of OSSL_STORE_ctrl() (deprecated).
Synopsis
Declared in <openssl/store.h>
[[deprecated]]
int
OSSL_STORE_vctrl(
OSSL_STORE_CTX* ctx,
int cmd,
va_list args);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
1 on success, or 0 on error.
Parameters
Name |
Description |
ctx |
Open store context. |
cmd |
Control command (for example OSSL_STORE_C_USE_SECMEM). |
args |
Command‐specific arguments. |
Created with MrDocs