HomeSort by relevance Sort by last modified time
    Searched full:usera (Results 1 - 2 of 2) sorted by null

  /external/dropbear/libtomcrypt/testprof/
ecc_test.c 113 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...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java     [all...]

Completed in 52 milliseconds