Home
last modified time | relevance | path

Searched refs:BN_R_BITS_TOO_SMALL (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dbnerr.h27 # define BN_R_BITS_TOO_SMALL 118 macro
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_err.c21 {ERR_PACK(ERR_LIB_BN, 0, BN_R_BITS_TOO_SMALL), "bits too small"},
H A Dbn_prime.c135 ERR_raise(ERR_LIB_BN, BN_R_BITS_TOO_SMALL); in BN_generate_prime_ex2()
143 ERR_raise(ERR_LIB_BN, BN_R_BITS_TOO_SMALL); in BN_generate_prime_ex2()
H A Dbn_rand.c98 ERR_raise(ERR_LIB_BN, BN_R_BITS_TOO_SMALL); in bnrand()
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt172 BN_R_BITS_TOO_SMALL:118:bits too small