Home
last modified time | relevance | path

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

/third_party/openssl/include/openssl/
Dbnerr.h83 # define BN_R_BITS_TOO_SMALL 118 macro
/third_party/openssl/crypto/bn/
Dbn_prime.c66 BNerr(BN_F_BN_GENERATE_PRIME_EX, BN_R_BITS_TOO_SMALL); in BN_generate_prime_ex()
74 BNerr(BN_F_BN_GENERATE_PRIME_EX, BN_R_BITS_TOO_SMALL); in BN_generate_prime_ex()
Dbn_err.c85 {ERR_PACK(ERR_LIB_BN, 0, BN_R_BITS_TOO_SMALL), "bits too small"},
Dbn_rand.c93 BNerr(BN_F_BNRAND, BN_R_BITS_TOO_SMALL); in bnrand()
/third_party/python/Modules/
D_ssl_data.h867 #ifdef BN_R_BITS_TOO_SMALL
868 {"BITS_TOO_SMALL", ERR_LIB_BN, BN_R_BITS_TOO_SMALL},
D_ssl_data_111.h928 #ifdef BN_R_BITS_TOO_SMALL
929 {"BITS_TOO_SMALL", ERR_LIB_BN, BN_R_BITS_TOO_SMALL},
D_ssl_data_300.h978 #ifdef BN_R_BITS_TOO_SMALL
979 {"BITS_TOO_SMALL", ERR_LIB_BN, BN_R_BITS_TOO_SMALL},
/third_party/node/src/
Dnode_crypto.cc5230 BNerr(BN_F_BN_GENERATE_PRIME_EX, BN_R_BITS_TOO_SMALL); in Init()
5253 BNerr(BN_F_BN_GENERATE_PRIME_EX, BN_R_BITS_TOO_SMALL); in Init()
/third_party/openssl/crypto/err/
Dopenssl.txt1934 BN_R_BITS_TOO_SMALL:118:bits too small