Home
last modified time | relevance | path

Searched refs:required (Results 1 – 25 of 51) sorted by relevance

123

/mbedtls-latest/tests/scripts/
Dgenerate_server9_bad_saltlen.py34 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)
Dtest_config_script.py159 dest='output_directory', required=True,
/mbedtls-latest/.github/
Dpull_request_template.md11 - [ ] **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/
Dasn1write.c32 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/
Dtest_suite_psa_crypto_memory.data4 PSA input buffer copy: copy buffer larger than required
19 PSA output buffer copy: output buffer larger than required
Dtest_suite_psa_crypto_util.function34 /* Test with an output buffer smaller than required (expexted to fail). */
42 /* Test with an output buffer larger/equal than required (expexted to
Dtest_suite_psa_crypto_slot_management.function208 * 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.
Dtest_suite_psa_crypto_persistent_key.function246 * thus reset them as required.
317 * thus reset them as required.
Dtest_suite_psa_crypto.function256 * 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 …]
Dtest_suite_psa_crypto_se_driver_hal.function591 * thus reset them as required.
778 * thus reset them as required.
1088 * thus reset them as required.
1451 * thus reset them as required.
Dtest_suite_gcm.function34 * 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/
Dpsa-driver-developer-guide.md33 * 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/
Dbasic.requirements.txt1 # Python modules required to build Mbed TLS in ordinary conditions.
Dabi_check.py568 required=True,
583 required=True,
/mbedtls-latest/docs/
Dpsa-driver-example-and-guide.md43 …- 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…
Duse-psa-crypto.md32 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/
DCONTRIBUTING.md35 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…
DREADME.md65 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…
DLICENSE148 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
DCMakeLists.txt30 # 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/
DCMakeLists.txt81 # Request C11, required for memory poisoning
/mbedtls-latest/ChangeLog.d/
D00README.md28 Until Mbed TLS 2.24.0, we required changelog entries in more cases.
/mbedtls-latest/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers_no_static.c.jinja72 /** Get the key buffer size required to store the key material of a key
/mbedtls-latest/tests/docker/bionic/
DDockerfile55 # Jinja2 is required for driver dispatch code generation.
/mbedtls-latest/docs/architecture/psa-migration/
Dtesting.md83 use of the old API, specific integrations test may be required

123