OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sAlgo_EC
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/
OidMappings.java
54
public static final Asn1Oid
sAlgo_EC
= new Asn1Oid(1L, 2L, 840L, 10045L, 2L, 1L);
91
sCryptoMapping.put(
sAlgo_EC
, "EC");
103
sSigAlgos.put(sAlgo_SHA1withECDSA, new SigEntry("SHA1withECDSA",
sAlgo_EC
));
104
sSigAlgos.put(sAlgo_SHA224withECDSA, new SigEntry(null,
sAlgo_EC
));
105
sSigAlgos.put(sAlgo_SHA256withECDSA, new SigEntry("SHA256withECDSA",
sAlgo_EC
));
106
sSigAlgos.put(sAlgo_SHA384withECDSA, new SigEntry("SHA384withECDSA",
sAlgo_EC
));
107
sSigAlgos.put(sAlgo_SHA512withECDSA, new SigEntry("SHA512withECDSA",
sAlgo_EC
));
/frameworks/base/packages/Osu/src/com/android/hotspot2/est/
ESTHandler.java
405
if (oid.equals(OidMappings.
sAlgo_EC
)) {
Completed in 42 milliseconds