Home
last modified time | relevance | path

Searched refs:EC (Results 1 – 25 of 141) sorted by relevance

123456

/aosp12/frameworks/compile/slang/
H A Dslang.cpp134 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 Dllvm-rs-as.cpp88 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 Dslang_rs_reflect_utils.cpp265 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 Dbcc_strip_attr.cpp133 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 DBitcodeReader.cpp364 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 Ddebug_key.pem1 -----BEGIN EC PRIVATE KEY-----
5 -----END EC PRIVATE KEY-----
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp602 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 DBitcodeTranslator.cpp146 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 Dtypes.hal160 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 DAlgorithm.aidl32 EC = 3, enumConstant
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
H A DAlgorithm.aidl39 EC = 3, enumConstant
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
H A DAlgorithm.aidl39 EC = 3, enumConstant
/aosp12/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
H A DAlgorithm.aidl29 EC = 3, enumConstant
/aosp12/hardware/interfaces/security/keymint/aidl/vts/performance/
H A DKeyMintBenchmark.cpp116 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 Dlibnfc-nxp-PN547C2_example.conf122 A0, EC, 01, 01,
H A Dlibnfc-nxp-PN65T_example.conf123 A0, EC, 01, 01,
H A Dlibnfc-nxp-PN551_example.conf131 A0, EC, 01, 01,
H A Dlibnfc-nxp-PN548AD_example.conf145 A0, EC, 01, 01,
H A Dlibnfc-nxp-PN80T_example_NCI2_0.conf129 A0, EC, 01, 01,
H A Dlibnfc-nxp-PN66T_example.conf145 A0, EC, 01, 01,
H A Dlibnfc-nxp-PN81B_example_NCI2_0.conf138 A0, EC, 01, 01,
/aosp12/hardware/interfaces/keymaster/4.0/vts/performance/
H A DBenchmark.cpp368 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 Dauthorization_set.cpp125 Authorization(TAG_ALGORITHM, Algorithm::EC); in EcdsaKey()
131 Authorization(TAG_ALGORITHM, Algorithm::EC); in EcdsaKey()
/aosp12/system/ca-certificates/files/
H A Dfd08c599.061 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 Dbdacca6f.065 AF:44:04:C2:41:7E:48:83:DB:4E:39:02:EC:EC:84:7A:E6:CE:C9:A4

123456