Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/dh/
H A Ddh_set_pg_dhparam.c18 int dh_set_pg_dhparam(const unsigned char *dhparam, unsigned long dhparamlen, dh_key *key) in dh_set_pg_dhparam() function
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h145 int dh_set_pg_dhparam(const unsigned char *dhparam, unsigned long dhparamlen, dh_key *key);
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk307 srcs-$(_CFG_CORE_LTC_DH) += src/pk/dh/dh_set_pg_dhparam.c