EVP_KDF_CTX_set_params

Apply OSSL_PARAM values (salt, key, info, digest, …) to a KDF context.

Synopsis

Declared in <openssl/kdf.h>

int
EVP_KDF_CTX_set_params(
    EVP_KDF_CTX* ctx,
    OSSL_PARAM const params[]);

Return Value

1 on success, or 0 on error.

Parameters

NameDescription
ctxKDF context.
paramsNULL-terminated parameter array.