Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Decc.c353 .generate = _ltc_ecc_generate_keypair,
364 .generate = _ltc_ecc_generate_keypair,
374 .generate = _ltc_ecc_generate_keypair,
384 .generate = _ltc_ecc_generate_keypair,
/optee_os/lib/libmbedtls/core/
H A Decc.c356 .generate = ecc_generate_keypair,
362 .generate = ecc_generate_keypair,
367 .generate = ecc_generate_keypair,
371 .generate = ecc_generate_keypair,
/optee_os/lib/libmbedtls/mbedtls/
H A DREADME.md24 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 …]
H A DChangeLog755 * It is now possible to generate certificates with SubjectAltNames.
807 * Add a possibility to generate CSR's with RCF822 and directoryName subtype
2112 * Add mbedtls_rsa_rsassa_pss_sign_ext() function allowing to generate a
2530 * Fix psa_generate_key() returning an error when asked to generate
3438 For example, the number of rounds was enough to securely generate RSA key
4405 * Fixed the templates used to generate project and solution files for Visual
5980 * Fixed random MPI generation to not generate more size than requested.
6460 * Rewrote the headers to generate the API docs with doxygen
/optee_os/core/crypto/
H A Dcrypto.c756 assert(key->ops && key->ops->generate); in crypto_acipher_gen_ecc_key()
758 return key->ops->generate(key, key_size_bits); in crypto_acipher_gen_ecc_key()
/optee_os/core/drivers/crypto/crypto_api/acipher/
H A Decc.c496 .generate = ecc_generate_keypair,
/optee_os/core/drivers/crypto/versal/
H A Decc.c366 return pair_ops->generate(s, size_bits); in do_gen_keypair()
/optee_os/core/include/crypto/
H A Dcrypto_impl.h432 TEE_Result (*generate)(struct ecc_keypair *key, size_t key_size_bits); member
/optee_os/core/drivers/crypto/se050/core/
H A Decc.c375 return pair_ops->generate(key, len); in gen_fallback()