Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/ed25519/
H A Ded25519_import_x509.c26 int ed25519_import_x509(const unsigned char *in, unsigned long inlen, curve25519_key *key) in ed25519_import_x509() function
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h355 int ed25519_import_x509(const unsigned char *in, unsigned long inlen, curve25519_key *key);
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk359 srcs-$(_CFG_CORE_LTC_ED25519) += src/pk/ed25519/ed25519_import_x509.c