Searched refs:s_ctx (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/threads/ |
H A D | mttest.c | 113 void do_threads(SSL_CTX *s_ctx,SSL_CTX *c_ctx); 193 SSL_CTX *s_ctx=NULL; local 279 s_ctx=SSL_CTX_new(ssl_method); 280 if ((c_ctx == NULL) || (s_ctx == NULL)) 286 SSL_CTX_set_session_cache_mode(s_ctx, 291 if (!SSL_CTX_use_certificate_file(s_ctx,scert,SSL_FILETYPE_PEM)) 295 else if (!SSL_CTX_use_RSAPrivateKey_file(s_ctx,scert,SSL_FILETYPE_PEM)) 309 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) || 310 (!SSL_CTX_set_default_verify_paths(s_ctx)) || 322 SSL_CTX_set_verify(s_ctx, 421 SSL_CTX *s_ctx,*c_ctx; local 762 do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx) argument 891 do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx) argument 990 do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx) argument 1089 do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx) argument 1181 do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx) argument 1275 do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx) argument [all...] |
/external/openssl/crypto/threads/ |
H A D | mttest.c | 113 void do_threads(SSL_CTX *s_ctx,SSL_CTX *c_ctx); 193 SSL_CTX *s_ctx=NULL; local 279 s_ctx=SSL_CTX_new(ssl_method); 280 if ((c_ctx == NULL) || (s_ctx == NULL)) 286 SSL_CTX_set_session_cache_mode(s_ctx, 291 if (!SSL_CTX_use_certificate_file(s_ctx,scert,SSL_FILETYPE_PEM)) 295 else if (!SSL_CTX_use_RSAPrivateKey_file(s_ctx,scert,SSL_FILETYPE_PEM)) 309 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) || 310 (!SSL_CTX_set_default_verify_paths(s_ctx)) || 322 SSL_CTX_set_verify(s_ctx, 421 SSL_CTX *s_ctx,*c_ctx; local 762 do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx) argument 891 do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx) argument 990 do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx) argument 1089 do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx) argument 1181 do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx) argument 1275 do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx) argument [all...] |
/external/chromium_org/third_party/openssl/openssl/ssl/ |
H A D | ssltest.c | 520 SSL_CTX *s_ctx=NULL; local 897 s_ctx=SSL_CTX_new(meth); 898 if ((c_ctx == NULL) || (s_ctx == NULL)) 907 SSL_CTX_set_cipher_list(s_ctx,cipher); 922 SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_DH_USE); 929 SSL_CTX_set_tmp_dh(s_ctx,dh); 964 SSL_CTX_set_tmp_ecdh(s_ctx, ecdh); 965 SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_ECDH_USE); 973 SSL_CTX_set_tmp_rsa_callback(s_ctx,tmp_rsa_cb); 978 SSL_CTX_set_tlsext_opaque_prf_input_callback(s_ctx, opaque_prf_input_c [all...] |
/external/openssl/ssl/ |
H A D | ssltest.c | 520 SSL_CTX *s_ctx=NULL; local 897 s_ctx=SSL_CTX_new(meth); 898 if ((c_ctx == NULL) || (s_ctx == NULL)) 907 SSL_CTX_set_cipher_list(s_ctx,cipher); 922 SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_DH_USE); 929 SSL_CTX_set_tmp_dh(s_ctx,dh); 964 SSL_CTX_set_tmp_ecdh(s_ctx, ecdh); 965 SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_ECDH_USE); 973 SSL_CTX_set_tmp_rsa_callback(s_ctx,tmp_rsa_cb); 978 SSL_CTX_set_tlsext_opaque_prf_input_callback(s_ctx, opaque_prf_input_c [all...] |
Completed in 58 milliseconds