HomeSort by relevance Sort by last modified time
    Searched defs:ERR_LIB_DH (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/err/
err.h 165 #define ERR_LIB_DH 5
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/openssl/include/openssl/
err.h 165 #define ERR_LIB_DH 5
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 */

Completed in 20 milliseconds