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

Name

Description

ctx

KDF context.

params

NULL‐terminated parameter array.

Created with MrDocs