/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_not_supported.generated.data | 7 PSA generate AES 128-bit not supported 15 PSA generate AES 192-bit not supported 23 PSA generate AES 256-bit not supported 31 PSA generate ARIA 128-bit not supported 39 PSA generate ARIA 192-bit not supported 47 PSA generate ARIA 256-bit not supported 55 PSA generate CAMELLIA 128-bit not supported 63 PSA generate CAMELLIA 192-bit not supported 71 PSA generate CAMELLIA 256-bit not supported 79 PSA generate CHACHA20 256-bit not supported [all …]
|
D | test_suite_psa_crypto_not_supported.misc.data | 4 PSA generate PSA_KEY_TYPE_NONE never supported 10 PSA generate PSA_KEY_TYPE_CATEGORY_SYMMETRIC never supported
|
D | test_suite_random.function | 13 /* How many bytes to generate in each test case for repeated generation. 58 /* The two rounds must generate different random data. */ 105 /* The two rounds must generate different random data. */ 133 /* The two rounds must generate different random data. */ 157 /* The two rounds must generate different random data. */
|
D | test_suite_ctr_drbg.function | 14 RESEED_FIRST, /* instantiate, reseed, generate, generate */ 15 RESEED_SECOND, /* instantiate, generate, reseed, generate */ 464 // set least significant (highest address) n bits to 1, i.e. generate (2^n - 1) 473 // now generate a reference result equal to 2^n - i.e. set only bit (n + 1)
|
D | test_suite_ecdsa.function | 245 /* generate signing key */ 250 /* generate and write signature, then read and verify it */ 314 /* generate signing key */ 319 /* generate and write signature, then read and verify it */
|
D | test_suite_psa_crypto_entropy.data | 1 PSA external RNG failure: generate random and key
|
D | test_suite_ecp.data | 566 ECP generate Montgomery key: Curve25519, random in range 569 ECP generate Montgomery key: Curve25519, clear higher bit 572 ECP generate Montgomery key: Curve25519, clear low bits 575 ECP generate Montgomery key: Curve25519, random = all-bits-zero 578 ECP generate Montgomery key: Curve25519, random = all-bits-one 581 ECP generate Montgomery key: Curve25519, not enough entropy 584 ECP generate Montgomery key: Curve448, random in range 587 ECP generate Montgomery key: Curve448, set high bit 590 ECP generate Montgomery key: Curve448, clear low bits 593 ECP generate Montgomery key: Curve448, random = all-bits-zero [all …]
|
D | test_suite_psa_crypto.data | 7344 PSA generate random: 0 bytes 7347 PSA generate random: 1 byte 7350 PSA generate random: 4 bytes 7353 PSA generate random: 16 bytes 7356 PSA generate random: 19 bytes 7359 PSA generate random: 260 bytes 7362 PSA generate random: MBEDTLS_CTR_DRBG_MAX_REQUEST bytes 7365 PSA generate random: MBEDTLS_CTR_DRBG_MAX_REQUEST+1 bytes 7368 PSA generate random: 2*MBEDTLS_CTR_DRBG_MAX_REQUEST+1 bytes 7371 PSA generate key: bad type (RSA public key) [all …]
|
D | test_suite_pem.data | 66 # 1. generate the key (password="password"; IV=0x3132333435363738 in hex or "12345678" as string)
|
D | test_suite_psa_crypto_se_driver_hal.function | 194 /* Null generate: do nothing, but pretend it worked. */ 1287 /* Pass bits=0 to import, bits>0 to fake-generate */ 1353 /* Since we called a generate method that does not actually 1354 * generate material, store the desired result of generation in
|
/openthread-latest/tools/tcat_ble_client/ |
D | GENERATING_CERTIFICATES.md | 13 …generate` contains example scripts and a Makefile to generate TCAT Commissioner certificates and T… 15 To generate all certificates: 18 cd auth-generate 24 NOTE: the directory `auth-generate/ca` contains an example CA certificate and private key (for sign… 28 …Elliptic Curve Cryptography (ECC), so we use the `ecparam` `openssl` argument to generate the keys. 38 2. We can then generate the **.csr** (certificate signing request) file, which will contain all the… 44 3. Finally, we can generate the certificate itself: 90 …= DER:21:01:01:01:01` specifies permissions (all)) See scripts in `auth-generate` directory for mo…
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | generate_server9_bad_saltlen.py | 54 return generate(**vars(args)) 56 def generate(**kwargs): function
|
D | generate_test_cert_macros.py | 53 return generate(**vars(args)) 56 def generate(values=[], output=None, **kwargs): function
|
/openthread-latest/third_party/mbedtls/repo/scripts/ |
D | basic.requirements.txt | 3 # Required to (re-)generate source files. Not needed if the generated source
|
/openthread-latest/doc/ |
D | Doxyfile.in | 110 # information to generate all constant output in the proper language. 161 # doxygen will generate a detailed section even if there is only a brief 204 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but 278 # only. Doxygen will then generate output that is more tailored for C. For 286 # Python sources only. Doxygen will then generate output that is more tailored 294 # sources. Doxygen will then generate output that is tailored for Fortran. 300 # sources. Doxygen will then generate output that is tailored for VHDL. 529 # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file 670 # will mention the files that were used to generate the documentation. 743 # If the WARN_IF_UNDOCUMENTED tag is set to YES, then doxygen will generate [all …]
|
D | CMakeLists.txt | 55 message("Doxygen must be installed to generate doxygen documentation")
|
/openthread-latest/third_party/mbedtls/repo/programs/fuzz/ |
D | README.md | 6 They are used with a so-called fuzz driver, which will generate inputs, try to process them with th… 49 To generate corpus for these targets, you can do the following, not fully automated steps :
|
/openthread-latest/third_party/mbedtls/repo/ |
D | README.md | 24 To generate a local copy of the library documentation in HTML format, tailored to your compile-time… 51 * Python 3.8 to generate the test code. Python is also needed to integrate PSA drivers and to build… 52 * Perl to run the tests, and to generate some source files in the development branch. 63 …d files are included in official releases. This section explains how to generate the missing files… 77 Any of the following methods are available to generate the configuration-independent files: 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… 81 * Run `make generated_files` to generate all the configuration-independent files. 82 * On Unix/POSIX systems, run `tests/scripts/check-generated-files.sh -u` to generate all the config… 83 * On Windows, run `scripts\make_generated_files.bat` to generate all the configuration-independent … [all …]
|
/openthread-latest/third_party/mbedtls/repo/programs/ |
D | README.md | 44 … up a secure channel using RSA for authentication and Diffie-Hellman to generate a shared AES sess… 50 …](pkey/dh_genprime.c): shows how to use the bignum (`mpi`) interface to generate Diffie-Hellman pa… 56 ….c`](random/gen_entropy.c): shows how to use the default entropy sources to generate random data. 59 …ed a pseudorandom generator, and how to use the resulting random generator to generate random data.
|
/openthread-latest/third_party/mbedtls/repo/programs/psa/ |
D | key_ladder_demo.sh | 23 "$program" generate master=master.key
|
D | key_ladder_demo.c | 185 static psa_status_t generate(const char *key_file_name) in generate() function 539 return generate(key_file_name); in run()
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | use-psa-crypto.md | 92 - `mbedtls_x509write_csr_set_key()` to generate a CSR (certificate signature 94 - `mbedtls_x509write_crt_set_issuer_key()` to generate a certificate.
|
/openthread-latest/src/posix/ |
D | README.md | 107 nrfutil pkg generate --hw-version 52 --sd-req=0x00 \
|
/openthread-latest/third_party/mbedtls/repo/tests/ |
D | CMakeLists.txt | 140 # Without this command, cmake will generate rules in each sub-makefile. As a result,
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/ |
D | driver-interface-test-strategy.md | 74 The following tests must be performed at least one for each key creation method (import, generate, …
|