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

/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dbio.h116 #define BIO_CTRL_SET_CLOSE 9 /* man - set the 'close' on free */ macro
462 #define BIO_set_close(b,c) (int)BIO_ctrl(b,BIO_CTRL_SET_CLOSE,(c),NULL)
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dbio.h118 #define BIO_CTRL_SET_CLOSE 9 /* man - set the 'close' on free */ macro
501 #define BIO_set_close(b,c) (int)BIO_ctrl(b,BIO_CTRL_SET_CLOSE,(c),NULL)

Completed in 82 milliseconds