Searched refs:gf_cond_swap (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/ |
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()
|
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
|
/third_party/openssl/crypto/ec/curve448/ |
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()
|
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
|