Home
last modified time | relevance | path

Searched refs:BN_R_INVALID_RANGE (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_err.c84 {ERR_REASON(BN_R_INVALID_RANGE) , "invalid range"},
H A Dbn_isqrt.c59 BNerror(BN_R_INVALID_RANGE); in bn_isqrt()
H A Dbn_rand.c227 BNerror(BN_R_INVALID_RANGE); in bn_rand_range()
/dragonfly/crypto/libressl/include/openssl/
H A Dbn.h714 #define BN_R_INVALID_RANGE 115 macro