| /optee_os/core/lib/libtomcrypt/src/pk/ed25519/ |
| H A D | ed25519_sign.c | 15 const curve25519_key *private_key) in s_ed25519_sign() 67 const curve25519_key *private_key) in ed25519ctx_sign() 94 const curve25519_key *private_key) in ed25519ph_sign() 121 const curve25519_key *private_key) in ed25519_sign()
|
| H A D | ed25519_verify.c | 16 const curve25519_key *public_key) in s_ed25519_verify() 71 const curve25519_key *public_key) in ed25519ctx_verify() 100 const curve25519_key *public_key) in ed25519ph_verify() 129 const curve25519_key *public_key) in ed25519_verify()
|
| H A D | ed25519_import_x509.c | 12 static int s_ed25519_decode(const unsigned char *in, unsigned long inlen, curve25519_key *key) in s_ed25519_decode() 26 int ed25519_import_x509(const unsigned char *in, unsigned long inlen, curve25519_key *key) in ed25519_import_x509()
|
| H A D | ed25519_import_pkcs8.c | 23 curve25519_key *key) in ed25519_import_pkcs8()
|
| H A D | ed25519_export.c | 22 const curve25519_key *key) in ed25519_export()
|
| H A D | ed25519_make_key.c | 19 int ed25519_make_key(prng_state *prng, int wprng, curve25519_key *key) in ed25519_make_key()
|
| H A D | ed25519_import.c | 19 int ed25519_import(const unsigned char *in, unsigned long inlen, curve25519_key *key) in ed25519_import()
|
| H A D | ed25519_import_raw.c | 21 int ed25519_import_raw(const unsigned char *in, unsigned long inlen, int which, curve25519_key *key) in ed25519_import_raw()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_pk.h | 343 } curve25519_key; typedef 347 int ed25519_make_key(prng_state *prng, int wprng, curve25519_key *key); 351 const curve25519_key *key); 353 int ed25519_import(const unsigned char *in, unsigned long inlen, curve25519_key *key); 354 int ed25519_import_raw(const unsigned char *in, unsigned long inlen, int which, curve25519_key *key… 355 int ed25519_import_x509(const unsigned char *in, unsigned long inlen, curve25519_key *key); 358 curve25519_key *key); 362 const curve25519_key *private_key); 366 const curve25519_key *private_key); 370 const curve25519_key *private_key); [all …]
|
| H A D | tomcrypt_private.h | 408 curve25519_key *key); 411 const curve25519_key *key);
|
| /optee_os/core/lib/libtomcrypt/src/pk/x25519/ |
| H A D | x25519_shared_secret.c | 20 int x25519_shared_secret(const curve25519_key *private_key, in x25519_shared_secret() 21 const curve25519_key *public_key, in x25519_shared_secret()
|
| H A D | x25519_import_x509.c | 12 static int s_x25519_decode(const unsigned char *in, unsigned long inlen, curve25519_key *key) in s_x25519_decode() 26 int x25519_import_x509(const unsigned char *in, unsigned long inlen, curve25519_key *key) in x25519_import_x509()
|
| H A D | x25519_import_pkcs8.c | 23 curve25519_key *key) in x25519_import_pkcs8()
|
| H A D | x25519_export.c | 22 const curve25519_key *key) in x25519_export()
|
| H A D | x25519_import.c | 19 int x25519_import(const unsigned char *in, unsigned long inlen, curve25519_key *key) in x25519_import()
|
| H A D | x25519_make_key.c | 19 int x25519_make_key(prng_state *prng, int wprng, curve25519_key *key) in x25519_make_key()
|
| H A D | x25519_import_raw.c | 21 int x25519_import_raw(const unsigned char *in, unsigned long inlen, int which, curve25519_key *key) in x25519_import_raw()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | ed25519.c | 59 curve25519_key ltc_tmp_key = { }; in crypto_acipher_gen_ed25519_key() 84 curve25519_key private_key = { in crypto_acipher_ed25519_sign() 120 curve25519_key private_key = { in crypto_acipher_ed25519ctx_sign() 159 curve25519_key public_key = { in crypto_acipher_ed25519_verify() 186 curve25519_key public_key = { in crypto_acipher_ed25519ctx_verify()
|
| H A D | x25519.c | 47 curve25519_key ltc_tmp_key = { }; in crypto_acipher_gen_x25519_key() 74 curve25519_key ltc_private_key = { in crypto_acipher_x25519_shared_secret() 78 curve25519_key ltc_public_key = { in crypto_acipher_x25519_shared_secret()
|
| /optee_os/core/lib/libtomcrypt/src/pk/ec25519/ |
| H A D | ec25519_import_pkcs8.c | 24 curve25519_key *key) in ec25519_import_pkcs8()
|
| H A D | ec25519_export.c | 22 const curve25519_key *key) in ec25519_export()
|