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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_sess.c511 if (ctx->remove_session_cb != NULL)
512 ctx->remove_session_cb(ctx,r);
675 if (p->ctx->remove_session_cb != NULL)
676 p->ctx->remove_session_cb(p->ctx,s);
782 ctx->remove_session_cb=cb;
787 return ctx->remove_session_cb;
H A Dssl.h655 * If remove_session_cb is not null, it will be called when
659 void (*remove_session_cb)(struct ssl_ctx_st *ctx,SSL_SESSION *sess); member in struct:ssl_ctx_st
796 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx, void (*remove_session_cb)(struct ssl_ctx_st *ctx,SSL_SESSION *sess));
H A Dssl_lib.c1373 ret->remove_session_cb=0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_sess.c831 if (ctx->remove_session_cb != NULL)
832 ctx->remove_session_cb(ctx, r);
1094 if (p->ctx->remove_session_cb != NULL)
1095 p->ctx->remove_session_cb(p->ctx, s);
1194 ctx->remove_session_cb = cb;
1199 return ctx->remove_session_cb;
H A Dssl.h956 * remove_session_cb is not null, it will be called when a session-id is
961 void (*remove_session_cb) (struct ssl_ctx_st *ctx, SSL_SESSION *sess); member in struct:ssl_ctx_st
1231 void (*remove_session_cb) (struct ssl_ctx_st
H A Ds3_clnt.c2288 if (s->session_ctx->remove_session_cb != NULL)
2289 s->session_ctx->remove_session_cb(s->session_ctx,
H A Dssl_lib.c1913 ret->remove_session_cb = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_sess.c831 if (ctx->remove_session_cb != NULL)
832 ctx->remove_session_cb(ctx, r);
1094 if (p->ctx->remove_session_cb != NULL)
1095 p->ctx->remove_session_cb(p->ctx, s);
1194 ctx->remove_session_cb = cb;
1199 return ctx->remove_session_cb;
H A Dssl.h956 * remove_session_cb is not null, it will be called when a session-id is
961 void (*remove_session_cb) (struct ssl_ctx_st *ctx, SSL_SESSION *sess); member in struct:ssl_ctx_st
1231 void (*remove_session_cb) (struct ssl_ctx_st
H A Ds3_clnt.c2288 if (s->session_ctx->remove_session_cb != NULL)
2289 s->session_ctx->remove_session_cb(s->session_ctx,
H A Dssl_lib.c1913 ret->remove_session_cb = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl.h655 * If remove_session_cb is not null, it will be called when
659 void (*remove_session_cb)(struct ssl_ctx_st *ctx,SSL_SESSION *sess); member in struct:ssl_ctx_st
796 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx, void (*remove_session_cb)(struct ssl_ctx_st *ctx,SSL_SESSION *sess));

Completed in 230 milliseconds