Searched refs:gf_cond_swap (Results 1 – 2 of 2) sorted by relevance
/openssl-master/crypto/ec/curve448/ |
A D | curve448.c | 93 gf_cond_swap(n->a, n->b, neg); in cond_neg_niels() 415 gf_cond_swap(x2, x3, swap); in ossl_x448_int() 416 gf_cond_swap(z2, z3, swap); in ossl_x448_int() 447 gf_cond_swap(x2, x3, swap); in ossl_x448_int() 448 gf_cond_swap(z2, z3, swap); in ossl_x448_int()
|
A D | field.h | 159 static ossl_inline void gf_cond_swap(gf x, gf_s * RESTRICT y, mask_t swap) in gf_cond_swap() function
|
Completed in 4 milliseconds