Symbol: ERR_LIB_DH
crypto/openssl/crypto/dh/dh_ameth.c
124
ERR_raise(ERR_LIB_DH, ERR_R_ASN1_LIB);
crypto/openssl/crypto/dh/dh_ameth.c
129
ERR_raise(ERR_LIB_DH, ERR_R_ASN1_LIB);
crypto/openssl/crypto/dh/dh_ameth.c
143
ERR_raise(ERR_LIB_DH, ERR_R_ASN1_LIB);
crypto/openssl/crypto/dh/dh_ameth.c
187
ERR_raise(ERR_LIB_DH, ERR_R_ASN1_LIB);
crypto/openssl/crypto/dh/dh_ameth.c
193
ERR_raise(ERR_LIB_DH, ERR_R_ASN1_LIB);
crypto/openssl/crypto/dh/dh_ameth.c
202
ERR_raise(ERR_LIB_DH, DH_R_BN_ERROR);
crypto/openssl/crypto/dh/dh_ameth.c
211
ERR_raise(ERR_LIB_DH, DH_R_BN_ERROR);
crypto/openssl/crypto/dh/dh_ameth.c
297
ERR_raise(ERR_LIB_DH, reason);
crypto/openssl/crypto/dh/dh_ameth.c
433
ERR_raise(ERR_LIB_DH, DH_R_MISSING_PUBKEY);
crypto/openssl/crypto/dh/dh_ameth.c
517
ERR_raise(ERR_LIB_DH, ERR_R_DH_LIB);
crypto/openssl/crypto/dh/dh_ameth.c
77
ERR_raise(ERR_LIB_DH, DH_R_PARAMETER_ENCODING_ERROR);
crypto/openssl/crypto/dh/dh_ameth.c
86
ERR_raise(ERR_LIB_DH, DH_R_DECODE_ERROR);
crypto/openssl/crypto/dh/dh_ameth.c
91
ERR_raise(ERR_LIB_DH, DH_R_DECODE_ERROR);
crypto/openssl/crypto/dh/dh_ameth.c
97
ERR_raise(ERR_LIB_DH, DH_R_BN_DECODE_ERROR);
crypto/openssl/crypto/dh/dh_backend.c
222
ERR_raise(ERR_LIB_DH, DH_R_BN_ERROR);
crypto/openssl/crypto/dh/dh_backend.c
235
ERR_raise(ERR_LIB_DH, EVP_R_DECODE_ERROR);
crypto/openssl/crypto/dh/dh_check.c
120
ERR_raise(ERR_LIB_DH, DH_R_NOT_SUITABLE_GENERATOR);
crypto/openssl/crypto/dh/dh_check.c
122
ERR_raise(ERR_LIB_DH, DH_R_CHECK_Q_NOT_PRIME);
crypto/openssl/crypto/dh/dh_check.c
124
ERR_raise(ERR_LIB_DH, DH_R_CHECK_INVALID_Q_VALUE);
crypto/openssl/crypto/dh/dh_check.c
126
ERR_raise(ERR_LIB_DH, DH_R_CHECK_INVALID_J_VALUE);
crypto/openssl/crypto/dh/dh_check.c
128
ERR_raise(ERR_LIB_DH, DH_R_UNABLE_TO_CHECK_GENERATOR);
crypto/openssl/crypto/dh/dh_check.c
130
ERR_raise(ERR_LIB_DH, DH_R_CHECK_P_NOT_PRIME);
crypto/openssl/crypto/dh/dh_check.c
132
ERR_raise(ERR_LIB_DH, DH_R_CHECK_P_NOT_SAFE_PRIME);
crypto/openssl/crypto/dh/dh_check.c
134
ERR_raise(ERR_LIB_DH, DH_R_MODULUS_TOO_SMALL);
crypto/openssl/crypto/dh/dh_check.c
136
ERR_raise(ERR_LIB_DH, DH_R_MODULUS_TOO_LARGE);
crypto/openssl/crypto/dh/dh_check.c
158
ERR_raise(ERR_LIB_DH, DH_R_MODULUS_TOO_LARGE);
crypto/openssl/crypto/dh/dh_check.c
239
ERR_raise(ERR_LIB_DH, DH_R_CHECK_PUBKEY_TOO_SMALL);
crypto/openssl/crypto/dh/dh_check.c
241
ERR_raise(ERR_LIB_DH, DH_R_CHECK_PUBKEY_TOO_LARGE);
crypto/openssl/crypto/dh/dh_check.c
243
ERR_raise(ERR_LIB_DH, DH_R_CHECK_PUBKEY_INVALID);
crypto/openssl/crypto/dh/dh_check.c
255
ERR_raise(ERR_LIB_DH, DH_R_MODULUS_TOO_LARGE);
crypto/openssl/crypto/dh/dh_check.c
37
ERR_raise(ERR_LIB_DH, DH_R_CHECK_P_NOT_PRIME);
crypto/openssl/crypto/dh/dh_check.c
39
ERR_raise(ERR_LIB_DH, DH_R_NOT_SUITABLE_GENERATOR);
crypto/openssl/crypto/dh/dh_check.c
41
ERR_raise(ERR_LIB_DH, DH_R_MODULUS_TOO_SMALL);
crypto/openssl/crypto/dh/dh_check.c
43
ERR_raise(ERR_LIB_DH, DH_R_MODULUS_TOO_LARGE);
crypto/openssl/crypto/dh/dh_err.c
20
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_BAD_FFC_PARAMETERS), "bad ffc parameters" },
crypto/openssl/crypto/dh/dh_err.c
21
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_BAD_GENERATOR), "bad generator" },
crypto/openssl/crypto/dh/dh_err.c
22
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_BN_DECODE_ERROR), "bn decode error" },
crypto/openssl/crypto/dh/dh_err.c
23
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_BN_ERROR), "bn error" },
crypto/openssl/crypto/dh/dh_err.c
24
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_CHECK_INVALID_J_VALUE),
crypto/openssl/crypto/dh/dh_err.c
26
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_CHECK_INVALID_Q_VALUE),
crypto/openssl/crypto/dh/dh_err.c
28
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_CHECK_PUBKEY_INVALID),
crypto/openssl/crypto/dh/dh_err.c
30
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_CHECK_PUBKEY_TOO_LARGE),
crypto/openssl/crypto/dh/dh_err.c
32
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_CHECK_PUBKEY_TOO_SMALL),
crypto/openssl/crypto/dh/dh_err.c
34
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_CHECK_P_NOT_PRIME), "check p not prime" },
crypto/openssl/crypto/dh/dh_err.c
35
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_CHECK_P_NOT_SAFE_PRIME),
crypto/openssl/crypto/dh/dh_err.c
37
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_CHECK_Q_NOT_PRIME), "check q not prime" },
crypto/openssl/crypto/dh/dh_err.c
38
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_DECODE_ERROR), "decode error" },
crypto/openssl/crypto/dh/dh_err.c
39
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_INVALID_PARAMETER_NAME),
crypto/openssl/crypto/dh/dh_err.c
41
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_INVALID_PARAMETER_NID),
crypto/openssl/crypto/dh/dh_err.c
43
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_INVALID_PUBKEY), "invalid public key" },
crypto/openssl/crypto/dh/dh_err.c
44
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_INVALID_SECRET), "invalid secret" },
crypto/openssl/crypto/dh/dh_err.c
45
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_INVALID_SIZE), "invalid size" },
crypto/openssl/crypto/dh/dh_err.c
46
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_KDF_PARAMETER_ERROR), "kdf parameter error" },
crypto/openssl/crypto/dh/dh_err.c
47
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_KEYS_NOT_SET), "keys not set" },
crypto/openssl/crypto/dh/dh_err.c
48
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_MISSING_PUBKEY), "missing pubkey" },
crypto/openssl/crypto/dh/dh_err.c
49
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_MODULUS_TOO_LARGE), "modulus too large" },
crypto/openssl/crypto/dh/dh_err.c
50
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_MODULUS_TOO_SMALL), "modulus too small" },
crypto/openssl/crypto/dh/dh_err.c
51
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_NOT_SUITABLE_GENERATOR),
crypto/openssl/crypto/dh/dh_err.c
53
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_NO_PARAMETERS_SET), "no parameters set" },
crypto/openssl/crypto/dh/dh_err.c
54
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_NO_PRIVATE_VALUE), "no private value" },
crypto/openssl/crypto/dh/dh_err.c
55
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_PARAMETER_ENCODING_ERROR),
crypto/openssl/crypto/dh/dh_err.c
57
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_PEER_KEY_ERROR), "peer key error" },
crypto/openssl/crypto/dh/dh_err.c
58
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_Q_TOO_LARGE), "q too large" },
crypto/openssl/crypto/dh/dh_err.c
59
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_SHARED_INFO_ERROR), "shared info error" },
crypto/openssl/crypto/dh/dh_err.c
60
{ ERR_PACK(ERR_LIB_DH, 0, DH_R_UNABLE_TO_CHECK_GENERATOR),
crypto/openssl/crypto/dh/dh_gen.c
164
ERR_raise(ERR_LIB_DH, DH_R_MODULUS_TOO_LARGE);
crypto/openssl/crypto/dh/dh_gen.c
169
ERR_raise(ERR_LIB_DH, DH_R_MODULUS_TOO_SMALL);
crypto/openssl/crypto/dh/dh_gen.c
189
ERR_raise(ERR_LIB_DH, DH_R_BAD_GENERATOR);
crypto/openssl/crypto/dh/dh_gen.c
231
ERR_raise(ERR_LIB_DH, ERR_R_BN_LIB);
crypto/openssl/crypto/dh/dh_group_params.c
47
ERR_raise(ERR_LIB_DH, DH_R_INVALID_PARAMETER_NID);
crypto/openssl/crypto/dh/dh_key.c
276
ERR_raise(ERR_LIB_DH, DH_R_MODULUS_TOO_LARGE);
crypto/openssl/crypto/dh/dh_key.c
282
ERR_raise(ERR_LIB_DH, DH_R_Q_TOO_LARGE);
crypto/openssl/crypto/dh/dh_key.c
287
ERR_raise(ERR_LIB_DH, DH_R_MODULUS_TOO_SMALL);
crypto/openssl/crypto/dh/dh_key.c
379
ERR_raise(ERR_LIB_DH, ERR_R_BN_LIB);
crypto/openssl/crypto/dh/dh_key.c
412
ERR_raise(ERR_LIB_DH, err_reason);
crypto/openssl/crypto/dh/dh_key.c
430
ERR_raise(ERR_LIB_DH, DH_R_INVALID_PUBKEY);
crypto/openssl/crypto/dh/dh_key.c
438
ERR_raise(ERR_LIB_DH, DH_R_INVALID_SIZE);
crypto/openssl/crypto/dh/dh_key.c
453
ERR_raise(ERR_LIB_DH, DH_R_BN_ERROR);
crypto/openssl/crypto/dh/dh_key.c
48
ERR_raise(ERR_LIB_DH, DH_R_MODULUS_TOO_LARGE);
crypto/openssl/crypto/dh/dh_key.c
54
ERR_raise(ERR_LIB_DH, DH_R_Q_TOO_LARGE);
crypto/openssl/crypto/dh/dh_key.c
59
ERR_raise(ERR_LIB_DH, DH_R_MODULUS_TOO_SMALL);
crypto/openssl/crypto/dh/dh_key.c
73
ERR_raise(ERR_LIB_DH, DH_R_NO_PRIVATE_VALUE);
crypto/openssl/crypto/dh/dh_key.c
88
ERR_raise(ERR_LIB_DH, ERR_R_BN_LIB);
crypto/openssl/crypto/dh/dh_key.c
97
ERR_raise(ERR_LIB_DH, DH_R_INVALID_SECRET);
crypto/openssl/crypto/dh/dh_lib.c
100
ERR_raise(ERR_LIB_DH, ERR_R_ENGINE_LIB);
crypto/openssl/crypto/dh/dh_lib.c
109
ERR_raise(ERR_LIB_DH, ERR_R_ENGINE_LIB);
crypto/openssl/crypto/dh/dh_lib.c
125
ERR_raise(ERR_LIB_DH, ERR_R_INIT_FAIL);
crypto/openssl/crypto/dh/dh_lib.c
83
ERR_raise(ERR_LIB_DH, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/dh/dh_pmeth.c
243
ERR_raise(ERR_LIB_DH, DH_R_INVALID_PARAMETER_NAME);
crypto/openssl/crypto/dh/dh_pmeth.c
378
ERR_raise(ERR_LIB_DH, DH_R_NO_PARAMETERS_SET);
crypto/openssl/crypto/dh/dh_pmeth.c
404
ERR_raise(ERR_LIB_DH, DH_R_KEYS_NOT_SET);
crypto/openssl/crypto/dh/dh_pmeth.c
410
ERR_raise(ERR_LIB_DH, DH_R_KEYS_NOT_SET);
crypto/openssl/crypto/dh/dh_prn.c
28
ERR_raise(ERR_LIB_DH, ERR_R_BUF_LIB);
crypto/openssl/crypto/ec/ecx_meth.c
393
ERR_raise(ERR_LIB_DH, ERR_R_EC_LIB);
crypto/openssl/crypto/err/err.c
42
{ ERR_PACK(ERR_LIB_DH, 0, 0), "Diffie-Hellman routines" },
crypto/openssl/crypto/ffc/ffc_params_generate.c
49
ERR_raise(ERR_LIB_DH, DH_R_BAD_FFC_PARAMETERS);
crypto/openssl/crypto/ffc/ffc_params_generate.c
77
ERR_raise(ERR_LIB_DH, DH_R_BAD_FFC_PARAMETERS);
crypto/openssl/crypto/ffc/ffc_params_validate.c
125
ERR_raise(ERR_LIB_DH, DH_R_NOT_SUITABLE_GENERATOR);
crypto/openssl/crypto/rsa/rsa_ameth.c
862
ERR_raise(ERR_LIB_DH, ERR_R_RSA_LIB);
crypto/openssl/include/openssl/err.h
141
#define DHerr(f, r) ERR_raise_data(ERR_LIB_DH, (r), NULL)
crypto/openssl/include/openssl/err.h
319
#define ERR_R_DH_LIB (ERR_LIB_DH /* 5 */ | ERR_RFLAG_COMMON)