Searched refs:caller (Results 1 – 11 of 11) sorted by relevance
65 caller, header, argument78 .format(caller))126 caller=__name__, file_label='', argument156 c_file, caller, header,166 .format(caller, c_name))
88 caller: Optional[str] = None) -> None:93 if caller is None:94 caller = os.path.basename(sys.argv[0])98 .format(caller))
151 * 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…200 …caller in the mixed domain: requirements depend on the caller. Whatever solution RSA has to determ…
65 caller='test_psa_constant_names.py for {} values'.format(type_word),
23 * DHM context by the caller). */
192 /* If setup failed, reproduce the failure, so that the caller can224 /* If setup failed, reproduce the failure, so that the caller can6652 * if the caller tries to read *signature_length bytes without6797 * if the caller tries to read *signature_length bytes without7944 * if the caller tries to read *signature_length bytes without
46 * by the driver, finalization of the values to return to the caller,
281 * The API distinguishes caller memory from internal memory, which allows the library to be implemen…
428 length with 12, but did not inform the caller about it. Fixes #4301.
527 …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…
108 returned, its caller returned an error `MBEDTLS_ERR_xxx_BAD_INPUT_DATA`.