Searched defs:poly3 (Results 1 – 2 of 2) sorted by relevance
57 type poly3 struct { struct58 s [wordsPerPoly]uint59 a [wordsPerPoly]uint62 func (p *poly3) trim() {67 func (p *poly3) zero() {74 func (p *poly3) fromDiscrete(in *poly) {100 func (p *poly3) fromModQ(in *poly) int {132 func (p *poly3) fromDiscreteMod3(in *poly) {168 func (p *poly3) marshal(out []byte) {217 func (p *poly) fromMod3(in *poly3) {[all …]
35 struct poly3 { struct40 OPENSSL_EXPORT void HRSS_poly3_mul(struct poly3 *out, const struct poly3 *x, argument