Searched refs:SIZE_TO_CURVE_NAME (Results 1 - 5 of 5) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLECKeyPairGenerator.java44 private static final Map<Integer, String> SIZE_TO_CURVE_NAME = new HashMap<Integer, String>(); field in class:OpenSSLECKeyPairGenerator
48 SIZE_TO_CURVE_NAME.put(224, "secp224r1");
49 SIZE_TO_CURVE_NAME.put(256, "prime256v1");
50 SIZE_TO_CURVE_NAME.put(384, "secp384r1");
51 SIZE_TO_CURVE_NAME.put(521, "secp521r1");
63 final String curveName = SIZE_TO_CURVE_NAME.get(DEFAULT_KEY_SIZE);
77 final String name = SIZE_TO_CURVE_NAME.get(keysize);
126 for (String curveName : SIZE_TO_CURVE_NAME.values()) {
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 259 milliseconds