Searched refs:generate (Results 1 – 9 of 9) sorted by relevance
| /optee_os/core/lib/libtomcrypt/ |
| H A D | ecc.c | 353 .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 D | ecc.c | 356 .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 D | README.md | 22 To generate a local copy of the library documentation in HTML format, tailored to your compile-time… 49 * Python 3.8 to generate the test code. Python is also needed to integrate PSA drivers and to build… 50 * Perl to run the tests, and to generate some source files in the development branch. 61 …d files are included in official releases. This section explains how to generate the missing files… 73 The scripts that generate the configuration-independent files will look for a host C compiler in th… 81 Any of the following methods are available to generate the configuration-independent files: 83 …piling, running `make` with any target, or just `make`, will automatically generate required files. 84 * On non-Windows systems, when not cross-compiling, CMake will generate the required files automati… 85 * Run `make generated_files` to generate all the configuration-independent files. 86 * On Unix/POSIX systems, run `tests/scripts/check-generated-files.sh -u` to generate all the config… [all …]
|
| H A D | ChangeLog | 798 * It is now possible to generate certificates with SubjectAltNames. 850 * Add a possibility to generate CSR's with RCF822 and directoryName subtype 2155 * Add mbedtls_rsa_rsassa_pss_sign_ext() function allowing to generate a 2573 * Fix psa_generate_key() returning an error when asked to generate 3481 For example, the number of rounds was enough to securely generate RSA key 4448 * Fixed the templates used to generate project and solution files for Visual 6023 * Fixed random MPI generation to not generate more size than requested. 6503 * Rewrote the headers to generate the API docs with doxygen
|
| /optee_os/core/crypto/ |
| H A D | crypto.c | 756 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 D | ecc.c | 506 .generate = ecc_generate_keypair,
|
| /optee_os/core/drivers/crypto/versal/ |
| H A D | ecc.c | 366 return pair_ops->generate(s, size_bits); in do_gen_keypair()
|
| /optee_os/core/include/crypto/ |
| H A D | crypto_impl.h | 432 TEE_Result (*generate)(struct ecc_keypair *key, size_t key_size_bits); member
|
| /optee_os/core/drivers/crypto/se050/core/ |
| H A D | ecc.c | 375 return pair_ops->generate(key, len); in gen_fallback()
|