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

/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_sess.c673 if (ctx->remove_session_cb != NULL)
674 ctx->remove_session_cb(ctx,r);
910 if (param->ctx->remove_session_cb != NULL)
911 param->ctx->remove_session_cb(param->ctx,sess);
1011 ctx->remove_session_cb=cb;
1016 return ctx->remove_session_cb;
H A Dssl_lib.c1975 ret->remove_session_cb=0;
/external/openssl/ssl/
H A Dssl_sess.c742 if (ctx->remove_session_cb != NULL)
743 ctx->remove_session_cb(ctx,r);
996 if (p->ctx->remove_session_cb != NULL)
997 p->ctx->remove_session_cb(p->ctx,s);
1104 ctx->remove_session_cb=cb;
1109 return ctx->remove_session_cb;
H A Dssl.h841 * If remove_session_cb is not null, it will be called when
845 void (*remove_session_cb)(struct ssl_ctx_st *ctx,SSL_SESSION *sess); member in struct:ssl_ctx_st
1105 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.c1887 ret->remove_session_cb=0;
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dssl.h827 * If remove_session_cb is not null, it will be called when
831 void (*remove_session_cb)(struct ssl_ctx_st *ctx,SSL_SESSION *sess); member in struct:ssl_ctx_st
1084 OPENSSL_EXPORT void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx, void (*remove_session_cb)(struct ssl_ctx_st *ctx,SSL_SESSION *sess));
/external/openssl/include/openssl/
H A Dssl.h841 * If remove_session_cb is not null, it will be called when
845 void (*remove_session_cb)(struct ssl_ctx_st *ctx,SSL_SESSION *sess); member in struct:ssl_ctx_st
1105 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx, void (*remove_session_cb)(struct ssl_ctx_st *ctx,SSL_SESSION *sess));

Completed in 1336 milliseconds