HomeSort by relevance Sort by last modified time
    Searched refs:ecc_ptmul (Results 1 - 8 of 8) sorted by null

  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_shared_secret.c 72 if ((err = ltc_mp.ecc_ptmul(private_key->k, &public_key->pubkey, result, prime, 1)) != CRYPT_OK) { goto done; }
ecc_verify_hash.c 125 if ((err = ltc_mp.ecc_ptmul(u1, mG, mG, m, 0)) != CRYPT_OK) { goto error; }
126 if ((err = ltc_mp.ecc_ptmul(u2, mQ, mQ, m, 0)) != CRYPT_OK) { goto error; }
ecc_test.c 76 if ((err = ltc_mp.ecc_ptmul(order, G, GG, modulus, 1)) != CRYPT_OK) { goto done; }
ecc_make_key.c 102 if ((err = ltc_mp.ecc_ptmul(key->k, base, &key->pubkey, prime, 1)) != CRYPT_OK) { goto errkey; }
  /external/dropbear/libtomcrypt/testprof/
ecc_test.c 70 DO(ltc_mp.ecc_ptmul(rA, G, A, modulus, 1));
73 DO(ltc_mp.ecc_ptmul(rB, G, B, modulus, 1));
82 DO(ltc_mp.ecc_ptmul(kA, A, C1, modulus, 0));
83 DO(ltc_mp.ecc_ptmul(kB, B, C2, modulus, 0));
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 347 int (*ecc_ptmul)(void *k, ecc_point *G, ecc_point *R, void *modulus, int map); member in struct:__anon19194
  /external/dropbear/libtomcrypt/demos/
tv_gen.c 687 ltc_mp.ecc_ptmul(k, G, R, modulus, 1);
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 126 milliseconds