Home
last modified time | relevance | path

Searched refs:generate (Results 1 – 22 of 22) sorted by relevance

/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_not_supported.misc.data4 PSA generate PSA_KEY_TYPE_NONE never supported
10 PSA generate PSA_KEY_TYPE_CATEGORY_SYMMETRIC never supported
A Dtest_suite_random.function13 /* 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 Dtest_suite_ecp.data456 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 Dtest_suite_ctr_drbg.function10 RESEED_FIRST, /* instantiate, reseed, generate, generate */
11 RESEED_SECOND, /* instantiate, generate, reseed, generate */
A Dtest_suite_ecdsa.function200 /* 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 Dtest_suite_psa_crypto_entropy.data1 PSA external RNG failure: generate random and key
A Dtest_suite_psa_crypto.data4852 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 Dtest_suite_psa_crypto_se_driver_hal.function190 /* 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 Dtest_suite_pk.function968 * - generate a fresh ECP legacy PK context
A Dtest_suite_psa_crypto.function4737 /* Test for generate nonce then set and vice versa */
A Dtest_suite_ssl.data6090 # For the resumption PSK, see Section 3, 'generate resumption secret "tls13 resumption"'
/mbedtls-development/doxygen/
A Dmbedtls.doxyfile240 # 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 DREADME.md22 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 DChangeLog274 * 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 DREADME.md6 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 Dkey_ladder_demo.sh36 "$program" generate master=master.key
A Dkey_ladder_demo.c195 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 DREADME.md44 … 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 Dgetting_started.md47 * 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 Duse-psa-crypto.md60 - `mbedtls_x509write_csr_set_key()` to generate a CSR (certificate signature
/mbedtls-development/docs/architecture/testing/
A Ddriver-interface-test-strategy.md74 The following tests must be performed at least one for each key creation method (import, generate, …
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md683 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…

Completed in 63 milliseconds