Searched refs:SSL_CTX (Results 76 - 100 of 146) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds2_lib.c420 long ssl2_ctx_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg)
425 long ssl2_ctx_callback_ctrl(SSL_CTX *ctx, int cmd, void (*fp) (void))
H A Dd1_srtp.c209 int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds2_lib.c328 long ssl2_ctx_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg)
333 long ssl2_ctx_callback_ctrl(SSL_CTX *ctx, int cmd, void (*fp)(void))
H A Dssl_cert.c305 * chain is held inside SSL_CTX */
578 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx,STACK_OF(X509_NAME) *name_list)
583 STACK_OF(X509_NAME) *SSL_CTX_get_client_CA_list(const SSL_CTX *ctx)
631 int SSL_CTX_add_client_CA(SSL_CTX *ctx,X509 *x)
H A Dssl_locl.h501 /* Used for holding the relevant compression methods loaded into SSL_CTX */
768 long ssl2_ctx_ctrl(SSL_CTX *s,int cmd, long larg, void *parg);
770 long ssl2_ctx_callback_ctrl(SSL_CTX *s,int cmd, void (*fp)(void));
817 long ssl3_ctx_ctrl(SSL_CTX *s,int cmd, long larg, void *parg);
819 long ssl3_ctx_callback_ctrl(SSL_CTX *s,int cmd, void (*fp)(void));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_ssl.c132 static SSL_CTX *the_ssl_ctx = NULL;
134 static SSL_CTX *
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds2_lib.c420 long ssl2_ctx_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg)
425 long ssl2_ctx_callback_ctrl(SSL_CTX *ctx, int cmd, void (*fp) (void))
H A Dd1_srtp.c209 int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_cb.c197 int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file)
254 int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key,
1271 void ssl_ctx_set_excert(SSL_CTX *ctx, SSL_EXCERT *exc)
1552 int args_ssl_call(SSL_CTX *ctx, BIO *err, SSL_CONF_CTX *cctx,
1618 int ssl_ctx_add_crls(SSL_CTX *ctx, STACK_OF(X509_CRL) *crls, int crl_download)
1628 int ssl_load_stores(SSL_CTX *ctx,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/tunala/
H A Dtunala.c70 * Our SSL_CTX, which is configured as the SSL client or server and has
73 SSL_CTX *ssl_ctx;
85 static SSL_CTX *initialise_ssl_ctx(int server_mode, const char *engine_id,
538 /* Create the SSL_CTX */
657 static int ctx_set_cert(SSL_CTX *ctx, const char *cert, const char *key)
725 static int ctx_set_dh(SSL_CTX *ctx, const char *dh_file,
781 static SSL_CTX *initialise_ssl_ctx(int server_mode, const char *engine_id,
791 SSL_CTX *ctx = NULL, *ret = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dtunala.c57 /* Our SSL_CTX, which is configured as the SSL client or server and has
59 SSL_CTX *ssl_ctx;
69 static SSL_CTX *initialise_ssl_ctx(int server_mode, const char *engine_id,
493 /* Create the SSL_CTX */
607 static int ctx_set_cert(SSL_CTX *ctx, const char *cert, const char *key)
677 static int ctx_set_dh(SSL_CTX *ctx, const char *dh_file, const char *dh_special)
728 static SSL_CTX *initialise_ssl_ctx(int server_mode, const char *engine_id,
735 SSL_CTX *ctx = NULL, *ret = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/tunala/
H A Dtunala.c70 * Our SSL_CTX, which is configured as the SSL client or server and has
73 SSL_CTX *ssl_ctx;
85 static SSL_CTX *initialise_ssl_ctx(int server_mode, const char *engine_id,
538 /* Create the SSL_CTX */
657 static int ctx_set_cert(SSL_CTX *ctx, const char *cert, const char *key)
725 static int ctx_set_dh(SSL_CTX *ctx, const char *dh_file,
781 static SSL_CTX *initialise_ssl_ctx(int server_mode, const char *engine_id,
791 SSL_CTX *ctx = NULL, *ret = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_cb.c197 int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file)
254 int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key,
1271 void ssl_ctx_set_excert(SSL_CTX *ctx, SSL_EXCERT *exc)
1552 int args_ssl_call(SSL_CTX *ctx, BIO *err, SSL_CONF_CTX *cctx,
1618 int ssl_ctx_add_crls(SSL_CTX *ctx, STACK_OF(X509_CRL) *crls, int crl_download)
1628 int ssl_load_stores(SSL_CTX *ctx,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dcurlx.c225 SSL_CTX * ctx = (SSL_CTX *) sslctx ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/easy_tls/
H A Deasy-tls.c169 static void tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx,
660 SSL_CTX *tls_create_ctx(struct tls_create_ctx_args a, void *apparg)
664 SSL_CTX *ret;
970 tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx, int client_p)
H A Dtest.c41 SSL_CTX *ctx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/state_machine/
H A Dstate_machine.c94 SSL_CTX *pCtx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/easy_tls/
H A Deasy-tls.c167 static void tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx, int client_p);
650 SSL_CTX *
655 SSL_CTX *ret;
925 tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx, int client_p)
H A Dtest.c43 SSL_CTX *ctx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/state_machine/
H A Dstate_machine.c93 SSL_CTX *pCtx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/sample/
H A Dle-proxy.c38 static SSL_CTX *ssl_ctx = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/easy_tls/
H A Deasy-tls.c169 static void tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx,
660 SSL_CTX *tls_create_ctx(struct tls_create_ctx_args a, void *apparg)
664 SSL_CTX *ret;
970 tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx, int client_p)
H A Dtest.c41 SSL_CTX *ctx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/state_machine/
H A Dstate_machine.c94 SSL_CTX *pCtx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dtls.c64 SSL_CTX *ctx;

Completed in 102 milliseconds

123456