Home
last modified time | relevance | path

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 Drsa_make_key.c134 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 Drsa.c188 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 Dtomcrypt_private.h294 int rsa_make_key_bn_e(prng_state *prng, int wprng, int size, void *e,