Return the EVP_KDF method associated with a derivation context.
Synopsis
Declared in <openssl/kdf.h>
EVP_KDF const*
EVP_KDF_CTX_kdf(EVP_KDF_CTX* ctx);
Return Value
Borrowed EVP_KDF pointer; do not free.
Parameters
Name |
Description |
ctx |
KDF context from EVP_KDF_CTX_new(). |
Created with MrDocs