HomeSort by relevance Sort by last modified time
    Searched defs:EC_POINT_new (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/ec/
ec_lib.c 204 dest->generator = EC_POINT_new(dest);
294 group->generator = EC_POINT_new(group);
693 EC_POINT *EC_POINT_new(const EC_GROUP *group)
775 t = EC_POINT_new(group);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 213 public static native long EC_POINT_new(long groupRef);
    [all...]

Completed in 45 milliseconds