Home
last modified time | relevance | path

Searched refs:ERR_LIB_DSA (Results 1 - 25 of 86) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_err.c20 {ERR_PACK(ERR_LIB_DSA, 0, DSA_R_BAD_FFC_PARAMETERS), "bad ffc parameters"},
21 {ERR_PACK(ERR_LIB_DSA, 0, DSA_R_BAD_Q_VALUE), "bad q value"},
22 {ERR_PACK(ERR_LIB_DSA, 0, DSA_R_BN_DECODE_ERROR), "bn decode error"},
23 {ERR_PACK(ERR_LIB_DSA, 0, DSA_R_BN_ERROR), "bn error"},
24 {ERR_PACK(ERR_LIB_DSA, 0, DSA_R_DECODE_ERROR), "decode error"},
25 {ERR_PACK(ERR_LIB_DSA, 0, DSA_R_INVALID_DIGEST_TYPE),
27 {ERR_PACK(ERR_LIB_DSA, 0, DSA_R_INVALID_PARAMETERS), "invalid parameters"},
28 {ERR_PACK(ERR_LIB_DSA, 0, DSA_R_MISSING_PARAMETERS), "missing parameters"},
29 {ERR_PACK(ERR_LIB_DSA, 0, DSA_R_MISSING_PRIVATE_KEY),
31 {ERR_PACK(ERR_LIB_DSA,
[all...]
H A Ddsa_ameth.c51 ERR_raise(ERR_LIB_DSA, DSA_R_DECODE_ERROR); in dsa_pub_decode()
57 ERR_raise(ERR_LIB_DSA, ERR_R_MALLOC_FAILURE); in dsa_pub_decode()
61 ERR_raise(ERR_LIB_DSA, DSA_R_PARAMETER_ENCODING_ERROR); in dsa_pub_decode()
66 ERR_raise(ERR_LIB_DSA, DSA_R_DECODE_ERROR); in dsa_pub_decode()
71 ERR_raise(ERR_LIB_DSA, DSA_R_BN_DECODE_ERROR); in dsa_pub_decode()
104 ERR_raise(ERR_LIB_DSA, ERR_R_MALLOC_FAILURE); in dsa_pub_encode()
109 ERR_raise(ERR_LIB_DSA, ERR_R_MALLOC_FAILURE); in dsa_pub_encode()
119 ERR_raise(ERR_LIB_DSA, ERR_R_MALLOC_FAILURE); in dsa_pub_encode()
127 ERR_raise(ERR_LIB_DSA, ERR_R_MALLOC_FAILURE); in dsa_pub_encode()
171 ERR_raise(ERR_LIB_DSA, DSA_R_MISSING_PARAMETER in dsa_priv_encode()
[all...]
H A Ddsa_backend.c156 ERR_raise(ERR_LIB_DSA, DSA_R_BN_ERROR); in ossl_dsa_key_from_pkcs8()
161 ERR_raise(ERR_LIB_DSA, ERR_R_MALLOC_FAILURE); in ossl_dsa_key_from_pkcs8()
165 ERR_raise(ERR_LIB_DSA, ERR_R_MALLOC_FAILURE); in ossl_dsa_key_from_pkcs8()
173 ERR_raise(ERR_LIB_DSA, DSA_R_BN_ERROR); in ossl_dsa_key_from_pkcs8()
177 ERR_raise(ERR_LIB_DSA, ERR_R_INTERNAL_ERROR); in ossl_dsa_key_from_pkcs8()
184 ERR_raise(ERR_LIB_DSA, DSA_R_DECODE_ERROR); in ossl_dsa_key_from_pkcs8()
H A Ddsa_ossl.c189 ERR_raise(ERR_LIB_DSA, reason); in ossl_dsa_do_sign_int()
220 ERR_raise(ERR_LIB_DSA, DSA_R_MISSING_PARAMETERS); in dsa_sign_setup()
231 ERR_raise(ERR_LIB_DSA, DSA_R_INVALID_PARAMETERS); in dsa_sign_setup()
235 ERR_raise(ERR_LIB_DSA, DSA_R_MISSING_PRIVATE_KEY); in dsa_sign_setup()
325 ERR_raise(ERR_LIB_DSA, ERR_R_BN_LIB); in dsa_sign_setup()
345 ERR_raise(ERR_LIB_DSA, DSA_R_MISSING_PARAMETERS); in dsa_do_verify()
352 ERR_raise(ERR_LIB_DSA, DSA_R_BAD_Q_VALUE); in dsa_do_verify()
357 ERR_raise(ERR_LIB_DSA, DSA_R_MODULUS_TOO_LARGE); in dsa_do_verify()
433 ERR_raise(ERR_LIB_DSA, ERR_R_BN_LIB); in dsa_do_verify()
H A Ddsa_pmeth.c144 ERR_raise(ERR_LIB_DSA, DSA_R_INVALID_DIGEST_TYPE); in pkey_dsa_ctrl()
162 ERR_raise(ERR_LIB_DSA, DSA_R_INVALID_DIGEST_TYPE); in pkey_dsa_ctrl()
178 ERR_raise(ERR_LIB_DSA, EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE); in pkey_dsa_ctrl()
202 ERR_raise(ERR_LIB_DSA, DSA_R_INVALID_DIGEST_TYPE); in pkey_dsa_ctrl_str()
248 ERR_raise(ERR_LIB_DSA, DSA_R_NO_PARAMETERS_SET); in pkey_dsa_keygen()
H A Ddsa_lib.c138 ERR_raise(ERR_LIB_DSA, ERR_R_MALLOC_FAILURE); in dsa_new_intern()
145 ERR_raise(ERR_LIB_DSA, ERR_R_MALLOC_FAILURE); in dsa_new_intern()
156 ERR_raise(ERR_LIB_DSA, ERR_R_ENGINE_LIB); in dsa_new_intern()
165 ERR_raise(ERR_LIB_DSA, ERR_R_ENGINE_LIB); in dsa_new_intern()
182 ERR_raise(ERR_LIB_DSA, ERR_R_INIT_FAIL); in dsa_new_intern()
H A Ddsa_meth.c35 ERR_raise(ERR_LIB_DSA, ERR_R_MALLOC_FAILURE); in DSA_meth_new()
61 ERR_raise(ERR_LIB_DSA, ERR_R_MALLOC_FAILURE); in DSA_meth_dup()
75 ERR_raise(ERR_LIB_DSA, ERR_R_MALLOC_FAILURE); in DSA_meth_set1_name()
H A Ddsa_prn.c28 ERR_raise(ERR_LIB_DSA, ERR_R_BUF_LIB); in DSA_print_fp()
43 ERR_raise(ERR_LIB_DSA, ERR_R_BUF_LIB); in DSAparams_print_fp()
/third_party/openssl/crypto/dsa/
H A Ddsa_err.c20 {ERR_PACK(ERR_LIB_DSA, 0, DSA_R_BAD_FFC_PARAMETERS), "bad ffc parameters"},
21 {ERR_PACK(ERR_LIB_DSA, 0, DSA_R_BAD_Q_VALUE), "bad q value"},
22 {ERR_PACK(ERR_LIB_DSA, 0, DSA_R_BN_DECODE_ERROR), "bn decode error"},
23 {ERR_PACK(ERR_LIB_DSA, 0, DSA_R_BN_ERROR), "bn error"},
24 {ERR_PACK(ERR_LIB_DSA, 0, DSA_R_DECODE_ERROR), "decode error"},
25 {ERR_PACK(ERR_LIB_DSA, 0, DSA_R_INVALID_DIGEST_TYPE),
27 {ERR_PACK(ERR_LIB_DSA, 0, DSA_R_INVALID_PARAMETERS), "invalid parameters"},
28 {ERR_PACK(ERR_LIB_DSA, 0, DSA_R_MISSING_PARAMETERS), "missing parameters"},
29 {ERR_PACK(ERR_LIB_DSA, 0, DSA_R_MISSING_PRIVATE_KEY),
31 {ERR_PACK(ERR_LIB_DSA,
[all...]
H A Ddsa_ameth.c51 ERR_raise(ERR_LIB_DSA, DSA_R_DECODE_ERROR); in dsa_pub_decode()
57 ERR_raise(ERR_LIB_DSA, ERR_R_MALLOC_FAILURE); in dsa_pub_decode()
61 ERR_raise(ERR_LIB_DSA, DSA_R_PARAMETER_ENCODING_ERROR); in dsa_pub_decode()
66 ERR_raise(ERR_LIB_DSA, DSA_R_DECODE_ERROR); in dsa_pub_decode()
71 ERR_raise(ERR_LIB_DSA, DSA_R_BN_DECODE_ERROR); in dsa_pub_decode()
104 ERR_raise(ERR_LIB_DSA, ERR_R_MALLOC_FAILURE); in dsa_pub_encode()
109 ERR_raise(ERR_LIB_DSA, ERR_R_MALLOC_FAILURE); in dsa_pub_encode()
119 ERR_raise(ERR_LIB_DSA, ERR_R_MALLOC_FAILURE); in dsa_pub_encode()
127 ERR_raise(ERR_LIB_DSA, ERR_R_MALLOC_FAILURE); in dsa_pub_encode()
171 ERR_raise(ERR_LIB_DSA, DSA_R_MISSING_PARAMETER in dsa_priv_encode()
[all...]
H A Ddsa_backend.c156 ERR_raise(ERR_LIB_DSA, DSA_R_BN_ERROR); in ossl_dsa_key_from_pkcs8()
161 ERR_raise(ERR_LIB_DSA, ERR_R_MALLOC_FAILURE); in ossl_dsa_key_from_pkcs8()
165 ERR_raise(ERR_LIB_DSA, ERR_R_MALLOC_FAILURE); in ossl_dsa_key_from_pkcs8()
173 ERR_raise(ERR_LIB_DSA, DSA_R_BN_ERROR); in ossl_dsa_key_from_pkcs8()
177 ERR_raise(ERR_LIB_DSA, ERR_R_INTERNAL_ERROR); in ossl_dsa_key_from_pkcs8()
184 ERR_raise(ERR_LIB_DSA, DSA_R_DECODE_ERROR); in ossl_dsa_key_from_pkcs8()
H A Ddsa_ossl.c189 ERR_raise(ERR_LIB_DSA, reason); in ossl_dsa_do_sign_int()
220 ERR_raise(ERR_LIB_DSA, DSA_R_MISSING_PARAMETERS); in dsa_sign_setup()
231 ERR_raise(ERR_LIB_DSA, DSA_R_INVALID_PARAMETERS); in dsa_sign_setup()
235 ERR_raise(ERR_LIB_DSA, DSA_R_MISSING_PRIVATE_KEY); in dsa_sign_setup()
325 ERR_raise(ERR_LIB_DSA, ERR_R_BN_LIB); in dsa_sign_setup()
345 ERR_raise(ERR_LIB_DSA, DSA_R_MISSING_PARAMETERS); in dsa_do_verify()
352 ERR_raise(ERR_LIB_DSA, DSA_R_BAD_Q_VALUE); in dsa_do_verify()
357 ERR_raise(ERR_LIB_DSA, DSA_R_MODULUS_TOO_LARGE); in dsa_do_verify()
433 ERR_raise(ERR_LIB_DSA, ERR_R_BN_LIB); in dsa_do_verify()
H A Ddsa_pmeth.c144 ERR_raise(ERR_LIB_DSA, DSA_R_INVALID_DIGEST_TYPE); in pkey_dsa_ctrl()
162 ERR_raise(ERR_LIB_DSA, DSA_R_INVALID_DIGEST_TYPE); in pkey_dsa_ctrl()
178 ERR_raise(ERR_LIB_DSA, EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE); in pkey_dsa_ctrl()
202 ERR_raise(ERR_LIB_DSA, DSA_R_INVALID_DIGEST_TYPE); in pkey_dsa_ctrl_str()
248 ERR_raise(ERR_LIB_DSA, DSA_R_NO_PARAMETERS_SET); in pkey_dsa_keygen()
H A Ddsa_check.c25 ERR_raise(ERR_LIB_DSA, DSA_R_BAD_FFC_PARAMETERS); in dsa_precheck_params()
31 ERR_raise(ERR_LIB_DSA, DSA_R_MODULUS_TOO_LARGE); in dsa_precheck_params()
37 ERR_raise(ERR_LIB_DSA, DSA_R_BAD_Q_VALUE); in dsa_precheck_params()
H A Ddsa_lib.c138 ERR_raise(ERR_LIB_DSA, ERR_R_MALLOC_FAILURE); in dsa_new_intern()
145 ERR_raise(ERR_LIB_DSA, ERR_R_MALLOC_FAILURE); in dsa_new_intern()
156 ERR_raise(ERR_LIB_DSA, ERR_R_ENGINE_LIB); in dsa_new_intern()
165 ERR_raise(ERR_LIB_DSA, ERR_R_ENGINE_LIB); in dsa_new_intern()
180 ERR_raise(ERR_LIB_DSA, ERR_R_INIT_FAIL); in dsa_new_intern()
H A Ddsa_meth.c35 ERR_raise(ERR_LIB_DSA, ERR_R_MALLOC_FAILURE); in DSA_meth_new()
61 ERR_raise(ERR_LIB_DSA, ERR_R_MALLOC_FAILURE); in DSA_meth_dup()
75 ERR_raise(ERR_LIB_DSA, ERR_R_MALLOC_FAILURE); in DSA_meth_set1_name()
H A Ddsa_prn.c28 ERR_raise(ERR_LIB_DSA, ERR_R_BUF_LIB); in DSA_print_fp()
43 ERR_raise(ERR_LIB_DSA, ERR_R_BUF_LIB); in DSAparams_print_fp()
/third_party/python/Modules/
H A D_ssl_data_111.h36 #ifdef ERR_LIB_DSA
37 {"DSA", ERR_LIB_DSA},
1789 {"BAD_Q_VALUE", ERR_LIB_DSA, DSA_R_BAD_Q_VALUE},
1794 {"BN_DECODE_ERROR", ERR_LIB_DSA, DSA_R_BN_DECODE_ERROR},
1799 {"BN_ERROR", ERR_LIB_DSA, DSA_R_BN_ERROR},
1804 {"DECODE_ERROR", ERR_LIB_DSA, DSA_R_DECODE_ERROR},
1809 {"INVALID_DIGEST_TYPE", ERR_LIB_DSA, DSA_R_INVALID_DIGEST_TYPE},
1814 {"INVALID_PARAMETERS", ERR_LIB_DSA, DSA_R_INVALID_PARAMETERS},
1819 {"MISSING_PARAMETERS", ERR_LIB_DSA, DSA_R_MISSING_PARAMETERS},
1824 {"MISSING_PRIVATE_KEY", ERR_LIB_DSA, DSA_R_MISSING_PRIVATE_KE
[all...]
H A D_ssl_data.h35 #ifdef ERR_LIB_DSA
36 {"DSA", ERR_LIB_DSA},
1723 {"BAD_Q_VALUE", ERR_LIB_DSA, DSA_R_BAD_Q_VALUE},
1728 {"BN_DECODE_ERROR", ERR_LIB_DSA, DSA_R_BN_DECODE_ERROR},
1733 {"BN_ERROR", ERR_LIB_DSA, DSA_R_BN_ERROR},
1738 {"DECODE_ERROR", ERR_LIB_DSA, DSA_R_DECODE_ERROR},
1743 {"INVALID_DIGEST_TYPE", ERR_LIB_DSA, DSA_R_INVALID_DIGEST_TYPE},
1748 {"INVALID_PARAMETERS", ERR_LIB_DSA, DSA_R_INVALID_PARAMETERS},
1753 {"MISSING_PARAMETERS", ERR_LIB_DSA, DSA_R_MISSING_PARAMETERS},
1758 {"MISSING_PRIVATE_KEY", ERR_LIB_DSA, DSA_R_MISSING_PRIVATE_KE
[all...]
H A D_ssl_data_300.h42 #ifdef ERR_LIB_DSA
43 {"DSA", ERR_LIB_DSA},
2584 {"BAD_FFC_PARAMETERS", ERR_LIB_DSA, DSA_R_BAD_FFC_PARAMETERS},
2589 {"BAD_Q_VALUE", ERR_LIB_DSA, DSA_R_BAD_Q_VALUE},
2594 {"BN_DECODE_ERROR", ERR_LIB_DSA, DSA_R_BN_DECODE_ERROR},
2599 {"BN_ERROR", ERR_LIB_DSA, DSA_R_BN_ERROR},
2604 {"DECODE_ERROR", ERR_LIB_DSA, DSA_R_DECODE_ERROR},
2609 {"INVALID_DIGEST_TYPE", ERR_LIB_DSA, DSA_R_INVALID_DIGEST_TYPE},
2614 {"INVALID_PARAMETERS", ERR_LIB_DSA, DSA_R_INVALID_PARAMETERS},
2619 {"MISSING_PARAMETERS", ERR_LIB_DSA, DSA_R_MISSING_PARAMETER
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Derr.h63 # define ERR_LIB_DSA 10 macro
109 # define DSAerr(f,r) ERR_PUT_error(ERR_LIB_DSA,(f),(r),OPENSSL_FILE,OPENSSL_LINE)
182 # define ERR_R_DSA_LIB ERR_LIB_DSA/* 10 */
/third_party/node/deps/openssl/openssl/crypto/ffc/
H A Dffc_params_validate.c172 ERR_raise(ERR_LIB_DSA, DSA_R_Q_NOT_PRIME); in ossl_ffc_params_full_validate()
178 ERR_raise(ERR_LIB_DSA, DSA_R_P_NOT_PRIME); in ossl_ffc_params_full_validate()
/third_party/openssl/crypto/ffc/
H A Dffc_params_validate.c172 ERR_raise(ERR_LIB_DSA, DSA_R_Q_NOT_PRIME); in ossl_ffc_params_full_validate()
178 ERR_raise(ERR_LIB_DSA, DSA_R_P_NOT_PRIME); in ossl_ffc_params_full_validate()
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Derr.h80 # define ERR_LIB_DSA 10 macro
140 # define DSAerr(f, r) ERR_raise_data(ERR_LIB_DSA, (r), NULL)
323 # define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Derr.h80 # define ERR_LIB_DSA 10 macro
140 # define DSAerr(f, r) ERR_raise_data(ERR_LIB_DSA, (r), NULL)
323 # define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)

Completed in 15 milliseconds

1234