Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssl/include/openssl/
HDbnerr.h27 # define BN_R_BITS_TOO_SMALL 118 macro
/freebsd-head/crypto/openssl/crypto/bn/
HDbn_err.c21 {ERR_PACK(ERR_LIB_BN, 0, BN_R_BITS_TOO_SMALL), "bits too small"},
HDbn_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()
HDbn_rand.c98 ERR_raise(ERR_LIB_BN, BN_R_BITS_TOO_SMALL); in bnrand()
/freebsd-head/crypto/openssl/crypto/err/
HDopenssl.txt172 BN_R_BITS_TOO_SMALL:118:bits too small