Home
last modified time | relevance | path

Searched defs:BN_is_one (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/factor/
H A Dfactor.c89 #define BN_is_one(v) (*(v) == 1) macro
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_lib.c928 int BN_is_one(const BIGNUM *a) in BN_is_one() function