Searched refs:caller (Results 1 – 15 of 15) sorted by relevance
54 caller, header, argument67 .format(caller))115 caller=__name__, file_label='', argument145 c_file, caller, header,155 .format(caller, c_name))
77 caller: Optional[str] = None) -> None:82 if caller is None:83 caller = os.path.basename(sys.argv[0])87 .format(caller))
53 caller='test_psa_constant_names.py for {} values'.format(type_word),
207 * 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…256 …caller in the mixed domain: requirements depend on the caller. Whatever solution RSA has to determ…
259 …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…
23 * DHM context by the caller). */
196 /* If setup failed, reproduce the failure, so that the caller can228 /* If setup failed, reproduce the failure, so that the caller can7024 * if the caller tries to read *signature_length bytes without7169 * if the caller tries to read *signature_length bytes without8315 * if the caller tries to read *signature_length bytes without
46 * 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.
285 * The API distinguishes caller memory from internal memory, which allows the library to be implemen…
1009 length with 12, but did not inform the caller about it. Fixes #4301.
34 * 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…
108 returned, its caller returned an error `MBEDTLS_ERR_xxx_BAD_INPUT_DATA`.
2252 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller2256 # So in most cases it will be better to enable caller graphs for selected
791 …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…
3686 …data`). If it is not, error `NotCapable` is outputted to indicate to the caller that they need to …