Searched refs:BIO_CTRL_EOF (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dbio.h109 #define BIO_CTRL_EOF 2 /* opt - are we at the eof */ macro
461 #define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL)
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dbio.h111 #define BIO_CTRL_EOF 2 /* opt - are we at the eof */ macro
500 #define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL)

Completed in 61 milliseconds