Home
last modified time | relevance | path

Searched refs:is_z (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/ec/curve448/
H A Dfield.h133 static ossl_inline void gf_cond_sel(gf x, const gf y, const gf z, mask_t is_z) in gf_cond_sel() argument
139 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 6 milliseconds