Home
last modified time | relevance | path

Searched refs:entry_point (Results 1 – 6 of 6) sorted by relevance

/mbedtls-latest/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers_no_static.c.jinja53 {% macro entry_point_name(capability, entry_point, driver) -%}
54 {% if capability.name is defined and entry_point in capability.names.keys() -%}
55 {{ capability.names[entry_point]}}
57 {{driver.prefix}}_{{driver.type}}_{{entry_point}}
129 {% with entry_point = "export_public_key" -%}
198 {% with entry_point = "get_builtin_key" -%}
DOS-template-opaque.jinja4 * entry_point: the name of the entry point that this function dispatches to.
9 {% for capability in driver.capabilities if entry_point in capability.entry_points -%}
13 …return( {{ entry_point_name(capability, entry_point, driver) }}({{entry_point_param(driver) | inde…
DOS-template-transparent.jinja4 * entry_point: the name of the entry point that this function dispatches to.
9 {% for capability in driver.capabilities if entry_point in capability.entry_points -%}
12 status = {{ entry_point_name(capability, entry_point, driver) }}({{entry_point_param(driver) | inde…
Dpsa_crypto_driver_wrappers.h.jinja54 {% macro entry_point_name(capability, entry_point, driver) -%}
55 {% if capability.name is defined and entry_point in capability.names.keys() -%}
56 {{ capability.names[entry_point]}}
58 {{driver.prefix}}_{{driver.type}}_{{entry_point}}
847 {% with entry_point = "import_key" -%}
925 {% with entry_point = "export_key" -%}
987 {% with entry_point = "copy_key" -%}
/mbedtls-latest/programs/test/
Dmetatest.c381 void (*entry_point)(const char *name); member
467 p->entry_point(argv[1]); in main()
/mbedtls-latest/docs/architecture/
Dpsa-crypto-implementation-structure.md41 status = psa_driver_wrapper_<entry_point>( ... );
52 The implementations of `psa_driver_wrapper_<entry_point>` functions are generated by the build syst…
54 The psa_driver_wrapper_<entry_point>() functions dispatch cryptographic operations to accelerator d…