Searched refs:SSL_CTX (Results 101 - 125 of 146) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_server.c218 static void print_stats(BIO *bp, SSL_CTX *ctx);
221 static void init_session_cache_ctx(SSL_CTX *sctx);
278 /* static int load_CA(SSL_CTX *ctx, char *file);*/
307 static SSL_CTX *ctx = NULL;
309 static SSL_CTX *ctx2 = NULL;
2130 static void print_stats(BIO *bio, SSL_CTX *ssl_ctx)
2749 static int load_CA(SSL_CTX *ctx, char *file)
3463 static void del_session(SSL_CTX *sctx, SSL_SESSION *session)
3484 static void init_session_cache_ctx(SSL_CTX *sctx)
H A Ds_time.c134 static SSL_CTX *tm_ctx = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_both.c594 * - Use a separate SSL_CTX for each option set.
597 static void *freelist_extract(SSL_CTX *ctx, int for_read, int sz)
619 static void freelist_insert(SSL_CTX *ctx, int for_read, size_t sz, void *mem)
H A Dssl_conf.c117 /* SSL_CTX or SSL structure to perform operations on */
118 SSL_CTX *ctx;
120 /* Pointer to SSL or SSL_CTX options field or NULL if none */
122 /* Pointer to SSL or SSL_CTX cert_flags or NULL if none */
680 void SSL_CONF_CTX_set_ssl_ctx(SSL_CONF_CTX *cctx, SSL_CTX *ctx)
H A Dheartbeat_test.c60 SSL_CTX *ctx;
82 fprintf(stderr, "Failed to allocate SSL_CTX for test: %s\n",
H A Dssl_locl.h565 * part of an SSL_CTX structure.
680 * NULL the parent SSL_CTX store is used instead.
822 /* Used for holding the relevant compression methods loaded into SSL_CTX */
1143 long ssl2_ctx_ctrl(SSL_CTX *s, int cmd, long larg, void *parg);
1145 long ssl2_ctx_callback_ctrl(SSL_CTX *s, int cmd, void (*fp) (void));
1200 long ssl3_ctx_ctrl(SSL_CTX *s, int cmd, long larg, void *parg);
1202 long ssl3_ctx_callback_ctrl(SSL_CTX *s, int cmd, void (*fp) (void));
H A Dssl_cert.c806 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list)
811 STACK_OF(X509_NAME) *SSL_CTX_get_client_CA_list(const SSL_CTX *ctx)
855 int SSL_CTX_add_client_CA(SSL_CTX *ctx, X509 *x)
H A Dssltest.c220 static SSL_CTX *s_ctx = NULL;
221 static SSL_CTX *s_ctx2 = NULL;
335 SSL_CTX* ctx = SSL_get_SSL_CTX(server);
961 SSL_CTX *c_ctx = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_both.c594 * - Use a separate SSL_CTX for each option set.
597 static void *freelist_extract(SSL_CTX *ctx, int for_read, int sz)
619 static void freelist_insert(SSL_CTX *ctx, int for_read, size_t sz, void *mem)
H A Dssl_conf.c117 /* SSL_CTX or SSL structure to perform operations on */
118 SSL_CTX *ctx;
120 /* Pointer to SSL or SSL_CTX options field or NULL if none */
122 /* Pointer to SSL or SSL_CTX cert_flags or NULL if none */
680 void SSL_CONF_CTX_set_ssl_ctx(SSL_CONF_CTX *cctx, SSL_CTX *ctx)
H A Dheartbeat_test.c60 SSL_CTX *ctx;
82 fprintf(stderr, "Failed to allocate SSL_CTX for test: %s\n",
H A Dssl_locl.h565 * part of an SSL_CTX structure.
680 * NULL the parent SSL_CTX store is used instead.
822 /* Used for holding the relevant compression methods loaded into SSL_CTX */
1143 long ssl2_ctx_ctrl(SSL_CTX *s, int cmd, long larg, void *parg);
1145 long ssl2_ctx_callback_ctrl(SSL_CTX *s, int cmd, void (*fp) (void));
1200 long ssl3_ctx_ctrl(SSL_CTX *s, int cmd, long larg, void *parg);
1202 long ssl3_ctx_callback_ctrl(SSL_CTX *s, int cmd, void (*fp) (void));
H A Dssl_cert.c806 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list)
811 STACK_OF(X509_NAME) *SSL_CTX_get_client_CA_list(const SSL_CTX *ctx)
855 int SSL_CTX_add_client_CA(SSL_CTX *ctx, X509 *x)
H A Dssltest.c220 static SSL_CTX *s_ctx = NULL;
221 static SSL_CTX *s_ctx2 = NULL;
335 SSL_CTX* ctx = SSL_get_SSL_CTX(server);
961 SSL_CTX *c_ctx = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_server.c218 static void print_stats(BIO *bp, SSL_CTX *ctx);
221 static void init_session_cache_ctx(SSL_CTX *sctx);
278 /* static int load_CA(SSL_CTX *ctx, char *file);*/
307 static SSL_CTX *ctx = NULL;
309 static SSL_CTX *ctx2 = NULL;
2130 static void print_stats(BIO *bio, SSL_CTX *ssl_ctx)
2749 static int load_CA(SSL_CTX *ctx, char *file)
3463 static void del_session(SSL_CTX *sctx, SSL_SESSION *session)
3484 static void init_session_cache_ctx(SSL_CTX *sctx)
H A Ds_time.c134 static SSL_CTX *tm_ctx = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcryptoapi.c345 int SSL_CTX_use_CryptoAPI_certificate(SSL_CTX *ssl_ctx, const char *cert_prop)
H A Dssl_openssl.c491 SSL_CTX *ssl_ctx = NULL;
1190 SSL_CTX *ctx;
1199 msg (M_SSLERR, "Cannot create SSL_CTX object");
1228 SSL_CTX *ctx;
1234 msg (M_SSLERR, "Cannot create SSL_CTX object");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_server.c186 static void print_stats(BIO *bp,SSL_CTX *ctx);
233 /* static int load_CA(SSL_CTX *ctx, char *file);*/
256 static SSL_CTX *ctx=NULL;
1117 static void print_stats(BIO *bio, SSL_CTX *ssl_ctx)
1556 static int load_CA(SSL_CTX *ctx, char *file)
H A Ds_time.c179 static SSL_CTX *tm_ctx=NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dopenssl.c53 static SSL_CTX *ssl_ctx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Durldata.h285 SSL_CTX* ctx;
311 SSL_CTX* ctx;
331 SSL_CTX* ssl_ctx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dtls.c67 SSL_CTX *ctx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Daxtls.c53 /* axTLS has no global init. Everything is done through SSL and SSL_CTX
140 SSL_CTX *ssl_ctx;
176 /* Allocate an SSL_CTX struct */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_lib.c1878 long ssl3_ctx_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg)
2021 long ssl3_ctx_callback_ctrl(SSL_CTX *ctx, int cmd, void (*fp)(void))

Completed in 524 milliseconds

123456