Borrow the DH KDF User Keying Material pointer and return its length (deprecated).
Declared in <openssl/dh.h>
[[deprecated]]
int
EVP_PKEY_CTX_get0_dh_kdf_ukm(
EVP_PKEY_CTX* ctx,
unsigned char** ukm);
Deprecated. Use of this entity is allowed but discouraged.
UKM length in bytes on success, or a non-positive value on failure.
| Name | Description |
|---|---|
| ctx | Key context configured for a DH KDF operation. |
| ukm | Receives an internal pointer to the UKM bytes (do not free). |