Searched refs:capability (Results 1 – 13 of 13) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_templates/ |
D | OS-template-opaque.jinja | 9 {% 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…
|
D | OS-template-transparent.jinja | 9 {% 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…
|
D | psa_crypto_driver_wrappers_no_static.c.jinja | 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]}}
|
D | psa_crypto_driver_wrappers.h.jinja | 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]}}
|
/openthread-latest/tools/cp-caps/ |
D | CHANGE_LOG.md | 1 # Co-processor capability test change logs (Sorted per date)
|
/openthread-latest/src/lib/spinel/ |
D | spinel_driver.cpp | 394 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()
|
D | logger.cpp | 374 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()
|
D | spinel.c | 1584 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()
|
D | spinel.h | 5153 SPINEL_API_EXTERN const char *spinel_capability_to_cstr(spinel_capability_t capability);
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 77 …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 …]
|
D | psa-conditional-inclusion-c.md | 197 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… 203 …capability 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/ |
D | rcp_caps_diag.cpp | 614 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/ |
D | README.md | 3151 …cal Network Data. Note: For the Thread 1.2 border router with backbone capability, the local Domai…
|