Home
last modified time | relevance | path

Searched refs:ERR_LIB_ECDH (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/ecdh/
Decdh_error.c20 {ERR_PACK(ERR_LIB_ECDH, ECDH_F_ECDH_compute_key, 0), "ECDH_compute_key"},
21 {ERR_PACK(ERR_LIB_ECDH, 0, ECDH_R_KDF_FAILED), "KDF_FAILED"},
22 {ERR_PACK(ERR_LIB_ECDH, 0, ECDH_R_NO_PRIVATE_VALUE), "NO_PRIVATE_VALUE"},
23 {ERR_PACK(ERR_LIB_ECDH, 0, ECDH_R_POINT_ARITHMETIC_FAILURE), "POINT_ARITHMETIC_FAILURE"},
/external/openssl/crypto/ecdh/
Dech_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_ECDH,func,0)
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDH,0,reason)
/external/chromium_org/third_party/boringssl/src/include/openssl/
Derr.h395 ERR_LIB_ECDH, enumerator
430 #define ERR_R_ECDH_LIB ERR_LIB_ECDH
/external/openssl/crypto/err/
Derr.h194 #define ERR_LIB_ECDH 43 macro
230 #define ECDHerr(f,r) ERR_PUT_error(ERR_LIB_ECDH,(f),(r),__FILE__,__LINE__)
290 #define ERR_R_ECDH_LIB ERR_LIB_ECDH /* 43 */
/external/openssl/include/openssl/
Derr.h194 #define ERR_LIB_ECDH 43 macro
230 #define ECDHerr(f,r) ERR_PUT_error(ERR_LIB_ECDH,(f),(r),__FILE__,__LINE__)
290 #define ERR_R_ECDH_LIB ERR_LIB_ECDH /* 43 */