Lines Matching refs:crypto_int32
21 static void int32_sort(crypto_int32 *,int);
29 static void minmax(crypto_int32 *x,crypto_int32 *y) in minmax()
43 static void int32_sort(crypto_int32 *x,int n) in int32_sort()
93 static inline small mod3_freeze(crypto_int32 a) in mod3_freeze()
102 crypto_int32 A = a; in mod3_minusproduct()
103 crypto_int32 B = b; in mod3_minusproduct()
104 crypto_int32 C = c; in mod3_minusproduct()
110 crypto_int32 A = a; in mod3_plusproduct()
111 crypto_int32 B = b; in mod3_plusproduct()
112 crypto_int32 C = c; in mod3_plusproduct()
123 crypto_int32 A = a; in mod3_sum()
124 crypto_int32 B = b; in mod3_sum()
150 crypto_int32 r = (crypto_uint16) x; in modq_nonzero_mask()
158 static inline modq modq_freeze(crypto_int32 a) in modq_freeze()
167 crypto_int32 A = a; in modq_minusproduct()
168 crypto_int32 B = b; in modq_minusproduct()
169 crypto_int32 C = c; in modq_minusproduct()
175 crypto_int32 A = a; in modq_plusproduct()
176 crypto_int32 B = b; in modq_plusproduct()
177 crypto_int32 C = c; in modq_plusproduct()
183 crypto_int32 A = a; in modq_product()
184 crypto_int32 B = b; in modq_product()
190 crypto_int32 A = a; in modq_square()
196 crypto_int32 A = a; in modq_sum()
197 crypto_int32 B = b; in modq_sum()
612 crypto_int32 r[p]; in small_random_weightw()
628 crypto_int32 f0, f1, f2, f3, f4; in rq_encode()
927 crypto_int32 f0, f1, f2; in rq_encoderounded()