Searched refs:required (Results 1 – 25 of 51) sorted by relevance
123
/mbedtls-latest/tests/scripts/ |
D | generate_server9_bad_saltlen.py | 34 parser.add_argument('--ca-name', type=str, required=True, 37 required=True, help='CA key file password') 38 parser.add_argument('--csr', type=str, required=True, 41 required=True, help='X905 v3 extension config file') 43 required=True, help='Announced salt length') 45 required=True, help='Actual salt length') 46 parser.add_argument('--output', type=str, required=True)
|
D | test_config_script.py | 159 dest='output_directory', required=True,
|
/mbedtls-latest/.github/ |
D | pull_request_template.md | 11 - [ ] **changelog** provided, or not required 12 - [ ] **3.6 backport** done, or not required 13 - [ ] **2.28 backport** done, or not required 14 - [ ] **tests** provided, or not required
|
/mbedtls-latest/library/ |
D | asn1write.c | 32 int required = 1; in mbedtls_asn1_write_len() local 36 required++; in mbedtls_asn1_write_len() 40 if (required > (*p - start)) { in mbedtls_asn1_write_len() 49 if (required > 1) { in mbedtls_asn1_write_len() 50 *--(*p) = (unsigned char) (0x80 + required - 1); in mbedtls_asn1_write_len() 53 return required; in mbedtls_asn1_write_len()
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_memory.data | 4 PSA input buffer copy: copy buffer larger than required 19 PSA output buffer copy: output buffer larger than required
|
D | test_suite_psa_crypto_util.function | 34 /* Test with an output buffer smaller than required (expexted to fail). */ 42 /* Test with an output buffer larger/equal than required (expexted to
|
D | test_suite_psa_crypto_slot_management.function | 208 * thus reset them as required. 361 * thus reset them as required. 437 * thus reset them as required. 620 * psa_get_key_attributes() thus reset them as required. 731 * thus reset them as required. 814 * thus reset them as required. 1176 * thus reset them as required.
|
D | test_suite_psa_crypto_persistent_key.function | 246 * thus reset them as required. 317 * thus reset them as required.
|
D | test_suite_psa_crypto.function | 256 * thus reset them as required. 1405 * reset them as required. */ 1492 * thus reset them as required. 1573 * thus reset them as required. 1633 * thus reset them as required. 1690 * thus reset them as required. 1853 * thus reset them as required. 1916 * thus reset them as required. 2037 * thus reset them as required. 2083 * thus reset them as required. [all …]
|
D | test_suite_psa_crypto_se_driver_hal.function | 591 * thus reset them as required. 778 * thus reset them as required. 1088 * thus reset them as required. 1451 * thus reset them as required.
|
D | test_suite_gcm.function | 34 * tries to write beyond the advertised required buffer size, this will 88 * tries to write beyond the advertised required buffer size, this will
|
/mbedtls-latest/docs/proposed/ |
D | psa-driver-developer-guide.md | 33 * C header files defining the types required by the driver description. The names of these header f… 34 * An object file compiled for the target platform defining the functions required by the driver des…
|
/mbedtls-latest/scripts/ |
D | basic.requirements.txt | 1 # Python modules required to build Mbed TLS in ordinary conditions.
|
D | abi_check.py | 568 required=True, 583 required=True,
|
/mbedtls-latest/docs/ |
D | psa-driver-example-and-guide.md | 43 …- C header files defining the types required by the driver description. The names of these header … 44 …- An object file compiled for the target platform defining the functions required by the driver de… 46 …les/driver_jsons/mbedtls_test_transparent_driver.json). The header file required by the driver des… 67 **3. Conditionally include header files required by the driver** 68 Include any header files required by the driver in `psa_crypto_driver_wrappers.h`, placing the `#in…
|
D | use-psa-crypto.md | 32 PSA Crypto but you're not required to call `psa_crypto_init()` before calling 134 is enabled, no change required on the application side.
|
/mbedtls-latest/ |
D | CONTRIBUTING.md | 35 To minimise such disruption to users, where a change to the interface is required, all changes to t… 49 1. If a contribution is a new feature or enhancement, no backporting is required. Exceptions to thi… 95 When contributing code to us, the committer and all authors are required to make the submission und…
|
D | README.md | 65 The following tools are required: 79 …piling, running `make` with any target, or just `make`, will automatically generate required files. 80 * On non-Windows systems, when not cross-compiling, CMake will generate the required files automati… 253 Instead of manually installing the required versions of all tools required for testing, it is possi…
|
D | LICENSE | 148 except as required for reasonable and customary use in describing the 151 7. Disclaimer of Warranty. Unless required by applicable law or 163 unless required by applicable law (such as deliberate and grossly 205 Unless required by applicable law or agreed to in writing, software 326 the Program is not required to print an announcement.) 394 5. You are not required to accept this License, since you have not
|
D | CMakeLists.txt | 30 # Setting this policy is required in CMake >= 3.18.0, otherwise a warning is generated. The OLD 34 # Setting the CMP0012 policy to NEW is required for FindPython3 to work with CMake 3.18.2 35 # (there is a bug in this particular version), otherwise, setting the CMP0012 policy is required
|
/mbedtls-latest/programs/test/ |
D | CMakeLists.txt | 81 # Request C11, required for memory poisoning
|
/mbedtls-latest/ChangeLog.d/ |
D | 00README.md | 28 Until Mbed TLS 2.24.0, we required changelog entries in more cases.
|
/mbedtls-latest/scripts/data_files/driver_templates/ |
D | psa_crypto_driver_wrappers_no_static.c.jinja | 72 /** Get the key buffer size required to store the key material of a key
|
/mbedtls-latest/tests/docker/bionic/ |
D | Dockerfile | 55 # Jinja2 is required for driver dispatch code generation.
|
/mbedtls-latest/docs/architecture/psa-migration/ |
D | testing.md | 83 use of the old API, specific integrations test may be required
|
123