/mbedtls-development/tests/suites/ |
A 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
|
A D | test_suite_random.function | 13 /* How many bytes to generate in each test case for repeated generation. 51 /* The two rounds must generate different random data. */ 91 /* The two rounds must generate different random data. */ 118 /* The two rounds must generate different random data. */ 142 /* The two rounds must generate different random data. */
|
A D | test_suite_ecp.data | 456 ECP generate Montgomery key: Curve25519, random in range 459 ECP generate Montgomery key: Curve25519, clear higher bit 462 ECP generate Montgomery key: Curve25519, clear low bits 468 ECP generate Montgomery key: Curve25519, random = all-bits-one 471 ECP generate Montgomery key: Curve25519, not enough entropy 474 ECP generate Montgomery key: Curve448, random in range 477 ECP generate Montgomery key: Curve448, set high bit 480 ECP generate Montgomery key: Curve448, clear low bits 483 ECP generate Montgomery key: Curve448, random = all-bits-zero 486 ECP generate Montgomery key: Curve448, random = all-bits-one [all …]
|
A D | test_suite_ctr_drbg.function | 10 RESEED_FIRST, /* instantiate, reseed, generate, generate */ 11 RESEED_SECOND, /* instantiate, generate, reseed, generate */
|
A D | test_suite_ecdsa.function | 200 /* generate signing key */ 205 /* generate and write signature, then read and verify it */ 264 /* generate signing key */ 269 /* generate and write signature, then read and verify it */
|
A D | test_suite_psa_crypto_entropy.data | 1 PSA external RNG failure: generate random and key
|
A D | test_suite_psa_crypto.data | 4852 PSA generate random: 0 bytes 4855 PSA generate random: 1 byte 4858 PSA generate random: 4 bytes 4861 PSA generate random: 16 bytes 4864 PSA generate random: 19 bytes 4867 PSA generate random: 260 bytes 4994 PSA generate key: RSA, e=3 4997 PSA generate key: RSA, e=65537 5000 PSA generate key: RSA, e=513 5003 PSA generate key: RSA, e=1 [all …]
|
A D | test_suite_psa_crypto_se_driver_hal.function | 190 /* Null generate: do nothing, but pretend it worked. */ 1270 /* Pass bits=0 to import, bits>0 to fake-generate */ 1337 /* Since we called a generate method that does not actually 1338 * generate material, store the desired result of generation in
|
A D | test_suite_pk.function | 968 * - generate a fresh ECP legacy PK context
|
A D | test_suite_psa_crypto.function | 4737 /* Test for generate nonce then set and vice versa */
|
A D | test_suite_ssl.data | 6090 # For the resumption PSK, see Section 3, 'generate resumption secret "tls13 resumption"'
|
/mbedtls-development/doxygen/ |
A D | mbedtls.doxyfile | 240 # sources. Doxygen will then generate output that is tailored for 878 # generate HTML output. 890 # doxygen will generate files with .html extension. 1297 # generate Latex output. 1445 # generate man pages 1473 # generate an XML file that captures the structure of 1508 # that can be used to generate PDF. 1523 # generate an AutoGen Definitions (see autogen.sf.net) file 1535 # generate a Perl module file that captures the structure of 1544 # to generate PDF and DVI output from the Perl module output. [all …]
|
/mbedtls-development/ |
A D | README.md | 22 To generate a local copy of the library documentation in HTML format, tailored to your compile-time… 49 * Python 3.6 to generate the test code, and to generate sample programs in the development branch. 50 * Perl to run the tests, and to generate some source files in the development branch. 57 …d files are included in official releases. This section explains how to generate the missing files… 67 Any of the following methods are available to generate the configuration-independent files: 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… 71 * Run `make generated_files` to generate all the configuration-independent files. 72 * On Unix/POSIX systems, run `tests/scripts/check-generated-files.sh -u` to generate all the config… 73 * On Windows, run `scripts\make_generated_files.bat` to generate all the configuration-independent … [all …]
|
A D | ChangeLog | 274 * Add mbedtls_rsa_rsassa_pss_sign_ext() function allowing to generate a 691 * Fix psa_generate_key() returning an error when asked to generate 1599 For example, the number of rounds was enough to securely generate RSA key 2566 * Fixed the templates used to generate project and solution files for Visual 4141 * Fixed random MPI generation to not generate more size than requested. 4621 * Rewrote the headers to generate the API docs with doxygen
|
/mbedtls-development/programs/fuzz/ |
A 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 :
|
/mbedtls-development/programs/psa/ |
A D | key_ladder_demo.sh | 36 "$program" generate master=master.key
|
A D | key_ladder_demo.c | 195 static psa_status_t generate( const char *key_file_name ) in generate() function 543 return( generate( key_file_name ) ); in run()
|
/mbedtls-development/programs/ |
A 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.
|
/mbedtls-development/docs/ |
A D | getting_started.md | 47 * Python 2 or Python 3 (either works) to generate the test code. 197 1. Call either `psa_cipher_generate_iv()` or `psa_cipher_set_iv()` to generate or set the initializ… 250 printf("Failed to generate IV\n"); 504 Mbed Crypto can generate random data. 509 <span class="notes">**Note:** To generate a random key, use `psa_generate_key()` instead of `psa_ge… 511 This example shows how to generate ten bytes of random data by calling `psa_generate_random()`: 528 printf("Failed to generate a random value\n"); 542 other keys and data, and functions to generate outputs, such as new keys or 832 Mbed Crypto provides a simple way to generate a key or key pair. 837 **To generate an ECDSA key:** [all …]
|
A D | use-psa-crypto.md | 60 - `mbedtls_x509write_csr_set_key()` to generate a CSR (certificate signature
|
/mbedtls-development/docs/architecture/testing/ |
A D | driver-interface-test-strategy.md | 74 The following tests must be performed at least one for each key creation method (import, generate, …
|
/mbedtls-development/docs/proposed/ |
A D | psa-driver-interface.md | 683 2. The core calls the driver's import, generate, derive or copy entry point. 906 …ions. The core knows what the function names and argument types are, so it can generate prototypes. 914 Can the driver assembly process generate distinct location values as needed? This can be convenient…
|