Reset a KDF context so it can be reconfigured and reused.
Synopsis
Declared in <openssl/kdf.h>
void
EVP_KDF_CTX_reset(EVP_KDF_CTX* ctx);
Parameters
Name |
Description |
ctx |
KDF context to clear, or NULL. |
Created with MrDocs