Home
last modified time | relevance | path

Searched refs:caller (Results 1 – 15 of 15) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dc_build_helper.py54 caller, header, argument
67 .format(caller))
115 caller=__name__, file_label='', argument
145 c_file, caller, header,
155 .format(caller, c_name))
Dtest_case.py77 caller: Optional[str] = None) -> None:
82 if caller is None:
83 caller = os.path.basename(sys.argv[0])
87 .format(caller))
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dtest_psa_constant_names.py53 caller='test_psa_constant_names.py for {} values'.format(type_word),
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md207 * must not call PSA (or must have a fallback) if their caller is not in the PSA domain and the PSA …
226 * Who's the ultimate caller — see [indirect knowledge](#indirect-knowledge) — which is not actually…
252 Here we try to answer the question: As a caller of RSA-PSS via `rsa.h`, how do I know whether it ca…
254 * For a caller in the legacy domain: if e.g. `MBEDTLS_SHA256_C` is enabled, then I want RSA-PSS to …
255 * For a caller in the PSA domain: if e.g. `PSA_WANT_ALG_SHA_256` is enabled, then I want RSA-PSS to…
256caller in the mixed domain: requirements depend on the caller. Whatever solution RSA has to determ…
Dpsa-legacy-bridges.md259 …populate a `psa_key_attributes_t` with a sensible default. This lets the caller choose a more flex…
261 …ideration that a PSA key has exactly two algorithms, and also allows the caller to benefit from de…
343 …/mbedtls/pull/8681#discussion_r1445980971), and it isn't a burden on the caller because the inform…
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_dhm.function23 * DHM context by the caller). */
Dtest_suite_psa_crypto.function196 /* If setup failed, reproduce the failure, so that the caller can
228 /* If setup failed, reproduce the failure, so that the caller can
7024 * if the caller tries to read *signature_length bytes without
7169 * if the caller tries to read *signature_length bytes without
8315 * if the caller tries to read *signature_length bytes without
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-crypto-implementation-structure.md46 * by the driver, finalization of the values to return to the caller,
150 …tate, for example the state of multipart operations, is kept in structures allocated by the caller.
/openthread-latest/third_party/mbedtls/repo/
DREADME.md285 * The API distinguishes caller memory from internal memory, which allows the library to be implemen…
DChangeLog1009 length with 12, but did not inform the caller about it. Fixes #4301.
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md34 * Mbed TLS APIs are traditionally very transparent: the caller can access internal fields of operat…
36 … not follow. For example, many legacy cryptography functions require the caller to know how large …
1206 …get_bitlen`, `mbedtls_dhm_get_len` and `mbedtls_dhm_get_value` allow the caller to obtain metadata…
D3.0-migration-guide.md108 returned, its caller returned an error `MBEDTLS_ERR_xxx_BAD_INPUT_DATA`.
/openthread-latest/doc/
DDoxyfile.in2252 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2256 # So in most cases it will be better to enable caller graphs for selected
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md791 …ize recorded in the key attributes can be either a size specified by the caller of the API (who ma…
793 …cture such that `psa_get_key_bits(attributes)` is the size passed by the caller of `psa_import_key…
/openthread-latest/src/cli/
DREADME.md3686 …data`). If it is not, error `NotCapable` is outputted to indicate to the caller that they need to …