HomeSort by relevance Sort by last modified time
    Searched full:remove_session_cb (Results 1 - 4 of 4) sorted by null

  /external/openssl/ssl/
ssl_sess.c 685 if (ctx->remove_session_cb != NULL)
686 ctx->remove_session_cb(ctx,r);
920 if (p->ctx->remove_session_cb != NULL)
921 p->ctx->remove_session_cb(p->ctx,s);
1028 ctx->remove_session_cb=cb;
1033 return ctx->remove_session_cb;
    [all...]
ssl.h 725 * If remove_session_cb is not null, it will be called when
729 void (*remove_session_cb)(struct ssl_ctx_st *ctx,SSL_SESSION *sess); member in struct:ssl_ctx_st
    [all...]
ssl_lib.c     [all...]
  /external/openssl/include/openssl/
ssl.h 725 * If remove_session_cb is not null, it will be called when
729 void (*remove_session_cb)(struct ssl_ctx_st *ctx,SSL_SESSION *sess); member in struct:ssl_ctx_st
    [all...]

Completed in 410 milliseconds