Searched refs:rsa_make_key_bn_e (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/rsa/ |
| H A D | rsa_make_key.c | 134 err = rsa_make_key_bn_e(prng, wprng, size, tmp_e, key); in rsa_make_key_ubin_e() 150 int rsa_make_key_bn_e(prng_state *prng, int wprng, int size, void *e, rsa_key *key) in rsa_make_key_bn_e() function
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | rsa.c | 188 ltc_res = rsa_make_key_bn_e(NULL, find_prng("prng_crypto"), in sw_crypto_acipher_gen_rsa_key()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_private.h | 294 int rsa_make_key_bn_e(prng_state *prng, int wprng, int size, void *e,
|