Searched refs:tls_root_ctx (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_backend.h97 void tls_ctx_server_new(struct tls_root_ctx *ctx);
104 void tls_ctx_client_new(struct tls_root_ctx *ctx);
111 void tls_ctx_free(struct tls_root_ctx *ctx);
120 bool tls_ctx_initialised(struct tls_root_ctx *ctx);
131 void tls_ctx_set_options (struct tls_root_ctx *ctx, unsigned int ssl_flags);
139 void tls_ctx_restrict_ciphers(struct tls_root_ctx *ctx, const char *ciphers);
150 void tls_ctx_load_dh_params(struct tls_root_ctx *ctx, const char *dh_file,
165 int tls_ctx_load_pkcs12(struct tls_root_ctx *ctx, const char *pkcs12_file,
177 void tls_ctx_load_cryptoapi(struct tls_root_ctx *ctx, const char *cryptoapi_cert);
195 void tls_ctx_load_cert_file (struct tls_root_ctx *ct
[all...]
H A Dssl_openssl.h39 struct tls_root_ctx { struct
H A Dpkcs11.h67 struct tls_root_ctx * const ssl_ctx,
H A Dpkcs11_backend.h72 struct tls_root_ctx * const ssl_ctx);
H A Dssl_polarssl.h59 struct tls_root_ctx { struct
H A Dssl_polarssl.c69 tls_ctx_server_new(struct tls_root_ctx *ctx)
86 tls_ctx_client_new(struct tls_root_ctx *ctx)
102 tls_ctx_free(struct tls_root_ctx *ctx)
136 tls_ctx_initialised(struct tls_root_ctx *ctx)
143 tls_ctx_set_options (struct tls_root_ctx *ctx, unsigned int ssl_flags)
167 tls_ctx_restrict_ciphers(struct tls_root_ctx *ctx, const char *ciphers)
201 tls_ctx_load_dh_params (struct tls_root_ctx *ctx, const char *dh_file,
221 tls_ctx_load_pkcs12(struct tls_root_ctx *ctx, const char *pkcs12_file,
232 tls_ctx_load_cryptoapi(struct tls_root_ctx *ctx, const char *cryptoapi_cert)
239 tls_ctx_load_cert_file (struct tls_root_ctx *ct
[all...]
H A Dpkcs11_polarssl.c46 struct tls_root_ctx * const ssl_ctx)
H A Dssl_openssl.c113 tls_ctx_server_new(struct tls_root_ctx *ctx)
126 tls_ctx_client_new(struct tls_root_ctx *ctx)
137 tls_ctx_free(struct tls_root_ctx *ctx)
145 bool tls_ctx_initialised(struct tls_root_ctx *ctx)
178 tls_ctx_set_options (struct tls_root_ctx *ctx, unsigned int ssl_flags)
203 tls_ctx_restrict_ciphers(struct tls_root_ctx *ctx, const char *ciphers)
271 tls_ctx_load_dh_params (struct tls_root_ctx *ctx, const char *dh_file,
307 tls_ctx_load_pkcs12(struct tls_root_ctx *ctx, const char *pkcs12_file,
396 tls_ctx_load_cryptoapi(struct tls_root_ctx *ctx, const char *cryptoapi_cert)
408 tls_ctx_add_extra_certs (struct tls_root_ctx *ct
[all...]
H A Dpkcs11_openssl.c47 struct tls_root_ctx * const ssl_ctx)
H A Dssl.h158 void init_ssl (const struct options *options, struct tls_root_ctx *ctx);
H A Dssl_common.h210 struct tls_root_ctx ssl_ctx;
H A Dopenvpn.h67 struct tls_root_ctx ssl_ctx;
H A Dpkcs11.c616 struct tls_root_ctx * const ssl_ctx,
H A Dssl.c454 init_ssl (const struct options *options, struct tls_root_ctx *new_ctx)

Completed in 57 milliseconds