Searched refs:arguments (Results 1 – 21 of 21) sorted by relevance
/mbedtls-latest/tests/scripts/ |
D | set_psa_test_dependencies.py | 124 def systematic_dependencies(file_name, function_name, arguments): argument 135 arguments[-1].startswith('PSA_ERROR_') and \ 136 arguments[-1] != ('PSA_ERROR_NOT_PERMITTED'): 137 arguments[-2] = '' 139 arguments[-1].startswith('PSA_ERROR_'): 140 arguments[-2] = '' 141 arguments[-3] = '' 151 for arg in arguments: 156 def updated_dependencies(file_name, function_name, arguments, dependencies): argument 165 automatic = systematic_dependencies(file_name, function_name, arguments) [all …]
|
/mbedtls-latest/tests/suites/ |
D | test_suite_bignum_random.data | 222 MPI random bad arguments: min < 0 225 MPI random bad arguments: min = N = 0 228 MPI random bad arguments: min = N = 1 231 MPI random bad arguments: min > N = 0 234 MPI random bad arguments: min > N = 1 237 MPI random bad arguments: min > N = 1, 0 limb in upper bound
|
D | main_test.function | 225 * \param argc Command line arguments count. 226 * \param argv Array of command line arguments.
|
D | helpers.function | 5 #include <test/arguments.h>
|
D | test_suite_cmac.data | 4 CMAC null arguments
|
D | test_suite_net.function | 113 /* In principle, mbedtls_net_poll() with valid arguments should succeed.
|
D | host_test.function | 62 " Command line arguments:\n" \ 563 /* Not an option, therefore treat all further arguments as the file
|
D | test_suite_ecp.function | 1503 /* Test null arguments: grp only */ 1509 /* Test null arguments: d only */ 1515 /* Test null arguments: Q only */
|
D | test_suite_md.data | 8 MD NULL/uninitialised arguments
|
D | test_suite_psa_crypto.data | 1647 PSA hash verify: bad arguments 1650 PSA hash finish: bad arguments
|
/mbedtls-latest/ |
D | .uncrustify.cfg | 16 # Allow splitting function calls between arguments 104 # (The case where the function has no parameters/arguments) 194 # No space between a function name and its arguments/parameters
|
D | ChangeLog | 342 * Passing buffers that are stored in untrusted memory as arguments 915 arguments, access uninitialized memory in some cases. Fixes #6700 (which 1992 the arguments being negative and the other being 0. Fixes #4643. 2204 * Fix a resource leak in a bad-arguments case of mbedtls_rsa_gen_key() 2361 * Add missing arguments of debug message in mbedtls_ssl_decrypt_buf. 3838 line arguments. 4052 arguments. Found by inestlerode. #557. 4282 * Fix documentation and implementation missmatch for function arguments of 4329 arguments where the same (in-place doubling). Found and fixed by Janos 4611 * The SSL debug callback gained two new arguments (file name, line number). [all …]
|
/mbedtls-latest/docs/architecture/ |
D | psa-crypto-implementation-structure.md | 26 * checking PSA API arguments and translating them into valid arguments for the necessary calls to t… 35 /* Pre driver interface call processing: validation of arguments, building 36 * of arguments for the call to the driver interface, ... */
|
D | psa-shared-memory.md | 6 … security architecture of systems where PSA API functions might receive arguments that are in memo… 21 …arguments (e.g. validation of key identifier ownership), and calls a PSA Crypto API function. This… 31 … API calls over RPC (remote procedure call) using shared memory for some input or output arguments; 216 …ll make a copy of the following buffers, so that drivers do not receive arguments that are in shar… 222 * A document shall explain the requirements on drivers for arguments whose access needs to be prote… 229 …tions of cryptographic mechanisms with arguments whose access needs to be protected shall protect … 293 …cates memory in a different pool. Test drivers check that needs-copying arguments are within the l… 403 Idea: call `mmap` to allocate memory for arguments and `mprotect` to deny or reenable access. Use `… 414 Idea: call `mmap` to allocate memory for arguments and `mprotect` to deny or reenable access. Use a…
|
/mbedtls-latest/scripts/data_files/ |
D | query_config.fmt | 100 * the macro MBEDTLS_EXPANSION_TO_STR is being invoked without arguments as
|
/mbedtls-latest/docs/ |
D | psa-driver-example-and-guide.md | 80 …er wrapper function. The purpose of the entry point function is to take arguments in PSA format fo… 83 * `PSA_ERROR_NOT_SUPPORTED`: Input arguments are correct, but the driver does not support the opera…
|
D | 3.0-migration-guide.md | 15 …tion signatures, e.g. adding return codes, adding extra parameters, or making some arguments const. 115 checks for enum-like arguments will be kept or re-introduced on a case-by-case 359 RSA verification functions also no longer take random generator arguments (this
|
D | psa-transition.md | 36 … be based on the selected algorithm, whereas in the PSA API, all buffer arguments have a well-defi…
|
/mbedtls-latest/docs/architecture/testing/ |
D | driver-interface-test-strategy.md | 33 * Test `psa_register_se_driver` with valid and with invalid arguments.
|
/mbedtls-latest/docs/architecture/psa-migration/ |
D | psa-limitations.md | 330 strong security arguments, so it's unclear whether it would be accepted.
|
/mbedtls-latest/docs/proposed/ |
D | psa-driver-interface.md | 152 …wildcard policy defined by the PSA Cryptography API. If the macro takes arguments, the string must…
|