[#BN_secure_new] = BN_secure_new :mrdocs: Allocate a BIGNUM whose limb storage is allocated from the secure heap. == Synopsis Declared in `<openssl/bn.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BIGNUM.adoc[BIGNUM]* BN_secure_new(); ---- == Return Value New BIGNUM with BN_FLG_SECURE set, or NULL on failure; free with BN_clear_free(). [.small]#Created with https://www.mrdocs.com[MrDocs]#