qcrypto_release_key()

Updated: April 19, 2023

Release a key

Synopsis:

#include <qcrypto/qcrypto_keys.h>
void qcrypto_release_key(qcrypto_key_t *key)

Arguments:

key
The key handle.

Library:

libqcrypto

Returns:

QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.