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