Searched refs:spec (Results 1 – 10 of 10) sorted by relevance
/system/extras/verity/ |
D | Utils.java | 38 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 …]
|
D | VerityVerifier.java | 33 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/ |
D | run_unit_tests.sh | 84 for spec in "${tests[@]}" 91 if [ "${name}" != "${spec}" ]; then
|
/system/core/base/ |
D | logging.cpp | 262 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/ |
D | README | 41 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/ |
D | file_sync_service.cpp | 306 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/ |
D | power_management.md | 103 - 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/ |
D | DumpPublicKey.java | 31 import java.security.spec.ECPoint;
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 2637 the version number of the spec (00.99 * 100)
|
D | raw_structures_fixed.txt | 2639 the version number of the spec (00.99 * 100)
|