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

  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLECGroupContext.java 52 NativeCrypto.EC_GROUP_set_asn1_flag(ctx, NativeCrypto.OPENSSL_EC_NAMED_CURVE);
NativeCrypto.java 194 * EC_GROUP_set_asn1_flag: indicates an EC_GROUP is a NamedCurve.
221 public static native void EC_GROUP_set_asn1_flag(long groupRef, int flag);
    [all...]
  /external/openssl/crypto/ec/
ec_lib.c 349 void EC_GROUP_set_asn1_flag(EC_GROUP *group, int flag)

Completed in 38 milliseconds