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

/external/dropbear/libtomcrypt/testprof/
H A Decc_test.c113 ecc_key usera, userb, pubKey, privKey; local
123 DO(ecc_make_key (&yarrow_prng, find_prng ("yarrow"), sizes[s], &usera));
128 DO(ecc_shared_secret (&usera, &userb, buf[0], &x));
131 DO(ecc_shared_secret (&userb, &usera, buf[1], &y));
152 DO(ecc_shared_secret (&usera, &userb, buf[2], &z));
173 DO(ecc_shared_secret (&usera, &userb, buf[2], &z));
184 ecc_free (&usera);
188 DO(ecc_make_key (&yarrow_prng, find_prng ("yarrow"), sizes[s], &usera));
192 DO(ecc_export(buf[0], &x, PK_PUBLIC, &usera));
195 DO(ecc_export(buf[0], &x, PK_PRIVATE, &usera));
[all...]

Completed in 70 milliseconds