Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 24 of 24) sorted by relevance

/mbedtls-latest/
D.pylintrc6 # We're ok with short funtion argument names.
8 argument-rgx=[a-z_][a-z0-9_]*$
75 # [unused-argument]
DChangeLog940 len argument is 0 and buffer is NULL.
2418 matching the expected common name (the cn argument of
2498 specified through the existing key_file argument. This allows the use of
2502 argument.
2545 f_rng argument. An attacker with access to precise enough timing and
2567 NULL pointer argument. Contributed by Sander Visser in #3312.
2885 * Calling mbedtls_ecdsa_write_signature() with NULL as the f_rng argument
3509 when the request_size argument is set to 0 as stated in the documentation.
4596 (see rename.pl and compat-1.3.h above) and their first argument's type
4605 * mbedtls_ssl_conf_ca_chain() lost its last argument (peer_cn), now set
[all …]
/mbedtls-latest/programs/test/
Ddlopen.c28 #define CHECK_DLERROR(function, argument) \ argument
35 function, argument, CHECK_DLERROR_error); \
/mbedtls-latest/tests/suites/
Dtest_suite_platform_printf.function3 /* The printf test functions take a format argument from the test data
28 void printf_int(char *format, /* any format expecting one int argument, e.g. "%d" */
Dtest_suite_bignum_mod.function340 mbedtls_mpi_mod_residue a = { NULL, 0 }; /* argument */
390 mbedtls_mpi_mod_residue a = { NULL, 0 }; /* argument */
Dtest_suite_ssl_decrypt.function135 * The length_selector argument is interpreted as follows:
Dtest_suite_ctr_drbg.function506 // initialise c and r from test argument
Dhost_test.function483 * \param argc Command line argument count.
Dtest_suite_psa_crypto.data7403 PSA generate key: raw data, 0 bits: invalid argument
7407 PSA generate key: raw data, 7 bits: invalid argument
7413 PSA generate key: raw data, 9 bits: invalid argument
7640 PSA concurrent key generation: raw data, 0 bits: invalid argument
7645 PSA concurrent key generation: raw data, 7 bits: invalid argument
7653 PSA concurrent key generation- raw data, 9 bits: invalid argument
/mbedtls-latest/docs/architecture/psa-migration/
Dpsa-limitations.md114 - encoding hash = MGF1 hash (from context, or argument = message hash)
118 - encoding hash = MGF1 hash (from context, or argument = message hash)
122 - encoding hash = MGF1 hash (from context, or argument = message hash)
126 - encoding hash = MGF1 hash from dedicated argument
Dpsa-legacy-bridges.md190 …ically, or do we provide conversion functions that take an algorithm as argument and just happen t…
Dmd-cipher-dispatch.md140 `mbedtls_cipher_type_t` as an argument, no documented restriction.
/mbedtls-latest/docs/proposed/
Dpsa-driver-wrappers-codegen-migration-guide.md32 …on for driverlist.json and driver JSONS can be overloaded by passing an argument --json-dir while …
Dpsa-driver-interface.md152 …d each argument must be an algorithm specification or a decimal or hexadecimal literal with no suf…
166 …yptography API. If the macro takes an argument, the string must have the syntax of a C macro call …
351 A driver receiving an argument that points to a `psa_crypto_driver_key_derivation_inputs_t` can ret…
627 A driver receiving an argument that points to a `psa_crypto_driver_pake_inputs_t` can retrieve its …
1343 …r them to declare functions. The core knows what the function names and argument types are, so it …
/mbedtls-latest/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers_no_static.c.jinja65 * SE driver is present, to avoid unused argument errors at compile time. */
Dpsa_crypto_driver_wrappers.h.jinja66 * SE driver is present, to avoid unused argument errors at compile time. */
/mbedtls-latest/docs/architecture/
Dpsa-shared-memory.md39 If an input argument is in shared memory, there is a risk of a **read-read inconsistency**:
54 If an output argument is in shared memory, there is a risk of a **write-read inconsistency**:
66 If an output argument is in shared memory, there is a risk of a **write-write disclosure**:
78 If a function both has an input argument and an output argument in shared memory, and processes its…
138 … a consequence, Mbed TLS will not offer this configurability unless there is a compelling argument.
488 ## Analysis of argument protection in built-in drivers
Dalternative-implementations.md54 …uring the execution of a library function that takes this context as an argument). (This is necess…
Dpsa-storage-resilience.md492 …t()` or `psa_its_remove()` also calls a test hook, passing the file UID as an argument to the hook.
/mbedtls-latest/tests/
DCMakeLists.txt270 # input argument.
/mbedtls-latest/docs/
D3.0-migration-guide.md102 - In some functions that take an enum-like argument, “parameter validation”
294 the `MBEDTLS_RSA_PUBLIC` or `MBEDTLS_RSA_PRIVATE` argument. If you were calling
480 parameter with `NULL` as the value of this argument; this is no longer
495 `f_rng` argument but must allow users to pass one anyway.
Dpsa-transition.md37 …random generator argument where needed. This has historically been problematic with functions that…
185 …hms, there is a `PSA_WANT_` symbol both for the main macro and for each argument. For example, to …
267 …e of the operation and the choice of a specific algorithm comes from an argument. There is no spec…
601 …PAND) with the [hash algorithm](#hash-mechanism-selection) passed as an argument. For example `PSA…
638 …s of the PSA crypto API and the mbedtls API and you need to pass an RNG argument to a legacy or X.…
640 …elopment/api/file/psa__util_8h/#_CPPv422mbedtls_psa_get_randomPvPh6size_t) as the `f_rng` argument;
641 …ects/api/en/development/api/file/psa__util_8h/#c.MBEDTLS_PSA_RANDOM_STATE) as the `p_rng` argument.
1013 …h to `xxx_ext` legacy functions or using a legacy function that does not have a `saltlen` argument.
1015 …h to `xxx_ext` legacy functions or using a legacy function that does not have a `saltlen` argument.
Dpsa-driver-example-and-guide.md154 …nterface between Mbed TLS and p256-m; converting between PSA and p256-m argument formats and perfo…
/mbedtls-latest/docs/architecture/testing/
Dinvasive-testing.md69 …the function should generally not modify its parameters, so any pointer argument should be const. …