Searched refs:EC_POINT_CSWAP (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/crypto/openssl/crypto/ec/ |
| H A D | ec_mult.c | 278 #define EC_POINT_CSWAP(c, a, b, w, t) do { \ in ec_scalar_mul_ladder() macro 347 EC_POINT_CSWAP(kbit, r, s, group_top, Z_is_one); in ec_scalar_mul_ladder() 361 EC_POINT_CSWAP(pbit, r, s, group_top, Z_is_one); in ec_scalar_mul_ladder() 362 #undef EC_POINT_CSWAP in ec_scalar_mul_ladder()
|