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

  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLECGroupContext.java 32 private final NativeRef.EC_GROUP groupCtx;
34 OpenSSLECGroupContext(NativeRef.EC_GROUP groupCtx) {
35 this.groupCtx = groupCtx;
66 return groupCtx;
158 final String curveName = NativeCrypto.EC_GROUP_get_curve_name(groupCtx);
160 final byte[][] curveParams = NativeCrypto.EC_GROUP_get_curve(groupCtx);
170 new NativeRef.EC_POINT(NativeCrypto.EC_GROUP_get_generator(groupCtx)));
173 final BigInteger order = new BigInteger(NativeCrypto.EC_GROUP_get_order(groupCtx));
174 final BigInteger cofactor = new BigInteger(NativeCrypto.EC_GROUP_get_cofactor(groupCtx));
    [all...]
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
NativeCryptoTest.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 138 milliseconds