OSSL_STORE_vctrl

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

NameDescription
ctxOpen store context.
cmdControl command (for example OSSL_STORE_C_USE_SECMEM).
argsCommand-specific arguments.