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

/freebsd-9.3-release/crypto/openssl/crypto/
H A Dfips_err.h69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_FIPS,func,0)
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_FIPS,0,reason)
/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr_str.c148 {ERR_PACK(ERR_LIB_FIPS, 0, 0), "FIPS routines"},
H A Derr.h142 # define ERR_LIB_FIPS 45 macro
176 # define FIPSerr(f,r) ERR_PUT_error(ERR_LIB_FIPS,(f),(r),__FILE__,__LINE__)

Completed in 180 milliseconds