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

/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dbio.h381 #define BIO_do_connect(b) BIO_do_handshake(b)
382 #define BIO_do_accept(b) BIO_do_handshake(b)
383 #define BIO_do_handshake(b) BIO_ctrl(b,BIO_C_DO_STATE_MACHINE,0,NULL) macro
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dbio.h420 #define BIO_do_connect(b) BIO_do_handshake(b)
421 #define BIO_do_accept(b) BIO_do_handshake(b)
422 #define BIO_do_handshake(b) BIO_ctrl(b,BIO_C_DO_STATE_MACHINE,0,NULL) macro

Completed in 86 milliseconds