Searched refs:ecc_import (Results 1 - 5 of 5) sorted by relevance

/external/dropbear/libtomcrypt/testprof/
H A Decc_test.c149 DO(ecc_import (buf[1], y, &userb));
193 DO(ecc_import(buf[0], x, &pubKey));
196 DO(ecc_import(buf[0], x, &privKey));
/external/dropbear/libtomcrypt/src/pk/ecc/
H A Decc_decrypt_key.c94 if ((err = ecc_import(decode[1].data, decode[1].size, &pubkey)) != CRYPT_OK) {
H A Decc_import.c20 @file ecc_import.c
81 int ecc_import(const unsigned char *in, unsigned long inlen, ecc_key *key) function
169 /* $Source: /cvs/libtom/libtomcrypt/src/pk/ecc/ecc_import.c,v $ */
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h221 int ecc_import(const unsigned char *in, unsigned long inlen, ecc_key *key);
/external/dropbear/libtomcrypt/
H A Dcrypt.tex3779 int ecc_import(const unsigned char *in,

Completed in 185 milliseconds