Searched refs:ERR_LIB_JPAKE (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/jpake/
H A Djpake_err.c69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_JPAKE,func,0)
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_JPAKE,0,reason)
/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr_str.c150 {ERR_PACK(ERR_LIB_JPAKE, 0, 0), "JPAKE routines"},
H A Derr.h144 # define ERR_LIB_JPAKE 47 macro
178 # define JPAKEerr(f,r) ERR_PUT_error(ERR_LIB_JPAKE,(f),(r),__FILE__,__LINE__)

Completed in 57 milliseconds