qcrypto_key_ctx_free()

Updated: April 19, 2023

Free the specified key context

Synopsis:

#include <qcrypto/qcrypto_plugin.h>
void qcrypto_key_ctx_free(qcrypto_key_ctx_t *kctx)

Arguments:

kctx
The key context object.

Library:

libqcrypto

Description:

This helper function frees the key data and sets it to zero.