Searched refs:ERR_LIB_RAND (Results 1 – 4 of 4) sorted by relevance
| /onnv-gate/usr/src/common/openssl/crypto/rand/ |
| H A D | rand_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_RAND,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_RAND,0,reason)
|
| H A D | md_rand.c | 521 if (ERR_GET_LIB(err) == ERR_LIB_RAND && in ssleay_rand_pseudo_bytes()
|
| /onnv-gate/usr/src/common/openssl/crypto/err/ |
| H A D | err.h | 134 #define ERR_LIB_RAND 36 macro 165 #define RANDerr(f,r) ERR_PUT_error(ERR_LIB_RAND,(f),(r),__FILE__,__LINE__) 220 #define ERR_R_RAND_LIB ERR_LIB_RAND /* 36 */
|
| H A D | err.c | 148 {ERR_PACK(ERR_LIB_RAND,0,0) ,"random number generator"},
|