• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/

Lines Matching refs:SSL_CTX

146 static void SSL_SESSION_list_remove(SSL_CTX *ctx, SSL_SESSION *s);
147 static void SSL_SESSION_list_add(SSL_CTX *ctx, SSL_SESSION *s);
148 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck);
738 int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *c)
744 * add just 1 reference count for the SSL_CTX's session cache even though
807 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c)
812 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck)
1001 long SSL_CTX_set_timeout(SSL_CTX *s, long t)
1011 long SSL_CTX_get_timeout(const SSL_CTX *s)
1079 SSL_CTX *ctx;
1102 void SSL_CTX_flush_sessions(SSL_CTX *s, long t)
1132 /* locked by SSL_CTX in the calling function */
1133 static void SSL_SESSION_list_remove(SSL_CTX *ctx, SSL_SESSION *s)
1162 static void SSL_SESSION_list_add(SSL_CTX *ctx, SSL_SESSION *s)
1180 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
1187 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (SSL *ssl, SSL_SESSION *sess) {
1191 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
1192 void (*cb) (SSL_CTX *ctx, SSL_SESSION *sess))
1197 void (*SSL_CTX_sess_get_remove_cb(SSL_CTX *ctx)) (SSL_CTX *ctx,
1202 void SSL_CTX_sess_set_get_cb(SSL_CTX *ctx,
1210 SSL_SESSION *(*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx)) (SSL *ssl,
1216 void SSL_CTX_set_info_callback(SSL_CTX *ctx,
1222 void (*SSL_CTX_get_info_callback(SSL_CTX *ctx)) (const SSL *ssl, int type,
1227 void SSL_CTX_set_client_cert_cb(SSL_CTX *ctx,
1234 int (*SSL_CTX_get_client_cert_cb(SSL_CTX *ctx)) (SSL *ssl, X509 **x509,
1240 int SSL_CTX_set_client_cert_engine(SSL_CTX *ctx, ENGINE *e)
1257 void SSL_CTX_set_cookie_generate_cb(SSL_CTX *ctx,
1265 void SSL_CTX_set_cookie_verify_cb(SSL_CTX *ctx,