Lines Matching refs:ecp_nistz256_sub
113 void ecp_nistz256_sub(BN_ULONG res[P256_LIMBS],
291 ecp_nistz256_sub(Zsqr, in_x, Zsqr);
304 ecp_nistz256_sub(res_x, res_x, tmp0);
305 ecp_nistz256_sub(S, S, res_x);
308 ecp_nistz256_sub(res_y, S, res_y);
360 ecp_nistz256_sub(R, S2, S1); /* R = S2 - S1 */
364 ecp_nistz256_sub(H, U2, U1); /* H = U2 - U1 */
419 ecp_nistz256_sub(res_x, Rsqr, Hsqr);
420 ecp_nistz256_sub(res_x, res_x, Hcub);
422 ecp_nistz256_sub(res_y, U2, res_x);
426 ecp_nistz256_sub(res_y, res_y, S2);
489 ecp_nistz256_sub(H, U2, in1_x); /* H = U2 - U1 */
496 ecp_nistz256_sub(R, S2, in1_y); /* R = S2 - S1 */
505 ecp_nistz256_sub(res_x, Rsqr, Hsqr);
506 ecp_nistz256_sub(res_x, res_x, Hcub);
507 ecp_nistz256_sub(H, U2, res_x);
511 ecp_nistz256_sub(res_y, H, S2);