Searched refs:c_pos (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | mul.c | 410 BN_ULONG c_pos = c + bn_add_words(&t[n2], t, &t[n2], n2); in bn_mul_recursive() local 414 c = constant_time_select_w(neg, c_neg, c_pos); in bn_mul_recursive() 524 BN_ULONG c_pos = c + bn_add_words(&t[n2], t, &t[n2], n2); in bn_mul_part_recursive() local 528 c = constant_time_select_w(neg, c_neg, c_pos); in bn_mul_part_recursive()
|