Home
last modified time | relevance | path

Searched defs:precomp (Results 1 – 4 of 4) sorted by relevance

/third_party/boringssl/src/crypto/poly1305/
Dpoly1305_arm.c190 fe1305x2 *const precomp = c + 1; in CRYPTO_poly1305_init_neon() local
216 fe1305x2 *const precomp = c + 1; in CRYPTO_poly1305_update_neon() local
264 fe1305x2 *const precomp = c + 1; in CRYPTO_poly1305_finish_neon() local
/third_party/boringssl/src/crypto/fipsmodule/ec/
Dsimple_mul.c31 EC_RAW_POINT precomp[32]; in ec_GFp_mont_mul() local
Dwnaf.c161 const EC_RAW_POINT *precomp, int digit) { in lookup_precomp()
/third_party/openssl/crypto/ec/
Decp_nistz256.c69 PRECOMP256_ROW *precomp; member