Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/dsa/
H A Ddsa_make_key.c21 int dsa_make_key(prng_state *prng, int wprng, int group_size, int modulus_size, dsa_key *key) in dsa_make_key() function
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h441 int dsa_make_key(prng_state *prng, int wprng, int group_size, int modulus_size, dsa_key *key);
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk269 srcs-$(_CFG_CORE_LTC_DSA) += src/pk/dsa/dsa_make_key.c