|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
#include <wireshark.h>#include <gcrypt.h>Go to the source code of this file.
Functions | |
| WS_DLL_PUBLIC void | rsa_private_key_free (void *key) |
| Frees an RSA private key object. | |
Functions for RSA private key reading and use
Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 2007 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later
| WS_DLL_PUBLIC void rsa_private_key_free | ( | void * | key | ) |
Frees an RSA private key object.
Releases memory and resources associated with a previously allocated RSA private key.
| key | Pointer to the RSA private key object to free. |