Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Ddh.c55 ltc_res = dh_make_key(NULL, find_prng("prng_crypto"), q, xbits, in crypto_acipher_gen_dh_key()
H A Dsub.mk305 srcs-$(_CFG_CORE_LTC_DH) += src/pk/dh/dh_make_key.c
/optee_os/core/lib/libtomcrypt/src/pk/dh/
H A Ddh_make_key.c49 int dh_make_key(prng_state *prng, int wprng, void *q, int xbits, dh_key *key) in dh_make_key() function
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h150 int dh_make_key(prng_state *prng, int wprng, void *q, int xbits, dh_key *key); /* OP-TEE */