Home
last modified time | relevance | path

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

12

/mbedtls-development/tests/scripts/
A Dgenerate_test_code.py1081 required=True)
1087 required=True)
1093 required=True)
1099 required=True)
1105 required=True)
1111 required=True)
1117 required=True)
A Dtest_config_script.py170 dest='output_directory', required=True,
A Dtest_zeroize.gdb12 # Unless required by applicable law or agreed to in writing, software
/mbedtls-development/scripts/data_files/
A Dversion_features.fmt13 * Unless required by applicable law or agreed to in writing, software
A Derror.fmt13 * Unless required by applicable law or agreed to in writing, software
A Dquery_config.fmt13 * Unless required by applicable law or agreed to in writing, software
/mbedtls-development/docs/proposed/
A Dpsa-driver-developer-guide.md32 * C header files defining the types required by the driver description. The names of these header f…
33 * An object file compiled for the target platform defining the functions required by the driver des…
/mbedtls-development/programs/test/
A Dgenerate_cpp_dummy_build.sh52 * Unless required by applicable law or agreed to in writing, software
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_slot_management.function187 * thus reset them as required.
342 * thus reset them as required.
416 * thus reset them as required.
607 * psa_get_key_attributes() thus reset them as required.
722 * thus reset them as required.
812 * thus reset them as required.
1053 * thus reset them as required.
A Dtest_suite_psa_crypto_persistent_key.function244 * thus reset them as required.
317 * thus reset them as required.
A Dtest_suite_gcm.function34 * tries to write beyond the advertised required buffer size, this will
89 * tries to write beyond the advertised required buffer size, this will
A Dtest_suite_psa_crypto.function244 * thus reset them as required.
652 * thus reset them as required.
696 * thus reset them as required.
751 * thus reset them as required.
899 * thus reset them as required.
963 * thus reset them as required.
1011 * thus reset them as required.
1057 * thus reset them as required.
1357 * thus reset them as required.
1574 * thus reset them as required.
[all …]
A Dtest_suite_dhm.function40 * permitted but not required by RFC 5246 \S4.4. */
A Dtest_suite_psa_crypto_se_driver_hal.function582 * thus reset them as required.
763 * thus reset them as required.
1066 * thus reset them as required.
1423 * thus reset them as required.
A Dtest_suite_pk.function194 * thus reset them as required.
1032 * thus reset them as required.
/mbedtls-development/
A DLICENSE141 except as required for reasonable and customary use in describing the
144 7. Disclaimer of Warranty. Unless required by applicable law or
156 unless required by applicable law (such as deliberate and grossly
198 Unless required by applicable law or agreed to in writing, software
A DCMakeLists.txt26 # Setting this policy is required in CMake >= 3.18.0, otherwise a warning is generated. The OLD
30 # Setting the CMP0012 policy to NEW is required for FindPython3 to work with CMake 3.18.2
31 # (there is a bug in this particular version), otherwise, setting the CMP0012 policy is required
A DCONTRIBUTING.md30 To minimise such disruption to users, where a change to the interface is required, all changes to t…
48 1. If a contribution is a new feature or enhancement, no backporting is required. Exceptions to thi…
A DREADME.md59 The following tools are required:
69 …piling, running `make` with any target, or just `make`, will automatically generate required files.
70 * On non-Windows systems, when not cross-compiling, CMake will generate the required files automati…
/mbedtls-development/scripts/
A Dabi_check.py366 required=True,
381 required=True,
A Dcode_size_compare.py197 required=True,
/mbedtls-development/docs/
A Duse-psa-crypto.md35 meaning that no changes to the application code are required for the TLS (and
112 is enabled, no change required on the application side.
/mbedtls-development/ChangeLog.d/
A D00README.md25 Until Mbed TLS 2.24.0, we required changelog entries in more cases.
/mbedtls-development/tests/docker/bionic/
A DDockerfile17 # Unless required by applicable law or agreed to in writing, software
/mbedtls-development/library/
A Dpsa_crypto.c1836 mbedtls_mpi actual, required; in psa_validate_optional_attributes() local
1848 mbedtls_mpi_init( &required ); in psa_validate_optional_attributes()
1855 ret = mbedtls_mpi_read_binary( &required, in psa_validate_optional_attributes()
1860 if( mbedtls_mpi_cmp_mpi( &actual, &required ) != 0 ) in psa_validate_optional_attributes()
1864 mbedtls_mpi_free( &required ); in psa_validate_optional_attributes()

Completed in 58 milliseconds

12