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

/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dssl.h684 void (*info_callback)(const SSL *ssl,int type,int val); /* used if SSL's info_callback is NULL */ member in struct:ssl_ctx_st
761 #define SSL_CTX_set_info_callback(ctx,cb) ((ctx)->info_callback=(cb))
762 #define SSL_CTX_get_info_callback(ctx) ((ctx)->info_callback)
903 void (*info_callback)(const SSL *ssl,int type,int val); /* optional informational callback */ member in struct:ssl_st
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dssl.h710 void (*info_callback)(const SSL *ssl,int type,int val); /* used if SSL's info_callback is NULL */ member in struct:ssl_ctx_st
786 #define SSL_CTX_set_info_callback(ctx,cb) ((ctx)->info_callback=(cb))
787 #define SSL_CTX_get_info_callback(ctx) ((ctx)->info_callback)
930 void (*info_callback)(const SSL *ssl,int type,int val); /* optional informational callback */ member in struct:ssl_st

Completed in 40 milliseconds