HomeSort by: relevance | last modified time | path
    Searched defs:precomputed (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ecp_sm2p256.c 42 /* Coordinates of G, for which we have precomputed tables */
372 ALIGN64 P256_POINT precomputed[16]; local
379 /* The first value of the precomputed table is P. */
380 memcpy(precomputed[1].X, P.X, 32);
381 memcpy(precomputed[1].Y, P.Y, 32);
382 precomputed[1].Z[0] = 1;
383 precomputed[1].Z[1] = 0;
384 precomputed[1].Z[2] = 0;
385 precomputed[1].Z[3] = 0;
387 /* The second value of the precomputed table is 2P. *
    [all...]

Completed in 14 milliseconds