NAME
BN_new, BN_init, BN_clear, BN_free, BN_clear_free — allocate and free BIGNUMsSYNOPSIS
#include <openssl/bn.h>BN_new(void);
BN_init(BIGNUM *);
BN_clear(BIGNUM *a);
BN_free(BIGNUM *a);
BN_clear_free(BIGNUM *a);
Copyright 2011-2024 Jonas 'Sortie'
Termansen and contributors. Sortix is free software under the ISC license. |
#sortix on irc.sortix.org @sortix_org |