RSA_OAEP_PARAMS_free

Free RSA-OAEP algorithm parameters and their contents.

Synopsis

Declared in <openssl/rsa.h>

void
RSA_OAEP_PARAMS_free(RSA_OAEP_PARAMS* a);

Parameters

NameDescription
aValue to free, or NULL.