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

  /src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_32/
f_impl32.c 24 void gf_mul(gf_s * RESTRICT cs, const gf as, const gf bs) function
103 gf_mul(cs, as, as); /* Performs better with a dedicated square */
  /src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_64/
f_impl64.c 24 void gf_mul(gf_s * RESTRICT cs, const gf as, const gf bs) function
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/arch_32/
f_impl.c 15 void gf_mul(gf_s * RESTRICT cs, const gf as, const gf bs) function
94 gf_mul(cs, as, as); /* Performs better with a dedicated square */

Completed in 27 milliseconds