Set the DH KDF User Keying Material, transferring ownership of ukm.
Synopsis
Declared in <openssl/dh.h>
int
EVP_PKEY_CTX_set0_dh_kdf_ukm(
EVP_PKEY_CTX* ctx,
unsigned char* ukm,
int len);
Return Value
1 on success, or 0 on failure.
Parameters
Name |
Description |
ctx |
Key‐exchange context configured for DH KDF. |
ukm |
UKM bytes that |
len |
Length of |
Created with MrDocs