Home
last modified time | relevance | path

Searched refs:x25519_make_key (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/x25519/
H A Dx25519_make_key.c19 int x25519_make_key(prng_state *prng, int wprng, curve25519_key *key) in x25519_make_key() function
/optee_os/core/lib/libtomcrypt/
H A Dx25519.c53 if (x25519_make_key(NULL, find_prng("prng_crypto"), &ltc_tmp_key) != in crypto_acipher_gen_x25519_key()
H A Dsub.mk368 srcs-$(_CFG_CORE_LTC_X25519) += src/pk/x25519/x25519_make_key.c
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h387 int x25519_make_key(prng_state *prng, int wprng, curve25519_key *key);