Searched refs:is_z (Results 1 – 1 of 1) sorted by relevance
133 static ossl_inline void gf_cond_sel(gf x, const gf y, const gf z, mask_t is_z) in gf_cond_sel() argument139 x[0].limb[i] = constant_time_select_32(is_z, z[0].limb[i], in gf_cond_sel()143 x[0].limb[i] = constant_time_select_64(is_z, z[0].limb[i], in gf_cond_sel()
Completed in 3 milliseconds