Home | History | Annotate | Download | only in jsse

Lines Matching refs:clientContext

1143             final long clientContext = NativeCrypto.SSL_CTX_new();
1152 return clientContext;
1189 return clientContext;
1193 long s = NativeCrypto.SSL_new(clientContext);
1230 NativeCrypto.SSL_CTX_free(clientContext);