Home
last modified time | relevance | path

Searched refs:ERR_LIB_BN (Results 1 - 25 of 112) sorted by relevance

12345

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_err.c18 {ERR_PACK(ERR_LIB_BN, 0, BN_R_ARG2_LT_ARG3), "arg2 lt arg3"},
19 {ERR_PACK(ERR_LIB_BN, 0, BN_R_BAD_RECIPROCAL), "bad reciprocal"},
20 {ERR_PACK(ERR_LIB_BN, 0, BN_R_BIGNUM_TOO_LONG), "bignum too long"},
21 {ERR_PACK(ERR_LIB_BN, 0, BN_R_BITS_TOO_SMALL), "bits too small"},
22 {ERR_PACK(ERR_LIB_BN, 0, BN_R_CALLED_WITH_EVEN_MODULUS),
24 {ERR_PACK(ERR_LIB_BN, 0, BN_R_DIV_BY_ZERO), "div by zero"},
25 {ERR_PACK(ERR_LIB_BN, 0, BN_R_ENCODING_ERROR), "encoding error"},
26 {ERR_PACK(ERR_LIB_BN, 0, BN_R_EXPAND_ON_STATIC_BIGNUM_DATA),
28 {ERR_PACK(ERR_LIB_BN, 0, BN_R_INPUT_NOT_REDUCED), "input not reduced"},
29 {ERR_PACK(ERR_LIB_BN,
[all...]
H A Dbn_intern.c33 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in bn_compute_wNAF()
43 ERR_raise(ERR_LIB_BN, ERR_R_INTERNAL_ERROR); in bn_compute_wNAF()
55 ERR_raise(ERR_LIB_BN, ERR_R_INTERNAL_ERROR); in bn_compute_wNAF()
66 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in bn_compute_wNAF()
101 ERR_raise(ERR_LIB_BN, ERR_R_INTERNAL_ERROR); in bn_compute_wNAF()
113 ERR_raise(ERR_LIB_BN, ERR_R_INTERNAL_ERROR); in bn_compute_wNAF()
124 ERR_raise(ERR_LIB_BN, ERR_R_INTERNAL_ERROR); in bn_compute_wNAF()
130 ERR_raise(ERR_LIB_BN, ERR_R_INTERNAL_ERROR); in bn_compute_wNAF()
191 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in bn_set_words()
H A Dbn_rand.c45 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in bnrand()
98 ERR_raise(ERR_LIB_BN, BN_R_BITS_TOO_SMALL); in bnrand()
140 ERR_raise(ERR_LIB_BN, ERR_R_PASSED_NULL_PARAMETER); in bnrand_range()
145 ERR_raise(ERR_LIB_BN, BN_R_INVALID_RANGE); in bnrand_range()
180 ERR_raise(ERR_LIB_BN, BN_R_TOO_MANY_ITERATIONS); in bnrand_range()
194 ERR_raise(ERR_LIB_BN, BN_R_TOO_MANY_ITERATIONS); in bnrand_range()
285 ERR_raise(ERR_LIB_BN, BN_R_PRIVATE_KEY_TOO_LARGE); in BN_generate_dsa_nonce()
291 ERR_raise(ERR_LIB_BN, BN_R_NO_SUITABLE_DIGEST); in BN_generate_dsa_nonce()
H A Dbn_sqrt.c43 ERR_raise(ERR_LIB_BN, BN_R_P_IS_NOT_PRIME); in BN_mod_sqrt()
203 ERR_raise(ERR_LIB_BN, BN_R_P_IS_NOT_PRIME); in BN_mod_sqrt()
215 ERR_raise(ERR_LIB_BN, BN_R_TOO_MANY_ITERATIONS); in BN_mod_sqrt()
230 ERR_raise(ERR_LIB_BN, BN_R_P_IS_NOT_PRIME); in BN_mod_sqrt()
322 ERR_raise(ERR_LIB_BN, BN_R_NOT_A_SQUARE); in BN_mod_sqrt()
353 ERR_raise(ERR_LIB_BN, BN_R_NOT_A_SQUARE); in BN_mod_sqrt()
H A Dbn_blind.c37 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in BN_BLINDING_new()
43 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in BN_BLINDING_new()
98 ERR_raise(ERR_LIB_BN, BN_R_NOT_INITIALIZED); in BN_BLINDING_update()
141 ERR_raise(ERR_LIB_BN, BN_R_NOT_INITIALIZED); in BN_BLINDING_convert_ex()
175 ERR_raise(ERR_LIB_BN, BN_R_NOT_INITIALIZED); in BN_BLINDING_invert_ex()
286 ERR_raise(ERR_LIB_BN, BN_R_TOO_MANY_ITERATIONS); in BN_BLINDING_create_param()
H A Dbn_ctx.c123 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in BN_CTX_new_ex()
189 ERR_raise(ERR_LIB_BN, BN_R_TOO_MANY_TEMPORARY_VARIABLES); in BN_CTX_start()
227 ERR_raise(ERR_LIB_BN, BN_R_TOO_MANY_TEMPORARY_VARIABLES); in BN_CTX_get()
272 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in BN_STACK_push()
326 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in BN_POOL_get()
H A Dbn_gf2m.c398 ERR_raise(ERR_LIB_BN, BN_R_INVALID_LENGTH); in BN_GF2m_mod()
478 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in BN_GF2m_mod_mul()
483 ERR_raise(ERR_LIB_BN, BN_R_INVALID_LENGTH); in BN_GF2m_mod_mul()
540 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in BN_GF2m_mod_sqr()
545 ERR_raise(ERR_LIB_BN, BN_R_INVALID_LENGTH); in BN_GF2m_mod_sqr()
925 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in BN_GF2m_mod_exp()
930 ERR_raise(ERR_LIB_BN, BN_R_INVALID_LENGTH); in BN_GF2m_mod_exp()
989 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in BN_GF2m_mod_sqrt()
994 ERR_raise(ERR_LIB_BN, BN_R_INVALID_LENGTH); in BN_GF2m_mod_sqrt()
1082 ERR_raise(ERR_LIB_BN, BN_R_TOO_MANY_ITERATION in BN_GF2m_mod_solve_quad_arr()
[all...]
H A Dbn_mpi.c49 ERR_raise(ERR_LIB_BN, BN_R_INVALID_LENGTH); in BN_mpi2bn()
55 ERR_raise(ERR_LIB_BN, BN_R_ENCODING_ERROR); in BN_mpi2bn()
H A Dbn_mod.c21 ERR_raise(ERR_LIB_BN, ERR_R_PASSED_INVALID_ARGUMENT); in BN_nnmod()
67 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in bn_mod_add_fixed_top()
195 ERR_raise(ERR_LIB_BN, ERR_R_PASSED_INVALID_ARGUMENT); in BN_mod_sub_quick()
308 ERR_raise(ERR_LIB_BN, BN_R_INPUT_NOT_REDUCED); in BN_mod_lshift_quick()
H A Dbn_conv.c27 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in BN_bn2hex()
74 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in BN_bn2dec()
158 ERR_raise(ERR_LIB_BN, ERR_R_PASSED_INVALID_ARGUMENT); in BN_hex2bn()
H A Dbn_recp.c25 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in BN_RECP_CTX_new()
149 ERR_raise(ERR_LIB_BN, BN_R_BAD_RECIPROCAL); in BN_div_recp()
/third_party/openssl/crypto/bn/
H A Dbn_err.c18 {ERR_PACK(ERR_LIB_BN, 0, BN_R_ARG2_LT_ARG3), "arg2 lt arg3"},
19 {ERR_PACK(ERR_LIB_BN, 0, BN_R_BAD_RECIPROCAL), "bad reciprocal"},
20 {ERR_PACK(ERR_LIB_BN, 0, BN_R_BIGNUM_TOO_LONG), "bignum too long"},
21 {ERR_PACK(ERR_LIB_BN, 0, BN_R_BITS_TOO_SMALL), "bits too small"},
22 {ERR_PACK(ERR_LIB_BN, 0, BN_R_CALLED_WITH_EVEN_MODULUS),
24 {ERR_PACK(ERR_LIB_BN, 0, BN_R_DIV_BY_ZERO), "div by zero"},
25 {ERR_PACK(ERR_LIB_BN, 0, BN_R_ENCODING_ERROR), "encoding error"},
26 {ERR_PACK(ERR_LIB_BN, 0, BN_R_EXPAND_ON_STATIC_BIGNUM_DATA),
28 {ERR_PACK(ERR_LIB_BN, 0, BN_R_INPUT_NOT_REDUCED), "input not reduced"},
29 {ERR_PACK(ERR_LIB_BN,
[all...]
H A Dbn_intern.c33 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in bn_compute_wNAF()
43 ERR_raise(ERR_LIB_BN, ERR_R_INTERNAL_ERROR); in bn_compute_wNAF()
55 ERR_raise(ERR_LIB_BN, ERR_R_INTERNAL_ERROR); in bn_compute_wNAF()
66 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in bn_compute_wNAF()
101 ERR_raise(ERR_LIB_BN, ERR_R_INTERNAL_ERROR); in bn_compute_wNAF()
113 ERR_raise(ERR_LIB_BN, ERR_R_INTERNAL_ERROR); in bn_compute_wNAF()
124 ERR_raise(ERR_LIB_BN, ERR_R_INTERNAL_ERROR); in bn_compute_wNAF()
130 ERR_raise(ERR_LIB_BN, ERR_R_INTERNAL_ERROR); in bn_compute_wNAF()
191 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in bn_set_words()
H A Dbn_rand.c45 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in bnrand()
98 ERR_raise(ERR_LIB_BN, BN_R_BITS_TOO_SMALL); in bnrand()
140 ERR_raise(ERR_LIB_BN, ERR_R_PASSED_NULL_PARAMETER); in bnrand_range()
145 ERR_raise(ERR_LIB_BN, BN_R_INVALID_RANGE); in bnrand_range()
180 ERR_raise(ERR_LIB_BN, BN_R_TOO_MANY_ITERATIONS); in bnrand_range()
194 ERR_raise(ERR_LIB_BN, BN_R_TOO_MANY_ITERATIONS); in bnrand_range()
285 ERR_raise(ERR_LIB_BN, BN_R_PRIVATE_KEY_TOO_LARGE); in BN_generate_dsa_nonce()
291 ERR_raise(ERR_LIB_BN, BN_R_NO_SUITABLE_DIGEST); in BN_generate_dsa_nonce()
H A Dbn_sqrt.c43 ERR_raise(ERR_LIB_BN, BN_R_P_IS_NOT_PRIME); in BN_mod_sqrt()
203 ERR_raise(ERR_LIB_BN, BN_R_P_IS_NOT_PRIME); in BN_mod_sqrt()
215 ERR_raise(ERR_LIB_BN, BN_R_TOO_MANY_ITERATIONS); in BN_mod_sqrt()
230 ERR_raise(ERR_LIB_BN, BN_R_P_IS_NOT_PRIME); in BN_mod_sqrt()
322 ERR_raise(ERR_LIB_BN, BN_R_NOT_A_SQUARE); in BN_mod_sqrt()
353 ERR_raise(ERR_LIB_BN, BN_R_NOT_A_SQUARE); in BN_mod_sqrt()
H A Dbn_blind.c37 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in BN_BLINDING_new()
43 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in BN_BLINDING_new()
98 ERR_raise(ERR_LIB_BN, BN_R_NOT_INITIALIZED); in BN_BLINDING_update()
141 ERR_raise(ERR_LIB_BN, BN_R_NOT_INITIALIZED); in BN_BLINDING_convert_ex()
175 ERR_raise(ERR_LIB_BN, BN_R_NOT_INITIALIZED); in BN_BLINDING_invert_ex()
286 ERR_raise(ERR_LIB_BN, BN_R_TOO_MANY_ITERATIONS); in BN_BLINDING_create_param()
H A Dbn_ctx.c123 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in BN_CTX_new_ex()
189 ERR_raise(ERR_LIB_BN, BN_R_TOO_MANY_TEMPORARY_VARIABLES); in BN_CTX_start()
227 ERR_raise(ERR_LIB_BN, BN_R_TOO_MANY_TEMPORARY_VARIABLES); in BN_CTX_get()
272 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in BN_STACK_push()
326 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in BN_POOL_get()
H A Dbn_gf2m.c399 ERR_raise(ERR_LIB_BN, BN_R_INVALID_LENGTH); in BN_GF2m_mod()
479 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in BN_GF2m_mod_mul()
484 ERR_raise(ERR_LIB_BN, BN_R_INVALID_LENGTH); in BN_GF2m_mod_mul()
541 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in BN_GF2m_mod_sqr()
546 ERR_raise(ERR_LIB_BN, BN_R_INVALID_LENGTH); in BN_GF2m_mod_sqr()
920 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in BN_GF2m_mod_exp()
925 ERR_raise(ERR_LIB_BN, BN_R_INVALID_LENGTH); in BN_GF2m_mod_exp()
984 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in BN_GF2m_mod_sqrt()
989 ERR_raise(ERR_LIB_BN, BN_R_INVALID_LENGTH); in BN_GF2m_mod_sqrt()
1077 ERR_raise(ERR_LIB_BN, BN_R_TOO_MANY_ITERATION in BN_GF2m_mod_solve_quad_arr()
[all...]
H A Dbn_mpi.c49 ERR_raise(ERR_LIB_BN, BN_R_INVALID_LENGTH); in BN_mpi2bn()
55 ERR_raise(ERR_LIB_BN, BN_R_ENCODING_ERROR); in BN_mpi2bn()
H A Dbn_conv.c27 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in BN_bn2hex()
74 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in BN_bn2dec()
158 ERR_raise(ERR_LIB_BN, ERR_R_PASSED_INVALID_ARGUMENT); in BN_hex2bn()
H A Dbn_recp.c25 ERR_raise(ERR_LIB_BN, ERR_R_MALLOC_FAILURE); in BN_RECP_CTX_new()
149 ERR_raise(ERR_LIB_BN, BN_R_BAD_RECIPROCAL); in BN_div_recp()
/third_party/python/Modules/
H A D_ssl_data_111.h12 #ifdef ERR_LIB_BN
13 {"BN", ERR_LIB_BN},
914 {"ARG2_LT_ARG3", ERR_LIB_BN, BN_R_ARG2_LT_ARG3},
919 {"BAD_RECIPROCAL", ERR_LIB_BN, BN_R_BAD_RECIPROCAL},
924 {"BIGNUM_TOO_LONG", ERR_LIB_BN, BN_R_BIGNUM_TOO_LONG},
929 {"BITS_TOO_SMALL", ERR_LIB_BN, BN_R_BITS_TOO_SMALL},
934 {"CALLED_WITH_EVEN_MODULUS", ERR_LIB_BN, BN_R_CALLED_WITH_EVEN_MODULUS},
939 {"DIV_BY_ZERO", ERR_LIB_BN, BN_R_DIV_BY_ZERO},
944 {"ENCODING_ERROR", ERR_LIB_BN, BN_R_ENCODING_ERROR},
949 {"EXPAND_ON_STATIC_BIGNUM_DATA", ERR_LIB_BN, BN_R_EXPAND_ON_STATIC_BIGNUM_DAT
[all...]
H A D_ssl_data.h14 #ifdef ERR_LIB_BN
15 {"BN", ERR_LIB_BN},
853 {"ARG2_LT_ARG3", ERR_LIB_BN, BN_R_ARG2_LT_ARG3},
858 {"BAD_RECIPROCAL", ERR_LIB_BN, BN_R_BAD_RECIPROCAL},
863 {"BIGNUM_TOO_LONG", ERR_LIB_BN, BN_R_BIGNUM_TOO_LONG},
868 {"BITS_TOO_SMALL", ERR_LIB_BN, BN_R_BITS_TOO_SMALL},
873 {"CALLED_WITH_EVEN_MODULUS", ERR_LIB_BN, BN_R_CALLED_WITH_EVEN_MODULUS},
878 {"DIV_BY_ZERO", ERR_LIB_BN, BN_R_DIV_BY_ZERO},
883 {"ENCODING_ERROR", ERR_LIB_BN, BN_R_ENCODING_ERROR},
888 {"EXPAND_ON_STATIC_BIGNUM_DATA", ERR_LIB_BN, BN_R_EXPAND_ON_STATIC_BIGNUM_DAT
[all...]
H A D_ssl_data_300.h12 #ifdef ERR_LIB_BN
13 {"BN", ERR_LIB_BN},
964 {"ARG2_LT_ARG3", ERR_LIB_BN, BN_R_ARG2_LT_ARG3},
969 {"BAD_RECIPROCAL", ERR_LIB_BN, BN_R_BAD_RECIPROCAL},
974 {"BIGNUM_TOO_LONG", ERR_LIB_BN, BN_R_BIGNUM_TOO_LONG},
979 {"BITS_TOO_SMALL", ERR_LIB_BN, BN_R_BITS_TOO_SMALL},
984 {"CALLED_WITH_EVEN_MODULUS", ERR_LIB_BN, BN_R_CALLED_WITH_EVEN_MODULUS},
989 {"DIV_BY_ZERO", ERR_LIB_BN, BN_R_DIV_BY_ZERO},
994 {"ENCODING_ERROR", ERR_LIB_BN, BN_R_ENCODING_ERROR},
999 {"EXPAND_ON_STATIC_BIGNUM_DATA", ERR_LIB_BN, BN_R_EXPAND_ON_STATIC_BIGNUM_DAT
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Derr.h56 # define ERR_LIB_BN 3 macro
102 # define BNerr(f,r) ERR_PUT_error(ERR_LIB_BN,(f),(r),OPENSSL_FILE,OPENSSL_LINE)
175 # define ERR_R_BN_LIB ERR_LIB_BN/* 3 */

Completed in 14 milliseconds

12345