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

/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dssl.h964 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT) macro
967 #define SSL_ST_RENEGOTIATE (0x04|SSL_ST_INIT)
986 #define SSL_in_init(a) (SSL_state(a)&SSL_ST_INIT)
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dssl.h992 #define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT) macro
995 #define SSL_ST_RENEGOTIATE (0x04|SSL_ST_INIT)
1014 #define SSL_in_init(a) (SSL_state(a)&SSL_ST_INIT)

Completed in 90 milliseconds