Clear sensitive digits of a BIGNUM and free it.

Synopsis

Declared in <openssl/bn.h>

void
BN_clear_free(BIGNUM* a);

Parameters

Name

Description

a

BIGNUM to wipe and free, or NULL.

Created with MrDocs