Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/dsa/
H A Ddsa_export.c20 int dsa_export(unsigned char *out, unsigned long *outlen, int type, const dsa_key *key) in dsa_export() function
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h481 int dsa_export(unsigned char *out, unsigned long *outlen, int type, const dsa_key *key);
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk264 srcs-$(_CFG_CORE_LTC_DSA) += src/pk/dsa/dsa_export.c