Searched refs:ec25519_export (Results 1 – 4 of 4) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/pk/ed25519/ |
A D | ed25519_export.c | 35 return ec25519_export(out, outlen, which, key); in ed25519_export()
|
/optee_os/core/lib/libtomcrypt/src/pk/x25519/ |
A D | x25519_export.c | 35 return ec25519_export(out, outlen, which, key); in x25519_export()
|
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/ |
A D | ec25519_export.c | 27 int ec25519_export( unsigned char *out, unsigned long *outlen, in ec25519_export() function
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_private.h | 353 int ec25519_export( unsigned char *out, unsigned long *outlen,
|
Completed in 7 milliseconds