Home
last modified time | relevance | path

Searched refs:ERR_LIB_DSA (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/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, 0, DSA_R_MODULUS_TOO_LARGE), "modulus too large"},
[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_PARAMETERS); 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()
326 ERR_raise(ERR_LIB_DSA, ERR_R_BN_LIB); in dsa_sign_setup()
346 ERR_raise(ERR_LIB_DSA, DSA_R_MISSING_PARAMETERS); in dsa_do_verify()
353 ERR_raise(ERR_LIB_DSA, DSA_R_BAD_Q_VALUE); in dsa_do_verify()
358 ERR_raise(ERR_LIB_DSA, DSA_R_MODULUS_TOO_LARGE); in dsa_do_verify()
434 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()
H A Ddsa_sign.c38 ERR_raise(ERR_LIB_DSA, ERR_R_MALLOC_FAILURE); in DSA_SIG_new()
/freebsd/crypto/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()
H A Dffc_params_generate.c61 ERR_raise(ERR_LIB_DSA, DSA_R_BAD_FFC_PARAMETERS); in ffc_validate_LN()
87 ERR_raise(ERR_LIB_DSA, DSA_R_BAD_FFC_PARAMETERS); in ffc_validate_LN()
/freebsd/crypto/openssl/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)
H A Derr.h.in82 # define ERR_LIB_DSA 10 macro
142 # define DSAerr(f, r) ERR_raise_data(ERR_LIB_DSA, (r), NULL)
325 # define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
/freebsd/crypto/openssl/crypto/err/
H A Derr.c48 {ERR_PACK(ERR_LIB_DSA, 0, 0), "dsa routines"},