Home
last modified time | relevance | path

Searched refs:curve25519_key (Results 1 – 21 of 21) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/ed25519/
H A Ded25519_sign.c15 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 Ded25519_verify.c16 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 Ded25519_import_x509.c12 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 Ded25519_import_pkcs8.c23 curve25519_key *key) in ed25519_import_pkcs8()
H A Ded25519_export.c22 const curve25519_key *key) in ed25519_export()
H A Ded25519_make_key.c19 int ed25519_make_key(prng_state *prng, int wprng, curve25519_key *key) in ed25519_make_key()
H A Ded25519_import.c19 int ed25519_import(const unsigned char *in, unsigned long inlen, curve25519_key *key) in ed25519_import()
H A Ded25519_import_raw.c21 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 Dtomcrypt_pk.h343 } 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 Dtomcrypt_private.h408 curve25519_key *key);
411 const curve25519_key *key);
/optee_os/core/lib/libtomcrypt/src/pk/x25519/
H A Dx25519_shared_secret.c20 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 Dx25519_import_x509.c12 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 Dx25519_import_pkcs8.c23 curve25519_key *key) in x25519_import_pkcs8()
H A Dx25519_export.c22 const curve25519_key *key) in x25519_export()
H A Dx25519_import.c19 int x25519_import(const unsigned char *in, unsigned long inlen, curve25519_key *key) in x25519_import()
H A Dx25519_make_key.c19 int x25519_make_key(prng_state *prng, int wprng, curve25519_key *key) in x25519_make_key()
H A Dx25519_import_raw.c21 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 Ded25519.c59 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 Dx25519.c47 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 Dec25519_import_pkcs8.c24 curve25519_key *key) in ec25519_import_pkcs8()
H A Dec25519_export.c22 const curve25519_key *key) in ec25519_export()