Home
last modified time | relevance | path

Searched refs:ecc_make_key (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Decc_make_key.c21 int ecc_make_key(prng_state *prng, int wprng, int keysize, ecc_key *key) in ecc_make_key() function
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h269 int ecc_make_key(prng_state *prng, int wprng, int keysize, ecc_key *key);
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk326 srcs-$(_CFG_CORE_LTC_ECC) += src/pk/ecc/ecc_make_key.c