Searched refs:SSL_CTX (Results 1 - 25 of 146) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcryptoapi.h4 int SSL_CTX_use_CryptoAPI_certificate(SSL_CTX *ssl_ctx, const char *cert_prop);
H A Dssl_openssl.h40 SSL_CTX *ctx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/easy_tls/
H A Deasy-tls.h14 typedef struct ssl_ctx_st SSL_CTX; typedef in typeref:struct:ssl_ctx_st
44 SSL_CTX *tls_create_ctx(struct tls_create_ctx_args, void *apparg);
49 SSL_CTX *ctx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/easy_tls/
H A Deasy-tls.h14 typedef struct ssl_ctx_st SSL_CTX; typedef in typeref:struct:ssl_ctx_st
42 SSL_CTX *tls_create_ctx(struct tls_create_ctx_args, void *apparg);
48 SSL_CTX *ctx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/easy_tls/
H A Deasy-tls.h14 typedef struct ssl_ctx_st SSL_CTX; typedef in typeref:struct:ssl_ctx_st
44 SSL_CTX *tls_create_ctx(struct tls_create_ctx_args, void *apparg);
49 SSL_CTX *ctx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dsrtp.h135 int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles);
H A Dssl.h370 * function parameters used to prototype callbacks in SSL_CTX.
458 long (*ssl_ctx_ctrl) (SSL_CTX *ctx, int cmd, long larg, void *parg);
469 long (*ssl_ctx_callback_ctrl) (SSL_CTX *s, int cb_id, void (*fp) (void));
834 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
870 int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx);
872 int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx);
891 * This callback type is used inside SSL_CTX, SSL, and in the functions that
1199 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
1225 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
1228 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ct
[all...]
H A Dssl_sess.c146 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 *ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dsrtp.h135 int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles);
H A Dssl.h370 * function parameters used to prototype callbacks in SSL_CTX.
458 long (*ssl_ctx_ctrl) (SSL_CTX *ctx, int cmd, long larg, void *parg);
469 long (*ssl_ctx_callback_ctrl) (SSL_CTX *s, int cb_id, void (*fp) (void));
834 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
870 int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx);
872 int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx);
891 * This callback type is used inside SSL_CTX, SSL, and in the functions that
1199 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
1225 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
1228 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ct
[all...]
H A Dssl_sess.c146 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 *ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_sess.c64 static void SSL_SESSION_list_remove(SSL_CTX *ctx, SSL_SESSION *s);
65 static void SSL_SESSION_list_add(SSL_CTX *ctx,SSL_SESSION *s);
66 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck);
421 int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *c)
426 /* add just 1 reference count for the SSL_CTX's session cache
486 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c)
491 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck)
644 long SSL_CTX_set_timeout(SSL_CTX *s, long t)
653 long SSL_CTX_get_timeout(const SSL_CTX *s)
661 SSL_CTX *ct
[all...]
H A Dssl.h346 * in SSL_CTX. */
367 typedef struct ssl_ctx_st SSL_CTX; typedef in typeref:struct:ssl_ctx_st
391 long (*ssl_ctx_ctrl)(SSL_CTX *ctx,int cmd,long larg,void *parg);
402 long (*ssl_ctx_callback_ctrl)(SSL_CTX *s, int cb_id, void (*fp)(void));
578 void SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg));
593 /* This callback type is used inside SSL_CTX, SSL, and in the functions that set
768 struct lhash_st *SSL_CTX_sessions(SSL_CTX *ctx);
794 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx, int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess));
795 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx))(struct ssl_st *ssl, SSL_SESSION *sess);
796 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl.h346 * in SSL_CTX. */
367 typedef struct ssl_ctx_st SSL_CTX; typedef in typeref:struct:ssl_ctx_st
391 long (*ssl_ctx_ctrl)(SSL_CTX *ctx,int cmd,long larg,void *parg);
402 long (*ssl_ctx_callback_ctrl)(SSL_CTX *s, int cb_id, void (*fp)(void));
578 void SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg));
593 /* This callback type is used inside SSL_CTX, SSL, and in the functions that set
768 struct lhash_st *SSL_CTX_sessions(SSL_CTX *ctx);
794 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx, int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess));
795 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx))(struct ssl_st *ssl, SSL_SESSION *sess);
796 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_apps.h162 int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file);
163 int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key,
194 void ssl_ctx_set_excert(SSL_CTX *ctx, SSL_EXCERT *exc);
203 int args_ssl_call(SSL_CTX *ctx, BIO *err, SSL_CONF_CTX *cctx,
205 int ssl_ctx_add_crls(SSL_CTX *ctx, STACK_OF(X509_CRL) *crls,
207 int ssl_load_stores(SSL_CTX *ctx, const char *vfyCApath,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_apps.h162 int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file);
163 int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key,
194 void ssl_ctx_set_excert(SSL_CTX *ctx, SSL_EXCERT *exc);
203 int args_ssl_call(SSL_CTX *ctx, BIO *err, SSL_CONF_CTX *cctx,
205 int ssl_ctx_add_crls(SSL_CTX *ctx, STACK_OF(X509_CRL) *crls,
207 int ssl_load_stores(SSL_CTX *ctx, const char *vfyCApath,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_apps.h156 int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file);
157 int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/threads/
H A Dmttest.c106 void do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx);
145 static void print_stats(BIO *bio, SSL_CTX *ctx)
187 SSL_CTX *s_ctx = NULL;
188 SSL_CTX *c_ctx = NULL;
321 BIO_printf(bio_err, "Client SSL_CTX stats then free it\n");
326 BIO_printf(bio_err, "Server SSL_CTX stats then free it\n");
349 int ndoit(SSL_CTX *ssl_ctx[2])
397 SSL_CTX *s_ctx, *c_ctx;
412 s_ctx = (SSL_CTX *)ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/threads/
H A Dmttest.c106 void do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx);
145 static void print_stats(BIO *bio, SSL_CTX *ctx)
187 SSL_CTX *s_ctx = NULL;
188 SSL_CTX *c_ctx = NULL;
321 BIO_printf(bio_err, "Client SSL_CTX stats then free it\n");
326 BIO_printf(bio_err, "Server SSL_CTX stats then free it\n");
349 int ndoit(SSL_CTX *ssl_ctx[2])
397 SSL_CTX *s_ctx, *c_ctx;
412 s_ctx = (SSL_CTX *)ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/threads/
H A Dmttest.c113 void do_threads(SSL_CTX *s_ctx,SSL_CTX *c_ctx);
149 static void print_stats(FILE *fp, SSL_CTX *ctx)
191 SSL_CTX *s_ctx=NULL;
192 SSL_CTX *c_ctx=NULL;
338 fprintf(stderr,"Client SSL_CTX stats then free it\n");
344 fprintf(stderr,"Server SSL_CTX stats then free it\n");
368 int ndoit(SSL_CTX *ssl_ctx[2])
419 SSL_CTX *s_ctx,*c_ctx;
434 s_ctx=(SSL_CTX *)ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dusercertinmem.c133 ret = SSL_CTX_use_certificate((SSL_CTX*)sslctx, cert);
151 ret = SSL_CTX_use_RSAPrivateKey((SSL_CTX*)sslctx, rsa);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/bio/
H A Dsaccept.c35 SSL_CTX *ctx;
H A Dsconnect.c26 SSL_CTX *ssl_ctx = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/bio/
H A Dsaccept.c34 SSL_CTX *ctx;
H A Dsconnect.c25 SSL_CTX *ssl_ctx=NULL;

Completed in 289 milliseconds

123456