Home
last modified time | relevance | path

Searched refs:Py (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/casper/
Dfsl_casper.c2436 static void precompute_double_scalar_LUT16(uint32_t *Px, uint32_t *Py, uint32_t *Qx, uint32_t *Qy) in precompute_double_scalar_LUT16() argument
2486 Jac_add_affine(P2x, P2y, P2z, Q2x, Q2y, Q2z, Px, Py); in precompute_double_scalar_LUT16()
2504 Jac_double(P2x, P2y, P2z, Px, Py, Z); in precompute_double_scalar_LUT16()
2540 Jac_add_affine(P2x, P2y, P2z, P2x, P2y, P2z, Px, Py); in precompute_double_scalar_LUT16()
2591 static void precompute_double_scalar_LUT4(uint32_t *Px, uint32_t *Py, uint32_t *Qx, uint32_t *Qy) in precompute_double_scalar_LUT4() argument
2616 CASPER_MEMCPY(&mem_loc[index], Py, N_wordlen * sizeof(uint32_t)); in precompute_double_scalar_LUT4()
2622 …&mem_loc[index], &mem_loc[index + N_wordlen], &mem_loc[index + 2U * N_wordlen], Px, Py, Z, Qx, Qy); in precompute_double_scalar_LUT4()