Searched refs:entry_point (Results 1 – 6 of 6) sorted by relevance
53 {% 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" -%}
4 * 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…
4 * 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…
54 {% 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" -%}
381 void (*entry_point)(const char *name); member467 p->entry_point(argv[1]); in main()
41 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…