Set the DH KDF User Keying Material, transferring ownership of ukm.
Declared in <openssl/dh.h>
int
EVP_PKEY_CTX_set0_dh_kdf_ukm(
EVP_PKEY_CTX* ctx,
unsigned char* ukm,
int len);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| ctx | Key-exchange context configured for DH KDF. |
| ukm | UKM bytes that ctx will own and free; may be NULL when len is 0. |
| len | Length of ukm in bytes. |