/aosp12/frameworks/compile/slang/ |
H A D | slang.cpp | 134 std::error_code &EC, in OpenOutputFile() argument 139 EC = llvm::sys::fs::create_directories( in OpenOutputFile() 141 if (!EC) { in OpenOutputFile() 142 return llvm::make_unique<llvm::tool_output_file>(OutputFile, EC, Flags); in OpenOutputFile() 147 << OutputFile << EC.message(); in OpenOutputFile() 309 std::error_code EC; in setOutput() local 316 OS = OpenOutputFile(OutputFile, llvm::sys::fs::F_Text, EC, mDiagEngine); in setOutput() 332 if (EC) in setOutput() 343 std::error_code EC; in setDepOutput() local 345 mDOS = OpenOutputFile(OutputFile, llvm::sys::fs::F_Text, EC, mDiagEngine); in setDepOutput() [all …]
|
H A D | llvm-rs-as.cpp | 88 std::error_code EC; in WriteOutputFile() local 90 (new tool_output_file(OutputFilename.c_str(), EC, llvm::sys::fs::F_None)); in WriteOutputFile() 91 if (EC) { in WriteOutputFile() 93 errs() << EC.message() << '\n'; in WriteOutputFile()
|
H A D | slang_rs_reflect_utils.cpp | 265 if (std::error_code EC = llvm::sys::fs::create_directories( in GenerateJavaBitCodeAccessor() local 268 output_path.c_str(), EC.message().c_str()); in GenerateJavaBitCodeAccessor() 353 if (std::error_code EC = llvm::sys::fs::create_directories( in startFile() local 355 fprintf(stderr, "Error: %s\n", EC.message().c_str()); in startFile()
|
/aosp12/frameworks/compile/libbcc/tools/bcc_strip_attr/ |
H A D | bcc_strip_attr.cpp | 133 std::error_code EC; in main() local 134 tool_output_file Out(OutputFilename.c_str(), EC, in main() 136 if (EC) { in main() 137 errs() << EC.message() << '\n'; in main()
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitcodeReader.cpp | 364 return EC; in Error() 369 return Error(DiagnosticHandler, EC, EC.message()); in Error() 2084 return EC; in ParseModule() 2088 return EC; in ParseModule() 2344 return EC; in ParseBitcodeInto() 2456 return EC; in parseTriple() 3321 return EC; in materialize() 3335 return EC; in materialize() 3379 return EC; in materializeModule() 3509 return EC; in getLazyBitcodeModuleImpl() [all …]
|
/aosp12/frameworks/base/tools/signedconfig/ |
H A D | debug_key.pem | 1 -----BEGIN EC PRIVATE KEY----- 5 -----END EC PRIVATE KEY-----
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitcodeReader.cpp | 602 return EC; in Error() 607 return Error(DiagnosticHandler, EC, EC.message()); in Error() 2351 return EC; in ParseModule() 2355 return EC; in ParseModule() 2609 return EC; in ParseBitcodeInto() 2721 return EC; in parseTriple() 3660 return EC; in materialize() 3674 return EC; in materialize() 3718 return EC; in materializeModule() 3851 return EC; in getLazyBitcodeModuleImpl() [all …]
|
/aosp12/frameworks/compile/libbcc/bcinfo/ |
H A D | BitcodeTranslator.cpp | 146 if (std::error_code EC = MOrErr.getError()) { in translate() local 148 ALOGE("%s", EC.message().c_str()); in translate()
|
/aosp12/hardware/interfaces/keymaster/3.0/ |
H A D | types.hal | 160 EC = 3, 216 * Supported EC curves, used in ECDSA 257 ENCRYPT = 0, /* Usable with RSA, EC and AES keys. */ 258 DECRYPT = 1, /* Usable with RSA, EC and AES keys. */ 259 SIGN = 2, /* Usable with RSA, EC and HMAC keys. */ 260 VERIFY = 3, /* Usable with RSA, EC and HMAC keys. */ 261 DERIVE_KEY = 4, /* Usable with EC keys. */
|
/aosp12/system/security/keystore2/aidl/android/security/metrics/ |
H A D | Algorithm.aidl | 32 EC = 3, enumConstant
|
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/ |
H A D | Algorithm.aidl | 39 EC = 3, enumConstant
|
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/ |
H A D | Algorithm.aidl | 39 EC = 3, enumConstant
|
/aosp12/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/ |
H A D | Algorithm.aidl | 29 EC = 3, enumConstant
|
/aosp12/hardware/interfaces/security/keymint/aidl/vts/performance/ |
H A D | KeyMintBenchmark.cpp | 116 return Algorithm::EC; in getAlgorithm() 185 if (algorithm == Algorithm::EC) { in GenerateKey() 401 BENCHMARK_KM(keygen, EC, 224); 402 BENCHMARK_KM(keygen, EC, 256); 403 BENCHMARK_KM(keygen, EC, 384); 404 BENCHMARK_KM(keygen, EC, 521);
|
/aosp12/hardware/nxp/nfc/pn8x/halimpl/ |
H A D | libnfc-nxp-PN547C2_example.conf | 122 A0, EC, 01, 01,
|
H A D | libnfc-nxp-PN65T_example.conf | 123 A0, EC, 01, 01,
|
H A D | libnfc-nxp-PN551_example.conf | 131 A0, EC, 01, 01,
|
H A D | libnfc-nxp-PN548AD_example.conf | 145 A0, EC, 01, 01,
|
H A D | libnfc-nxp-PN80T_example_NCI2_0.conf | 129 A0, EC, 01, 01,
|
H A D | libnfc-nxp-PN66T_example.conf | 145 A0, EC, 01, 01,
|
H A D | libnfc-nxp-PN81B_example_NCI2_0.conf | 138 A0, EC, 01, 01,
|
/aosp12/hardware/interfaces/keymaster/4.0/vts/performance/ |
H A D | Benchmark.cpp | 368 return Algorithm::EC; in getAlgorithm() 464 BENCHMARK_KM(keygen, EC, 224); 465 BENCHMARK_KM(keygen, EC, 256); 466 BENCHMARK_KM(keygen, EC, 384); 467 BENCHMARK_KM(keygen, EC, 521);
|
/aosp12/hardware/interfaces/security/keymint/support/ |
H A D | authorization_set.cpp | 125 Authorization(TAG_ALGORITHM, Algorithm::EC); in EcdsaKey() 131 Authorization(TAG_ALGORITHM, Algorithm::EC); in EcdsaKey()
|
/aosp12/system/ca-certificates/files/ |
H A D | fd08c599.0 | 61 84:18:CC:85:34:EC:BC:0C:94:94:2E:08:59:9C:C7:B2:10:4E:0A:08 78 SHA1 Fingerprint=8D:A7:F9:65:EC:5E:FC:37:91:0F:1C:6E:59:FD:C1:CC:6A:6E:DE:16
|
H A D | bdacca6f.0 | 65 AF:44:04:C2:41:7E:48:83:DB:4E:39:02:EC:EC:84:7A:E6:CE:C9:A4
|