Searched defs:ecc_key (Results 1 - 1 of 1) sorted by relevance

/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h207 } ecc_key; typedef in typeref:struct:__anon16805
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_type *dp);
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 *ke
[all...]

Completed in 100 milliseconds