HomeSort by relevance Sort by last modified time
    Searched refs:ERR_LIB_ECDH (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/ecdh/
ech_err.c 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_ECDH,func,0)
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDH,0,reason)
  /external/openssl/crypto/err/
err.h 194 #define ERR_LIB_ECDH 43
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/
err.h 194 #define ERR_LIB_ECDH 43
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 */

Completed in 72 milliseconds