Home | History | Annotate | Download | only in jsse

Lines Matching refs:ctx

20     private final int ctx;
24 OpenSSLKey(int ctx) {
25 this.ctx = ctx;
29 OpenSSLKey(int ctx, OpenSSLEngine engine) {
30 this.ctx = ctx;
35 return ctx;
49 if (ctx != 0) {
50 NativeCrypto.EVP_PKEY_free(ctx);
68 if (ctx != other.getPkeyContext()) {
82 hash = hash * 17 + ctx;