Home
last modified time | relevance | path

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

/mbedtls-3.5.0/scripts/mbedtls_dev/
Dc_build_helper.py65 caller, header, argument
78 .format(caller))
126 caller=__name__, file_label='', argument
156 c_file, caller, header,
166 .format(caller, c_name))
Dtest_case.py88 caller: Optional[str] = None) -> None:
93 if caller is None:
94 caller = os.path.basename(sys.argv[0])
98 .format(caller))
/mbedtls-3.5.0/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md151 * must not call PSA (or must have a fallback) if their caller is not in the PSA domain and the PSA …
170 * Who's the ultimate caller — see [indirect knowledge](#indirect-knowledge) — which is not actually…
196 Here we try to answer the question: As a caller of RSA-PSS via `rsa.h`, how do I know whether it ca…
198 * For a caller in the legacy domain: if e.g. `MBEDTLS_SHA256_C` is enabled, then I want RSA-PSS to …
199 * For a caller in the PSA domain: if e.g. `PSA_WANT_ALG_SHA_256` is enabled, then I want RSA-PSS to…
200caller in the mixed domain: requirements depend on the caller. Whatever solution RSA has to determ…
/mbedtls-3.5.0/tests/scripts/
Dtest_psa_constant_names.py65 caller='test_psa_constant_names.py for {} values'.format(type_word),
/mbedtls-3.5.0/tests/suites/
Dtest_suite_dhm.function23 * DHM context by the caller). */
Dtest_suite_psa_crypto.function192 /* If setup failed, reproduce the failure, so that the caller can
224 /* If setup failed, reproduce the failure, so that the caller can
6652 * if the caller tries to read *signature_length bytes without
6797 * if the caller tries to read *signature_length bytes without
7944 * if the caller tries to read *signature_length bytes without
/mbedtls-3.5.0/docs/architecture/
Dpsa-crypto-implementation-structure.md46 * by the driver, finalization of the values to return to the caller,
/mbedtls-3.5.0/
DREADME.md281 * The API distinguishes caller memory from internal memory, which allows the library to be implemen…
DChangeLog428 length with 12, but did not inform the caller about it. Fixes #4301.
/mbedtls-3.5.0/docs/proposed/
Dpsa-driver-interface.md527 …ize recorded in the key attributes can be either a size specified by the caller of the API (who ma…
529 …cture such that `psa_get_key_bits(attributes)` is the size passed by the caller of `psa_import_key…
/mbedtls-3.5.0/docs/
D3.0-migration-guide.md108 returned, its caller returned an error `MBEDTLS_ERR_xxx_BAD_INPUT_DATA`.