Home
last modified time | relevance | path

Searched refs:smallfelem (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/ec/
Dp256-64.c67 typedef uint64_t smallfelem[NLIMBS]; typedef
95 static void smallfelem_to_bin32(uint8_t out[32], const smallfelem in) { in smallfelem_to_bin32()
133 static BIGNUM *smallfelem_to_BN(BIGNUM *out, const smallfelem in) { in smallfelem_to_BN()
158 static void felem_small_sum(felem out, const smallfelem in) { in felem_small_sum()
195 static void smallfelem_neg(felem out, const smallfelem small) { in smallfelem_neg()
299 static void felem_shrink(smallfelem out, const felem in) { in felem_shrink()
379 static void smallfelem_expand(felem out, const smallfelem in) { in smallfelem_expand()
391 static void smallfelem_square(longfelem out, const smallfelem small) { in smallfelem_square()
479 static void smallfelem_mul(longfelem out, const smallfelem small1, in smallfelem_mul()
480 const smallfelem small2) { in smallfelem_mul()
[all …]