Searched refs:argument (Results 1 – 24 of 24) sorted by relevance
/mbedtls-latest/ |
D | .pylintrc | 6 # We're ok with short funtion argument names. 8 argument-rgx=[a-z_][a-z0-9_]*$ 75 # [unused-argument]
|
D | ChangeLog | 940 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/ |
D | dlopen.c | 28 #define CHECK_DLERROR(function, argument) \ argument 35 function, argument, CHECK_DLERROR_error); \
|
/mbedtls-latest/tests/suites/ |
D | test_suite_platform_printf.function | 3 /* 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" */
|
D | test_suite_bignum_mod.function | 340 mbedtls_mpi_mod_residue a = { NULL, 0 }; /* argument */ 390 mbedtls_mpi_mod_residue a = { NULL, 0 }; /* argument */
|
D | test_suite_ssl_decrypt.function | 135 * The length_selector argument is interpreted as follows:
|
D | test_suite_ctr_drbg.function | 506 // initialise c and r from test argument
|
D | host_test.function | 483 * \param argc Command line argument count.
|
D | test_suite_psa_crypto.data | 7403 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/ |
D | psa-limitations.md | 114 - 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
|
D | psa-legacy-bridges.md | 190 …ically, or do we provide conversion functions that take an algorithm as argument and just happen t…
|
D | md-cipher-dispatch.md | 140 `mbedtls_cipher_type_t` as an argument, no documented restriction.
|
/mbedtls-latest/docs/proposed/ |
D | psa-driver-wrappers-codegen-migration-guide.md | 32 …on for driverlist.json and driver JSONS can be overloaded by passing an argument --json-dir while …
|
D | psa-driver-interface.md | 152 …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/ |
D | psa_crypto_driver_wrappers_no_static.c.jinja | 65 * SE driver is present, to avoid unused argument errors at compile time. */
|
D | psa_crypto_driver_wrappers.h.jinja | 66 * SE driver is present, to avoid unused argument errors at compile time. */
|
/mbedtls-latest/docs/architecture/ |
D | psa-shared-memory.md | 39 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
|
D | alternative-implementations.md | 54 …uring the execution of a library function that takes this context as an argument). (This is necess…
|
D | psa-storage-resilience.md | 492 …t()` or `psa_its_remove()` also calls a test hook, passing the file UID as an argument to the hook.
|
/mbedtls-latest/tests/ |
D | CMakeLists.txt | 270 # input argument.
|
/mbedtls-latest/docs/ |
D | 3.0-migration-guide.md | 102 - 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.
|
D | psa-transition.md | 37 …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.
|
D | psa-driver-example-and-guide.md | 154 …nterface between Mbed TLS and p256-m; converting between PSA and p256-m argument formats and perfo…
|
/mbedtls-latest/docs/architecture/testing/ |
D | invasive-testing.md | 69 …the function should generally not modify its parameters, so any pointer argument should be const. …
|