Searched refs:EC_POINT_CSWAP (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/crypto/openssl/crypto/ec/ |
| H A D | ec_mult.c | 285 #define EC_POINT_CSWAP(c, a, b, w, t) do { \ in ossl_ec_scalar_mul_ladder() macro 354 EC_POINT_CSWAP(kbit, r, s, group_top, Z_is_one); in ossl_ec_scalar_mul_ladder() 368 EC_POINT_CSWAP(pbit, r, s, group_top, Z_is_one); in ossl_ec_scalar_mul_ladder() 369 #undef EC_POINT_CSWAP in ossl_ec_scalar_mul_ladder()
|