Searched refs:ERR_LIB_RAND (Results 1 – 5 of 5) sorted by relevance
/external/openssl/crypto/rand/ |
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)
|
D | md_rand.c | 537 if (ERR_GET_LIB(err) == ERR_LIB_RAND && in ssleay_rand_pseudo_bytes()
|
/external/openssl/crypto/err/ |
D | err.h | 187 #define ERR_LIB_RAND 36 macro 223 #define RANDerr(f,r) ERR_PUT_error(ERR_LIB_RAND,(f),(r),__FILE__,__LINE__) 283 #define ERR_R_RAND_LIB ERR_LIB_RAND /* 36 */
|
D | err.c | 151 {ERR_PACK(ERR_LIB_RAND,0,0) ,"random number generator"},
|
/external/openssl/include/openssl/ |
D | err.h | 187 #define ERR_LIB_RAND 36 macro 223 #define RANDerr(f,r) ERR_PUT_error(ERR_LIB_RAND,(f),(r),__FILE__,__LINE__) 283 #define ERR_R_RAND_LIB ERR_LIB_RAND /* 36 */
|