Searched defs:ctx (Results 1 – 8 of 8) sorted by relevance
129 SSLContext ctx = getContext(); in testHttpsConnection() local161 SSLContext ctx = getContext(); in testHttpsConnection_Not_Found_Response() local199 SSLContext ctx = getContext(); in testSetDefaultSSLSocketFactory() local246 SSLContext ctx = getContext(); in testSetSSLSocketFactory() local323 SSLContext ctx = getContext(); in testSetHostnameVerifier() local359 SSLContext ctx = getContext(); in test_doOutput() local390 SSLContext ctx = getContext(); in testProxyConnection() local431 SSLContext ctx = getContext(); in testProxyAuthConnection() local538 SSLContext ctx = getContext(); in testProxyAuthConnection_doOutput() local623 SSLContext ctx = getContext(); in testProxyConnection_Not_Found_Response() local[all …]
519 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_gcd() local526 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_mul() local533 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_exp() local540 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_div() local547 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_nnmod() local554 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_mod_exp() local561 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_mod_inverse() local576 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_is_prime_ex() local
349 const EncoderCallbackContext* ctx = reinterpret_cast<const EncoderCallbackContext*>(rawContext); in CHARSET_ENCODER_CALLBACK() local453 const DecoderCallbackContext* ctx = reinterpret_cast<const DecoderCallbackContext*>(rawContext); in CHARSET_DECODER_CALLBACK() local
82 String ctx = ((ExceptionWithContext) cause).context.toString(); in ExceptionWithContext() local
333 SSLEngineImpl(SSLContextImpl ctx) { in SSLEngineImpl()341 SSLEngineImpl(SSLContextImpl ctx, String host, int port) { in SSLEngineImpl()349 private void init(SSLContextImpl ctx) { in init()
587 void setContext(SSLSessionContextImpl ctx) { in setContext()
483 URL ctx = null; in test_ConstructorLjava_net_URLLjava_lang_String() local
165 private DirContext ctx; field in LDAPCertStore