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

/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dssl.h627 * If remove_session_cb is not null, it will be called when
631 void (*remove_session_cb)(struct ssl_ctx_st *ctx,SSL_SESSION *sess); member in struct:ssl_ctx_st
757 #define SSL_CTX_sess_set_remove_cb(ctx,cb) ((ctx)->remove_session_cb=(cb))
758 #define SSL_CTX_sess_get_remove_cb(ctx) ((ctx)->remove_session_cb)
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dssl.h645 * If remove_session_cb is not null, it will be called when
649 void (*remove_session_cb)(struct ssl_ctx_st *ctx,SSL_SESSION *sess); member in struct:ssl_ctx_st
782 #define SSL_CTX_sess_set_remove_cb(ctx,cb) ((ctx)->remove_session_cb=(cb))
783 #define SSL_CTX_sess_get_remove_cb(ctx) ((ctx)->remove_session_cb)

Completed in 42 milliseconds