Home
last modified time | relevance | path

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

1234

/lib/mbedtls/external/mbedtls/tests/scripts/
A 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)
A Dgenerate_test_code.py1213 required=True)
1219 required=True)
1225 required=True)
1231 required=True)
1237 required=True)
1243 required=True)
1249 required=True)
A Dgenerate_test_cert_macros.py46 parser.add_argument('--output', type=str, required=True)
A Dtest_config_script.py159 dest='output_directory', required=True,
/lib/mbedtls/external/mbedtls/.github/
A Dpull_request_template.md11 - [ ] **changelog** provided, or not required
12 - [ ] **backport** done, or not required
13 - [ ] **tests** provided, or not required
/lib/mbedtls/external/mbedtls/library/
A 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()
/lib/mbedtls/external/mbedtls/tests/suites/
A 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
A 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
A Dtest_suite_psa_crypto_slot_management.function183 * 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 Dtest_suite_psa_crypto_persistent_key.function246 * thus reset them as required.
317 * thus reset them as required.
/lib/lwip/lwip/src/include/netif/ppp/
A Decp.h45 bool required; /* Is ECP required? */ member
/lib/mbedtls/external/mbedtls/scripts/
A Dbasic.requirements.txt1 # Python modules required to build Mbed TLS in ordinary conditions.
A Dabi_check.py555 required=True,
570 required=True,
/lib/ecdsa/
A DKconfig7 using the driver model, so CONFIG_DM is required by this library.
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/
A DIF-MIB1275 "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 DUDP-MIB492 -- 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 DIP-MIB1459 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.yaml34 # Optionally declare the Python requirements required to build your docs
A 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…
/lib/mbedtls/external/mbedtls/docs/proposed/
A 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…
/lib/lwip/lwip/doc/
A Dmdns.txt6 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 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…
A Duse-psa-crypto.md32 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 DCMakeLists.txt81 # Request C11, required for memory poisoning
/lib/lwip/lwip/contrib/examples/httpd/fs_example/
A Dfs_example.c84 #error This wants to demonstrate read-after-open, so LWIP_HTTPD_DYNAMIC_FILE_READ is required!

Completed in 61 milliseconds

1234