Home
last modified time | relevance | path

Searched refs:ecc_key (Results 1 – 16 of 16) sorted by relevance

/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_pk.h207 } ecc_key; typedef
214 int ecc_get_size(ecc_key *key);
216 int ecc_make_key(prng_state *prng, int wprng, int keysize, ecc_key *key);
217 int ecc_make_key_ex(prng_state *prng, int wprng, ecc_key *key, const ltc_ecc_set_type *dp);
218 void ecc_free(ecc_key *key);
220 int ecc_export(unsigned char *out, unsigned long *outlen, int type, ecc_key *key);
221 int ecc_import(const unsigned char *in, unsigned long inlen, ecc_key *key);
222 int ecc_import_ex(const unsigned char *in, unsigned long inlen, ecc_key *key, const ltc_ecc_set_ty…
224 int ecc_ansi_x963_export(ecc_key *key, unsigned char *out, unsigned long *outlen);
225 int ecc_ansi_x963_import(const unsigned char *in, unsigned long inlen, ecc_key *key);
[all …]
/external/dropbear/libtomcrypt/src/pk/ecc/
Decc_shared_secret.c34 int ecc_shared_secret(ecc_key *private_key, ecc_key *public_key, in ecc_shared_secret()
Decc_ansi_x963_import.c31 int ecc_ansi_x963_import(const unsigned char *in, unsigned long inlen, ecc_key *key) in ecc_ansi_x963_import()
36 int ecc_ansi_x963_import_ex(const unsigned char *in, unsigned long inlen, ecc_key *key, ltc_ecc_set… in ecc_ansi_x963_import_ex()
Decc_import.c26 static int is_point(ecc_key *key) in is_point()
81 int ecc_import(const unsigned char *in, unsigned long inlen, ecc_key *key) in ecc_import()
94 int ecc_import_ex(const unsigned char *in, unsigned long inlen, ecc_key *key, const ltc_ecc_set_typ… in ecc_import_ex()
Decc_sign_hash.c39 prng_state *prng, int wprng, ecc_key *key) in ecc_sign_hash()
41 ecc_key pubkey; in ecc_sign_hash()
Decc_encrypt_key.c41 ecc_key *key) in ecc_encrypt_key()
44 ecc_key pubkey; in ecc_encrypt_key()
Decc_decrypt_key.c37 ecc_key *key) in ecc_decrypt_key()
42 ecc_key pubkey; in ecc_decrypt_key()
Decc_make_key.c34 int ecc_make_key(prng_state *prng, int wprng, int keysize, ecc_key *key) in ecc_make_key()
50 int ecc_make_key_ex(prng_state *prng, int wprng, ecc_key *key, const ltc_ecc_set_type *dp) in ecc_make_key_ex()
Decc_get_size.c31 int ecc_get_size(ecc_key *key) in ecc_get_size()
Decc_free.c30 void ecc_free(ecc_key *key) in ecc_free()
Decc_ansi_x963_export.c32 int ecc_ansi_x963_export(ecc_key *key, unsigned char *out, unsigned long *outlen) in ecc_ansi_x963_export()
Decc_export.c34 int ecc_export(unsigned char *out, unsigned long *outlen, int type, ecc_key *key) in ecc_export()
Decc_verify_hash.c48 int *stat, ecc_key *key) in ecc_verify_hash()
/external/dropbear/libtomcrypt/testprof/
Decc_test.c113 ecc_key usera, userb, pubKey, privKey; in ecc_tests()
Dx86_prof.c1005 ecc_key key; in time_ecc()
/external/dropbear/libtomcrypt/
Dcrypt.tex2995 ecc_key mykey;
3034 ecc_key mykey;
3733 ecc_key *key);
3750 ecc_key *key,
3761 void ecc_free(ecc_key *key);
3771 ecc_key *key);
3781 ecc_key *key);
3793 ecc_key *key,
3805 int ecc_ansi_x963_export( ecc_key *key,
3819 ecc_key *key);
[all …]