Searched refs:poly_mul_novec_aux (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/hrss/ |
D | hrss.c | 1322 static void poly_mul_novec_aux(uint16_t *out, uint16_t *scratch, in poly_mul_novec_aux() function 1356 poly_mul_novec_aux(scratch, child_scratch, out, &out[high_len], high_len); in poly_mul_novec_aux() 1357 poly_mul_novec_aux(&out[low_len * 2], child_scratch, a_high, b_high, in poly_mul_novec_aux() 1359 poly_mul_novec_aux(out, child_scratch, a, b, low_len); in poly_mul_novec_aux() 1379 poly_mul_novec_aux(prod, scratch, x->v, y->v, N); in poly_mul_novec()
|