Home
last modified time | relevance | path

Searched defs:BN_new (Results 1 – 2 of 2) sorted by path

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_lib.c243 BIGNUM *BN_new(void) in BN_new() function
/freebsd/usr.bin/factor/
H A Dfactor.c87 #define BN_new() ((BIGNUM *)calloc(sizeof(BIGNUM), 1)) macro