Searched refs:ERR_LIB_GOST (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/lib/libcrypto/err/ |
| D | err.h | 188 #define ERR_LIB_GOST 50 macro 227 #define GOSTerr(f,r) ERR_PUT_error(ERR_LIB_GOST,(f),(r),__FILE__,__LINE__) 266 #define GOSTerror(r) ERR_PUT_error(ERR_LIB_GOST,(0xfff),(r),__FILE__,__LINE__)
|
| D | err.c | 169 {ERR_PACK(ERR_LIB_GOST, 0, 0), "GOST routines"},
|