Home
last modified time | relevance | path

Searched refs:import_key (Results 1 – 11 of 11) sorted by relevance

/external/perfetto/src/trace_processor/prelude/functions/
Dimport.cc59 const char* import_key = in Run() local
62 std::string module_name = sql_modules::GetModuleName(import_key); in Run()
66 import_key); in Run()
68 auto module_file = module->import_key_to_file.Find(import_key); in Run()
71 import_key); in Run()
/external/perfetto/tools/
Dgen_stdlib_docs_json.py71 import_key = path.split(".sql")[0].replace("/", ".")
76 file_dict = {'import_key': import_key, **docs}
/external/perfetto/infra/perfetto.dev/src/
Dgen_stdlib_docs_md.py66 self.import_key = file_dict['import_key']
/external/perfetto/src/trace_processor/
Dtrace_processor_shell.cc1191 std::string import_key = in IncludeSqlModule() local
1194 .first->push_back({import_key, file_contents}); in IncludeSqlModule()
1228 std::string import_key = sql_modules::GetImportKey(path); in LoadOverridenStdlib() local
1229 std::string module = sql_modules::GetModuleName(import_key); in LoadOverridenStdlib()
1230 modules.Insert(module, {}).first->push_back({import_key, file_contents}); in LoadOverridenStdlib()
Dtrace_processor_impl.cc465 std::string import_key = sql_modules::GetImportKey(file_to_sql.path); in GetStdlibModules() local
466 std::string module = sql_modules::GetModuleName(import_key); in GetStdlibModules()
467 modules.Insert(module, {}).first->push_back({import_key, file_to_sql.sql}); in GetStdlibModules()
/external/mbedtls/docs/architecture/
Dpsa-crypto-implementation-structure.md73 …c operations. This RSA driver implements among other entry points the "import_key" entry point. Th…
/external/openthread/third_party/mbedtls/repo/docs/architecture/
Dpsa-crypto-implementation-structure.md73 …c operations. This RSA driver implements among other entry points the "import_key" entry point. Th…
/external/openthread/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md340 * For the `"import_key"` entry point, the input in the `data` buffer is either the export format or…
343 * The `"import_key"` entry point must determine or validate the key size and set `*bits` as describ…
349 The `"import_key"` entry point must determine or validate the key size.
353import_key"` entry point to process a call to `psa_import_key`, it passes an `attributes` structur…
355 * The core sets `*bits` to `psa_get_key_bits(attributes)` before calling the `"import_key"` entry p…
447 * [`"import_key"`](#key-import-with-transparent-drivers): called by `psa_import_key()`, only when i…
662 * `"import_key"`: called by `psa_import_key()`, or by `psa_copy_key()` when copying a key from anot…
960 …”](#driver-entry-points-for-key-management) states that the input to `"import_key"` can be an impl…
962 …y, but determining the bit-size of the key is part of the job of the `"import_key"` entry point. F…
/external/mbedtls/docs/proposed/
Dpsa-driver-interface.md347 * For the `"import_key"` entry point, the input in the `data` buffer is either the export format or…
350 * The `"import_key"` entry point must determine or validate the key size and set `*bits` as describ…
356 The `"import_key"` entry point must determine or validate the key size.
360import_key"` entry point to process a call to `psa_import_key`, it passes an `attributes` structur…
362 * The core sets `*bits` to `psa_get_key_bits(attributes)` before calling the `"import_key"` entry p…
454 * [`"import_key"`](#key-import-with-transparent-drivers): called by `psa_import_key()`, only when i…
669 * `"import_key"`: called by `psa_import_key()`, or by `psa_copy_key()` when copying a key from anot…
967 …”](#driver-entry-points-for-key-management) states that the input to `"import_key"` can be an impl…
969 …y, but determining the bit-size of the key is part of the job of the `"import_key"` entry point. F…
/external/mbedtls/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers.c.jinja609 {% with entry_point = "import_key" -%}
/external/mbedtls/
DChangeLog84 the following entry points: import_key, export_key, export_public_key,