Searched refs:high_len (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/hrss/ |
D | hrss.c | 729 const size_t high_len = n - low_len; in poly3_mul_aux() local 736 const struct poly3_span b_cross_sum = {&out->s[high_len], &out->a[high_len]}; in poly3_mul_aux() 739 if (high_len != low_len) { in poly3_mul_aux() 746 const struct poly3_span child_scratch = {&scratch->s[2 * high_len], in poly3_mul_aux() 747 &scratch->a[2 * high_len]}; in poly3_mul_aux() 753 poly3_mul_aux(scratch, &child_scratch, &a_cross_sum, &b_cross_sum, high_len); in poly3_mul_aux() 755 poly3_mul_aux(&out_high, &child_scratch, &a_high, &b_high, high_len); in poly3_mul_aux() 761 poly3_span_sub(scratch, &out_high, high_len * 2); in poly3_mul_aux() 764 poly3_span_add(&out_mid, &out_mid, scratch, high_len * 2); in poly3_mul_aux() 1246 const size_t high_len = n - low_len; in poly_mul_vec_aux() local [all …]
|