Apply OSSL_PARAM values (salt, key, info, digest, …) to a KDF context.
Declared in <openssl/kdf.h>
int
EVP_KDF_CTX_set_params(
EVP_KDF_CTX* ctx,
OSSL_PARAM const params[]);
1 on success, or 0 on error.
| Name | Description |
|---|---|
| ctx | KDF context. |
| params | NULL-terminated parameter array. |