| /lib/mbedtls/external/mbedtls/tests/scripts/ |
| A 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)
|
| A D | generate_test_code.py | 1213 required=True) 1219 required=True) 1225 required=True) 1231 required=True) 1237 required=True) 1243 required=True) 1249 required=True)
|
| A D | generate_test_cert_macros.py | 46 parser.add_argument('--output', type=str, required=True)
|
| A D | test_config_script.py | 159 dest='output_directory', required=True,
|
| /lib/mbedtls/external/mbedtls/.github/ |
| A D | pull_request_template.md | 11 - [ ] **changelog** provided, or not required 12 - [ ] **backport** done, or not required 13 - [ ] **tests** provided, or not required
|
| /lib/mbedtls/external/mbedtls/library/ |
| A 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()
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A 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
|
| A 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
|
| A D | test_suite_psa_crypto_slot_management.function | 183 * thus reset them as required. 336 * thus reset them as required. 412 * thus reset them as required. 595 * psa_get_key_attributes() thus reset them as required. 706 * thus reset them as required. 789 * thus reset them as required. 1033 * thus reset them as required.
|
| A D | test_suite_psa_crypto_persistent_key.function | 246 * thus reset them as required. 317 * thus reset them as required.
|
| /lib/lwip/lwip/src/include/netif/ppp/ |
| A D | ecp.h | 45 bool required; /* Is ECP required? */ member
|
| /lib/mbedtls/external/mbedtls/scripts/ |
| A D | basic.requirements.txt | 1 # Python modules required to build Mbed TLS in ordinary conditions.
|
| A D | abi_check.py | 555 required=True, 570 required=True,
|
| /lib/ecdsa/ |
| A D | Kconfig | 7 using the driver model, so CONFIG_DM is required by this library.
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/ |
| A D | IF-MIB | 1275 "Write access is not required." 1280 "Write access is not required." 1294 "Write access is not required." 1558 test. An agent is not required to support such tests. 1661 when starting another, as could be required if used by 1797 "Write access is not required." 1802 "Write access is not required." 1808 "Write access is not required, and only one of the six 1869 "Write access is not required." 1874 "Write access is not required." [all …]
|
| A D | UDP-MIB | 492 -- Support for dns(5) is not required. 499 -- Support is only required for zero-length 507 -- Support for dns(5) is not required. 511 -- Support is only required for zero-length
|
| A D | IP-MIB | 1459 time required to update the counters in this entry." 2337 time required to update the counters in this entry." 2744 required to be able to be modified." 3882 "An agent is not required to provide write access to this 3888 "An agent is not required to provide write access to this 3894 "An agent is not required to provide write access to this 3903 "An agent is not required to provide write access to this 3909 "An agent is not required to provide write access to this 3915 "An agent is not required to provide write access to this 3972 "An agent is not required to provide write access to this [all …]
|
| /lib/mbedtls/external/mbedtls/ |
| A D | .readthedocs.yaml | 34 # Optionally declare the Python requirements required to build your docs
|
| A 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…
|
| /lib/mbedtls/external/mbedtls/docs/proposed/ |
| A 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…
|
| /lib/lwip/lwip/doc/ |
| A D | mdns.txt | 6 Note! The MDNS responder does not have all features required by the standards. 108 requests required from a client.
|
| /lib/mbedtls/external/mbedtls/docs/ |
| A 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…
|
| A D | use-psa-crypto.md | 32 PSA Crypto but you're not required to call `psa_crypto_init()` before calling 139 is enabled, no change required on the application side.
|
| /lib/mbedtls/external/mbedtls/programs/test/ |
| A D | CMakeLists.txt | 81 # Request C11, required for memory poisoning
|
| /lib/lwip/lwip/contrib/examples/httpd/fs_example/ |
| A D | fs_example.c | 84 #error This wants to demonstrate read-after-open, so LWIP_HTTPD_DYNAMIC_FILE_READ is required!
|