Searched refs:ERR_LIB_DH (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/dh/
H A Ddh_error.c20 {ERR_PACK(ERR_LIB_DH, DH_F_DH_new_method, 0), "DH_new_method"},
21 {ERR_PACK(ERR_LIB_DH, DH_F_compute_key, 0), "compute_key"},
22 {ERR_PACK(ERR_LIB_DH, DH_F_generate_key, 0), "generate_key"},
23 {ERR_PACK(ERR_LIB_DH, DH_F_generate_parameters, 0), "generate_parameters"},
24 {ERR_PACK(ERR_LIB_DH, 0, DH_R_BAD_GENERATOR), "BAD_GENERATOR"},
25 {ERR_PACK(ERR_LIB_DH, 0, DH_R_INVALID_PUBKEY), "INVALID_PUBKEY"},
26 {ERR_PACK(ERR_LIB_DH, 0, DH_R_MODULUS_TOO_LARGE), "MODULUS_TOO_LARGE"},
27 {ERR_PACK(ERR_LIB_DH, 0, DH_R_NO_PRIVATE_VALUE), "NO_PRIVATE_VALUE"},
/external/openssl/crypto/dh/
H A Ddh_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_DH,func,0)
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DH,0,reason)
/external/openssl/crypto/err/
H A Derr.h165 #define ERR_LIB_DH 5 macro
207 #define DHerr(f,r) ERR_PUT_error(ERR_LIB_DH,(f),(r),__FILE__,__LINE__)
267 #define ERR_R_DH_LIB ERR_LIB_DH /* 5 */
H A Derr.c135 {ERR_PACK(ERR_LIB_DH,0,0) ,"Diffie-Hellman routines"},
/external/openssl/include/openssl/
H A Derr.h165 #define ERR_LIB_DH 5 macro
207 #define DHerr(f,r) ERR_PUT_error(ERR_LIB_DH,(f),(r),__FILE__,__LINE__)
267 #define ERR_R_DH_LIB ERR_LIB_DH /* 5 */
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Derr.h372 ERR_LIB_DH, enumerator in enum:__anon11666
406 #define ERR_R_DH_LIB ERR_LIB_DH

Completed in 3265 milliseconds