Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/ec/
Dp256-64.c70 typedef u64 smallfelem[NLIMBS]; typedef
88 static void smallfelem_to_bin32(u8 out[32], const smallfelem in) { in smallfelem_to_bin32()
126 static BIGNUM *smallfelem_to_BN(BIGNUM *out, const smallfelem in) { in smallfelem_to_BN()
151 static void felem_small_sum(felem out, const smallfelem in) { in felem_small_sum()
188 static void smallfelem_neg(felem out, const smallfelem small) { in smallfelem_neg()
292 static void felem_shrink(smallfelem out, const felem in) { in felem_shrink()
371 static void smallfelem_expand(felem out, const smallfelem in) { in smallfelem_expand()
383 static void smallfelem_square(longfelem out, const smallfelem small) { in smallfelem_square()
471 static void smallfelem_mul(longfelem out, const smallfelem small1, in smallfelem_mul()
472 const smallfelem small2) { in smallfelem_mul()
[all …]