Searched refs:x_x_q (Results 1 – 1 of 1) sorted by relevance
254 DWORD x_x_q[KEY_LENGTH_DWORDS_P256] = {0x0}; in ECC_CheckPointIsInElliCur_P256() local270 multiprecision_fast_mod_P256(x_x_q, x_x); in ECC_CheckPointIsInElliCur_P256()272 multiprecision_mult(x_x, x_x_q, p->x, KEY_LENGTH_DWORDS_P256); in ECC_CheckPointIsInElliCur_P256()276 multiprecision_add_mod(x_x_q, x_q, curve_p256.b, KEY_LENGTH_DWORDS_P256); in ECC_CheckPointIsInElliCur_P256()278 if (multiprecision_compare(y_y_q, x_x_q, KEY_LENGTH_DWORDS_P256)) { in ECC_CheckPointIsInElliCur_P256()