Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/dh/
H A Ddh_export_key.c16 int dh_export_key(void *out, unsigned long *outlen, int type, const dh_key *key) in dh_export_key() function
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h156 int dh_export_key(void *out, unsigned long *outlen, int type, const dh_key *key);
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk301 srcs-$(_CFG_CORE_LTC_DH) += src/pk/dh/dh_export_key.c