Home
last modified time | relevance | path

Searched refs:spec (Results 1 – 10 of 10) 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/bt/test/
Drun_unit_tests.sh84 for spec in "${tests[@]}"
91 if [ "${name}" != "${spec}" ]; then
/system/core/base/
Dlogging.cpp262 std::string spec(specs[i]); in InitLogging() local
263 if (spec.size() == 3 && StartsWith(spec, "*:")) { in InitLogging()
264 switch (spec[2]) { in InitLogging()
290 LOG(FATAL) << "unsupported '" << spec << "' in ANDROID_LOG_TAGS (" << tags in InitLogging()
/system/tpm/trunks/
DREADME41 from spec/raw_structures_fixed.txt. The output of this script is intended to be
46 Extracts structured information about commands from spec/raw_commands_fixed.txt.
/system/core/adb/
Dfile_sync_service.cpp306 static bool do_send(int s, const std::string& spec, std::vector<char>& buffer) { in do_send() argument
308 size_t comma = spec.find_last_of(','); in do_send()
314 std::string path = spec.substr(0, comma); in do_send()
317 mode_t mode = strtoul(spec.substr(comma + 1).c_str(), nullptr, 0); in do_send()
/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/core/libmincrypt/tools/
DDumpPublicKey.java31 import java.security.spec.ECPoint;
/system/tpm/trunks/generator/
Draw_structures.txt2637 the version number of the spec (00.99 * 100)
Draw_structures_fixed.txt2639 the version number of the spec (00.99 * 100)