Searched refs:rsa_make_key (Results 1 – 7 of 7) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/rsa/ |
| H A D | rsa_make_key.c | 92 int rsa_make_key(prng_state *prng, int wprng, int size, long e, rsa_key *key) in rsa_make_key() function
|
| /optee_os/core/lib/libtomcrypt/src/math/ |
| H A D | ltm_desc.c | 547 &rsa_make_key,
|
| H A D | gmp_desc.c | 645 &rsa_make_key,
|
| H A D | tfm_desc.c | 844 &rsa_make_key,
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | mpi_desc.c | 699 .rsa_keygen = rsa_make_key,
|
| H A D | sub.mk | 292 srcs-$(_CFG_CORE_LTC_RSA) += src/pk/rsa/rsa_make_key.c
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_pk.h | 47 int rsa_make_key(prng_state *prng, int wprng, int size, long e, rsa_key *key);
|