Searched refs:argument (Results 1 – 25 of 35) sorted by relevance
12
497 def accept_test_case_line(self, function: str, argument: str) -> bool:499 undeclared = list(self.generate_undeclared_names(argument))505 def normalize_argument(argument: str) -> str:511 return re.sub(r',', r', ', re.sub(r' +', r'', argument))513 def add_test_case_line(self, function: str, argument: str) -> None:519 argument.startswith('PSA_ALG_KEY_AGREEMENT('):525 if self.accept_test_case_line(function, argument):527 s.add(self.normalize_argument(argument))
28 #define CHECK_DLERROR(function, argument) \ argument35 function, argument, CHECK_DLERROR_error); \
6 # We're ok with short funtion argument names.8 argument-rgx=[a-z_][a-z0-9_]*$75 # [unused-argument]
745 len argument is 0 and buffer is NULL.2223 matching the expected common name (the cn argument of2303 specified through the existing key_file argument. This allows the use of2307 argument.2350 f_rng argument. An attacker with access to precise enough timing and2372 NULL pointer argument. Contributed by Sander Visser in #3312.2690 * Calling mbedtls_ecdsa_write_signature() with NULL as the f_rng argument3314 when the request_size argument is set to 0 as stated in the documentation.4401 (see rename.pl and compat-1.3.h above) and their first argument's type4410 * mbedtls_ssl_conf_ca_chain() lost its last argument (peer_cn), now set[all …]
3 /* The printf test functions take a format argument from the test data28 void printf_int(char *format, /* any format expecting one int argument, e.g. "%d" */
340 mbedtls_mpi_mod_residue a = { NULL, 0 }; /* argument */390 mbedtls_mpi_mod_residue a = { NULL, 0 }; /* argument */
135 * The length_selector argument is interpreted as follows:
505 // initialise c and r from test argument
483 * \param argc Command line argument count.
243 …ameters work together in the following combinations, even though you can only specify one argument:245 - No argument specified: Defaults are used.246 - Setting `check-peer-cert` to `true`: Has the same effect as as omitting the argument, which is th…248 …ck-peer-cert` is `true`, and the `max-conn-attempts` value is the number specified in the argument.
86 …ied IPv6 address must be used. Using a multicast address for the \<ip\> argument is not supported.…
4 bugprone-argument-comment,
22 …ch subdirectory can be used as a value for the BBTC Commissioner `--cert_path` argument, if needed.28 Thread TCAT uses Elliptic Curve Cryptography (ECC), so we use the `ecparam` `openssl` argument to g…
52 …e a different TCAT Commissioner certificate (identity), use the `--cert_path` argument, as follows:
46 …n continue running cases once broken. You can also get help information with argument -h or --help.
24 - `--verbose[=num]`: Change log verbosity level (Repeatable). num argument is optional and value 1 …27 `spi-device-path` is a required argument since it indicates which SPI device to use. An example pat…
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
32 …on for driverlist.json and driver JSONS can be overloaded by passing an argument --json-dir while …
65 * SE driver is present, to avoid unused argument errors at compile time. */
219 # input argument.
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
54 …uring the execution of a library function that takes this context as an argument). (This is necess…
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 calling480 parameter with `NULL` as the value of this argument; this is no longer495 `f_rng` argument but must allow users to pass one anyway.
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.
267 # Get a list of the available platforms and output as a list to the 'arg_platforms' argument