Home
last modified time | relevance | path

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

/mbedtls-3.4.0/scripts/mbedtls_dev/
Dmacro_collector.py508 def accept_test_case_line(self, function: str, argument: str) -> bool:
510 undeclared = list(self.generate_undeclared_names(argument))
516 def normalize_argument(argument: str) -> str:
522 return re.sub(r',', r', ', re.sub(r' +', r'', argument))
524 def add_test_case_line(self, function: str, argument: str) -> None:
530 argument.startswith('PSA_ALG_KEY_AGREEMENT('):
536 if self.accept_test_case_line(function, argument):
538 s.add(self.normalize_argument(argument))
/mbedtls-3.4.0/programs/test/
Ddlopen.c40 #define CHECK_DLERROR( function, argument ) \ argument
47 function, argument, CHECK_DLERROR_error ); \
/mbedtls-3.4.0/
D.pylintrc5 # We're ok with short funtion argument names.
7 argument-rgx=[a-z_][a-z0-9_]*$
74 # [unused-argument]
DChangeLog1430 matching the expected common name (the cn argument of
1510 specified through the existing key_file argument. This allows the use of
1514 argument.
1557 f_rng argument. An attacker with access to precise enough timing and
1579 NULL pointer argument. Contributed by Sander Visser in #3312.
1897 * Calling mbedtls_ecdsa_write_signature() with NULL as the f_rng argument
2521 when the request_size argument is set to 0 as stated in the documentation.
3608 (see rename.pl and compat-1.3.h above) and their first argument's type
3617 * mbedtls_ssl_conf_ca_chain() lost its last argument (peer_cn), now set
3643 * ecdsa_write_signature() gained an additional md_alg argument and
[all …]
/mbedtls-3.4.0/docs/architecture/psa-migration/
Dpsa-limitations.md103 - encoding hash = MGF1 hash (from context, or argument = message hash)
107 - encoding hash = MGF1 hash (from context, or argument = message hash)
111 - encoding hash = MGF1 hash (from context, or argument = message hash)
115 - encoding hash = MGF1 hash from dedicated argument
/mbedtls-3.4.0/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.md150 …d each argument must be an algorithm specification or a decimal or hexadecimal literal with no suf…
164 …yptography API. If the macro takes an argument, the string must have the syntax of a C macro call …
910 …r them to declare functions. The core knows what the function names and argument types are, so it …
/mbedtls-3.4.0/tests/
DCMakeLists.txt169 # input argument.
/mbedtls-3.4.0/docs/architecture/
Dalternative-implementations.md54 …uring the execution of a library function that takes this context as an argument). (This is necess…
/mbedtls-3.4.0/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.
/mbedtls-3.4.0/tests/suites/
Dtest_suite_pk.function1321 /* See the description of pk_genkey() for the description of the `parameter` argument. */
1362 …/* See the description of mbedtls_rsa_gen_key() for the description of the `parameter` argument. */
Dhost_test.function498 * \param argc Command line argument count.
Dtest_suite_psa_crypto.data6329 PSA generate key: raw data, 0 bits: invalid argument
6333 PSA generate key: raw data, 7 bits: invalid argument
6339 PSA generate key: raw data, 9 bits: invalid argument
Dtest_suite_ssl.function4022 * The length_selector argument is interpreted as follows:
/mbedtls-3.4.0/docs/architecture/testing/
Dinvasive-testing.md69 …the function should generally not modify its parameters, so any pointer argument should be const. …
/mbedtls-3.4.0/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers.c.jinja78 * SE driver is present, to avoid unused argument errors at compile time. */