Searched refs:ecc_key (Results 1 – 16 of 16) sorted by relevance
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_pk.h | 207 } 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/ |
D | ecc_shared_secret.c | 34 int ecc_shared_secret(ecc_key *private_key, ecc_key *public_key, in ecc_shared_secret()
|
D | ecc_ansi_x963_import.c | 31 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()
|
D | ecc_import.c | 26 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()
|
D | ecc_sign_hash.c | 39 prng_state *prng, int wprng, ecc_key *key) in ecc_sign_hash() 41 ecc_key pubkey; in ecc_sign_hash()
|
D | ecc_encrypt_key.c | 41 ecc_key *key) in ecc_encrypt_key() 44 ecc_key pubkey; in ecc_encrypt_key()
|
D | ecc_decrypt_key.c | 37 ecc_key *key) in ecc_decrypt_key() 42 ecc_key pubkey; in ecc_decrypt_key()
|
D | ecc_make_key.c | 34 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()
|
D | ecc_get_size.c | 31 int ecc_get_size(ecc_key *key) in ecc_get_size()
|
D | ecc_free.c | 30 void ecc_free(ecc_key *key) in ecc_free()
|
D | ecc_ansi_x963_export.c | 32 int ecc_ansi_x963_export(ecc_key *key, unsigned char *out, unsigned long *outlen) in ecc_ansi_x963_export()
|
D | ecc_export.c | 34 int ecc_export(unsigned char *out, unsigned long *outlen, int type, ecc_key *key) in ecc_export()
|
D | ecc_verify_hash.c | 48 int *stat, ecc_key *key) in ecc_verify_hash()
|
/external/dropbear/libtomcrypt/testprof/ |
D | ecc_test.c | 113 ecc_key usera, userb, pubKey, privKey; in ecc_tests()
|
D | x86_prof.c | 1005 ecc_key key; in time_ecc()
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 2995 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 …]
|