Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/rsa/
H A Drsa_export.c20 int rsa_export(unsigned char *out, unsigned long *outlen, int type, const rsa_key *key) in rsa_export() function
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h106 int rsa_export(unsigned char *out, unsigned long *outlen, int type, const rsa_key *key);
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk288 srcs-$(_CFG_CORE_LTC_RSA) += src/pk/rsa/rsa_export.c