Searched refs:caller (Results 1 – 11 of 11) sorted by relevance
/mbedtls-development/scripts/mbedtls_dev/ |
A D | c_build_helper.py | 65 caller, header, argument 78 .format(caller)) 95 caller=__name__, file_label='', argument 125 c_file, caller, header, 151 .format(caller, c_name))
|
A D | test_case.py | 88 caller: Optional[str] = None) -> None: 93 if caller is None: 94 caller = os.path.basename(sys.argv[0]) 97 .format(caller))
|
/mbedtls-development/tests/scripts/ |
A D | test_psa_constant_names.py | 65 caller='test_psa_constant_names.py for {} values'.format(type_word),
|
/mbedtls-development/tests/suites/ |
A D | test_suite_dhm.function | 23 * DHM context by the caller). */
|
A D | test_suite_psa_crypto.function | 160 /* If setup failed, reproduce the failure, so that the caller can 193 /* If setup failed, reproduce the failure, so that the caller can 5128 * if the caller tries to read *signature_length bytes without 5363 * if the caller tries to read *signature_length bytes without
|
A D | test_suite_ssl.function | 374 * caller knows what portion of the message can be dropped.
|
/mbedtls-development/docs/architecture/ |
A D | psa-crypto-implementation-structure.md | 46 * by the driver, finalization of the values to return to the caller,
|
/mbedtls-development/ |
A D | README.md | 263 * The API distinguishes caller memory from internal memory, which allows the library to be implemen…
|
/mbedtls-development/doxygen/ |
A D | mbedtls.doxyfile | 1813 # doxygen will generate a caller dependency graph for every global function 1815 # the time of a run. So in most cases it will be better to enable caller
|
/mbedtls-development/docs/proposed/ |
A D | psa-driver-interface.md | 354 …ize recorded in the key attributes can be either a size specified by the caller of the API (who ma… 356 …cture such that `psa_get_key_bits(attributes)` is the size passed by the caller of `psa_import_key…
|
/mbedtls-development/docs/ |
A D | 3.0-migration-guide.md | 87 returned, its caller returned an error `MBEDTLS_ERR_xxx_BAD_INPUT_DATA`.
|
Completed in 51 milliseconds