Home
last modified time | relevance | path

Searched refs:ERR_LIB_GOST (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/crypto/gost/
H A Dgost_err.c62 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_GOST,func,0)
63 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_GOST,0,reason)
/dragonfly/crypto/libressl/include/openssl/
H A Derr.h198 #define ERR_LIB_GOST 50 macro
237 #define GOSTerr(f,r) ERR_PUT_error(ERR_LIB_GOST,(f),(r),__FILE__,__LINE__)
276 #define GOSTerror(r) ERR_PUT_error(ERR_LIB_GOST,(0xfff),(r),__FILE__,__LINE__)
/dragonfly/crypto/libressl/crypto/err/
H A Derr.c161 {ERR_PACK(ERR_LIB_GOST,0,0), "GOST routines"},