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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLECPrivateKey.java 105 return new BigInteger(NativeCrypto.EC_KEY_get_private_key(key.getPkeyContext()));
NativeCrypto.java 228 public static native byte[] EC_KEY_get_private_key(long keyRef);
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 28 milliseconds