Allocate a BIGNUM whose limb storage is allocated from the secure heap.
Synopsis
Declared in <openssl/bn.h>
BIGNUM*
BN_secure_new();
Return Value
New BIGNUM with BN_FLG_SECURE set, or NULL on failure; free with BN_clear_free().
Created with MrDocs