Searched refs:ERR_LIB_BUF (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/buffer/
H A Dbuf_err.c69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_BUF,func,0)
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_BUF,0,reason)
/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr.h113 # define ERR_LIB_BUF 7 macro
153 # define BUFerr(f,r) ERR_PUT_error(ERR_LIB_BUF,(f),(r),__FILE__,__LINE__)
211 # define ERR_R_BUF_LIB ERR_LIB_BUF/* 7 */
H A Derr_str.c130 {ERR_PACK(ERR_LIB_BUF, 0, 0), "memory buffer routines"},
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dd1_srvr.c1000 SSLerr(SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE, ERR_LIB_BUF);
H A Ds3_srvr.c1552 SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, ERR_LIB_BUF);

Completed in 250 milliseconds