HomeSort by relevance Sort by last modified time
    Searched refs:EC_GROUP_dup (Results 1 - 10 of 10) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLECPrivateKey.java 48 this.group = new OpenSSLECGroupContext(NativeCrypto.EC_GROUP_dup(origGroup));
160 group = new OpenSSLECGroupContext(NativeCrypto.EC_GROUP_dup(origGroup));
OpenSSLECPublicKey.java 49 this.group = new OpenSSLECGroupContext(NativeCrypto.EC_GROUP_dup(origGroup));
162 group = new OpenSSLECGroupContext(NativeCrypto.EC_GROUP_dup(origGroup));
NativeCrypto.java 187 public static native long EC_GROUP_dup(long groupRef);
    [all...]
  /external/openssl/crypto/ec/
ec_pmeth.c 100 dctx->gen_group = EC_GROUP_dup(sctx->gen_group);
ec_ameth.c 403 EC_GROUP *group = EC_GROUP_dup(EC_KEY_get0_group(from->pkey.ec));
ec_key.c 468 key->group = EC_GROUP_dup(group);
ec.h 216 EC_GROUP *EC_GROUP_dup(const EC_GROUP *src);
    [all...]
ec_lib.c 250 EC_GROUP *EC_GROUP_dup(const EC_GROUP *a)
  /external/openssl/include/openssl/
ec.h 216 EC_GROUP *EC_GROUP_dup(const EC_GROUP *src);
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 240 milliseconds