Home
last modified time | relevance | path

Searched refs:spec (Results 1 – 6 of 6) sorted by relevance

/system/extras/verity/
DUtils.java38 import java.security.spec.ECPublicKeySpec;
39 import java.security.spec.ECPrivateKeySpec;
40 import java.security.spec.X509EncodedKeySpec;
41 import java.security.spec.PKCS8EncodedKeySpec;
42 import java.security.spec.InvalidKeySpecException;
50 import javax.crypto.spec.PBEKeySpec;
166 PKCS8EncodedKeySpec spec = decryptPrivateKey(der); in loadDERPrivateKey() local
168 if (spec == null) { in loadDERPrivateKey()
169 spec = new PKCS8EncodedKeySpec(der); in loadDERPrivateKey()
172 ASN1InputStream bIn = new ASN1InputStream(new ByteArrayInputStream(spec.getEncoded())); in loadDERPrivateKey()
[all …]
DVerityVerifier.java33 import java.security.spec.RSAPublicKeySpec;
131 RSAPublicKeySpec spec = new RSAPublicKeySpec(modulus, exponent); in getMincryptPublicKey() local
133 return factory.generatePublic(spec); in getMincryptPublicKey()
/system/core/base/
Dlogging.cpp151 std::string spec(specs[i]); in InitLogging() local
152 if (spec.size() == 3 && StartsWith(spec, "*:")) { in InitLogging()
153 switch (spec[2]) { in InitLogging()
179 LOG(FATAL) << "unsupported '" << spec << "' in ANDROID_LOG_TAGS (" << tags in InitLogging()
/system/bt/doc/
Dpower_management.md103 - The power spec state table (`bta_dm_pm_spec`) is checked to see if
107 connection if it's supposed to be managed according to the power spec
108 state tables. If the spec specifies `BTA_DM_PM_NO_PREF`, then any
132 - If a timeout is specified in the power spec table, then an unused timer
/system/bt/test/bluedroidtest/
DREADME.txt65 Please refer to the BT Core spec pages-1099 to 1102 for possible values for
/system/core/libmincrypt/tools/
DDumpPublicKey.java31 import java.security.spec.ECPoint;