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

/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dbio.h115 #define BIO_CTRL_GET_CLOSE 8 /* man - set the 'close' on free */ macro
463 #define BIO_get_close(b) (int)BIO_ctrl(b,BIO_CTRL_GET_CLOSE,0,NULL)
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dbio.h117 #define BIO_CTRL_GET_CLOSE 8 /* man - set the 'close' on free */ macro
502 #define BIO_get_close(b) (int)BIO_ctrl(b,BIO_CTRL_GET_CLOSE,0,NULL)

Completed in 37 milliseconds