Searched refs:maybe_add_words (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | gcd_extra.c | 42 static BN_ULONG maybe_add_words(BN_ULONG *a, BN_ULONG mask, const BN_ULONG *b, in maybe_add_words() function 296 maybe_add_words(A->d, A_or_B_is_odd & u_is_even, n->d, tmp->d, n_width); in bn_mod_inverse_consttime() 298 maybe_add_words(B->d, A_or_B_is_odd & u_is_even, a->d, tmp->d, a_width); in bn_mod_inverse_consttime() 306 maybe_add_words(C->d, C_or_D_is_odd & v_is_even, n->d, tmp->d, n_width); in bn_mod_inverse_consttime() 308 maybe_add_words(D->d, C_or_D_is_odd & v_is_even, a->d, tmp->d, a_width); in bn_mod_inverse_consttime()
|