Searched refs:tm_ctx (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/apps/
H A Ds_time.c134 static SSL_CTX *tm_ctx = NULL; variable
157 tm_ctx = NULL;
371 if ((tm_ctx = SSL_CTX_new(s_time_meth)) == NULL)
374 SSL_CTX_set_quiet_shutdown(tm_ctx, 1);
377 SSL_CTX_set_options(tm_ctx, SSL_OP_ALL);
378 SSL_CTX_set_cipher_list(tm_ctx, tm_cipher);
379 if (!set_cert_stuff(tm_ctx, t_cert_file, t_key_file))
384 if ((!SSL_CTX_load_verify_locations(tm_ctx, CAfile, CApath)) ||
385 (!SSL_CTX_set_default_verify_paths(tm_ctx))) {
565 if (tm_ctx !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/apps/
H A Ds_time.c134 static SSL_CTX *tm_ctx = NULL; variable
157 tm_ctx = NULL;
371 if ((tm_ctx = SSL_CTX_new(s_time_meth)) == NULL)
374 SSL_CTX_set_quiet_shutdown(tm_ctx, 1);
377 SSL_CTX_set_options(tm_ctx, SSL_OP_ALL);
378 SSL_CTX_set_cipher_list(tm_ctx, tm_cipher);
379 if (!set_cert_stuff(tm_ctx, t_cert_file, t_key_file))
384 if ((!SSL_CTX_load_verify_locations(tm_ctx, CAfile, CApath)) ||
385 (!SSL_CTX_set_default_verify_paths(tm_ctx))) {
565 if (tm_ctx !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/apps/
H A Ds_time.c134 static SSL_CTX *tm_ctx = NULL; variable
157 tm_ctx = NULL;
371 if ((tm_ctx = SSL_CTX_new(s_time_meth)) == NULL)
374 SSL_CTX_set_quiet_shutdown(tm_ctx, 1);
377 SSL_CTX_set_options(tm_ctx, SSL_OP_ALL);
378 SSL_CTX_set_cipher_list(tm_ctx, tm_cipher);
379 if (!set_cert_stuff(tm_ctx, t_cert_file, t_key_file))
384 if ((!SSL_CTX_load_verify_locations(tm_ctx, CAfile, CApath)) ||
385 (!SSL_CTX_set_default_verify_paths(tm_ctx))) {
565 if (tm_ctx !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/apps/
H A Ds_time.c131 static SSL_CTX *tm_ctx=NULL; variable
154 tm_ctx=NULL;
365 if ((tm_ctx=SSL_CTX_new(s_time_meth)) == NULL) return(1);
367 SSL_CTX_set_quiet_shutdown(tm_ctx,1);
369 if (st_bugs) SSL_CTX_set_options(tm_ctx,SSL_OP_ALL);
370 SSL_CTX_set_cipher_list(tm_ctx,tm_cipher);
371 if(!set_cert_stuff(tm_ctx,t_cert_file,t_key_file))
376 if ((!SSL_CTX_load_verify_locations(tm_ctx,CAfile,CApath)) ||
377 (!SSL_CTX_set_default_verify_paths(tm_ctx)))
550 if (tm_ctx !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/apps/
H A Ds_time.c131 static SSL_CTX *tm_ctx=NULL; variable
154 tm_ctx=NULL;
365 if ((tm_ctx=SSL_CTX_new(s_time_meth)) == NULL) return(1);
367 SSL_CTX_set_quiet_shutdown(tm_ctx,1);
369 if (st_bugs) SSL_CTX_set_options(tm_ctx,SSL_OP_ALL);
370 SSL_CTX_set_cipher_list(tm_ctx,tm_cipher);
371 if(!set_cert_stuff(tm_ctx,t_cert_file,t_key_file))
376 if ((!SSL_CTX_load_verify_locations(tm_ctx,CAfile,CApath)) ||
377 (!SSL_CTX_set_default_verify_paths(tm_ctx)))
550 if (tm_ctx !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/apps/
H A Ds_time.c131 static SSL_CTX *tm_ctx=NULL; variable
154 tm_ctx=NULL;
365 if ((tm_ctx=SSL_CTX_new(s_time_meth)) == NULL) return(1);
367 SSL_CTX_set_quiet_shutdown(tm_ctx,1);
369 if (st_bugs) SSL_CTX_set_options(tm_ctx,SSL_OP_ALL);
370 SSL_CTX_set_cipher_list(tm_ctx,tm_cipher);
371 if(!set_cert_stuff(tm_ctx,t_cert_file,t_key_file))
376 if ((!SSL_CTX_load_verify_locations(tm_ctx,CAfile,CApath)) ||
377 (!SSL_CTX_set_default_verify_paths(tm_ctx)))
550 if (tm_ctx !
[all...]

Completed in 143 milliseconds