Home
last modified time | relevance | path

Searched refs:capability (Results 1 – 13 of 13) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_templates/
DOS-template-opaque.jinja9 {% for capability in driver.capabilities if entry_point in capability.entry_points -%}
10 #if ({% if capability['mbedtls/c_condition'] is defined -%}{{ capability['mbedtls/c_condition'] }} …
13 …return( {{ entry_point_name(capability, entry_point, driver) }}({{entry_point_param(driver) | inde…
DOS-template-transparent.jinja9 {% for capability in driver.capabilities if entry_point in capability.entry_points -%}
10 #if ({% if capability['mbedtls/c_condition'] is defined -%}{{ capability['mbedtls/c_condition'] }} …
12 status = {{ entry_point_name(capability, entry_point, driver) }}({{entry_point_param(driver) | inde…
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]}}
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]}}
/openthread-latest/tools/cp-caps/
DCHANGE_LOG.md1 # Co-processor capability test change logs (Sorted per date)
/openthread-latest/src/lib/spinel/
Dspinel_driver.cpp394 unsigned int capability; in HandleInitialFrame() local
396 …npacked = spinel_datatype_unpack(capsData, capsLength, SPINEL_DATATYPE_UINT_PACKED_S, &capability); in HandleInitialFrame()
399 SuccessOrExit(error = mCoprocessorCaps.PushBack(capability)); in HandleInitialFrame()
Dlogger.cpp374 unsigned int capability; in LogSpinelFrame() local
380 … unpacked = spinel_datatype_unpack(data, len, SPINEL_DATATYPE_UINT_PACKED_S, &capability); in LogSpinelFrame()
384 … Snprintf(start, static_cast<uint32_t>(end - start), "%s ", spinel_capability_to_cstr(capability)); in LogSpinelFrame()
Dspinel.c1584 const char *spinel_capability_to_cstr(spinel_capability_t capability) in spinel_capability_to_cstr() argument
1653 return spinel_to_cstr(spinel_cap_cstr, capability); in spinel_capability_to_cstr()
Dspinel.h5153 SPINEL_API_EXTERN const char *spinel_capability_to_cstr(spinel_capability_t capability);
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md77 …his prefix unless overridden with a `"name"` element in the applicable capability as described bel…
80 * `"capabilities"` (mandatory, array of [capabilities](#driver-description-capability)).
81 A list of **capabilities**. Each capability describes a family of functions that the driver impleme…
86 ### Driver description capability
90 A capability declares a family of functions that the driver implements for a certain class of crypt…
92 A capability is a JSON object containing the following properties:
94 …unction defined by the driver. If specified, the core will invoke this capability of the driver on…
95 … invoke this capability of the driver only when performing one of the specified algorithms. If omi…
96 …is capability of the driver only for operations involving a key with one of the specified key type…
97 …is capability of the driver only for operations involving a key with one of the specified key size…
[all …]
Dpsa-conditional-inclusion-c.md197 For PSA Crypto, the preferred configuration mechanism would be similar to capability specifications…
201 The JSON capability language allows a more fine-grained selection than the C mechanism proposed her…
203capability language can be translated approximately to the boolean symbol mechanism proposed here.…
205 …to a list of JSON capabilities: for each included algorithm, include a capability with that algori…
/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp614 unsigned int capability; in IsSpinelCapabilitySupported() local
617 …acked = spinel_datatype_unpack(aCapsData, aCapsLength, SPINEL_DATATYPE_UINT_PACKED_S, &capability); in IsSpinelCapabilitySupported()
619 VerifyOrExit(capability != aCapability, ret = true); in IsSpinelCapabilitySupported()
/openthread-latest/src/cli/
DREADME.md3151 …cal Network Data. Note: For the Thread 1.2 border router with backbone capability, the local Domai…