Searched refs:Q2y (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/casper/ |
| D | fsl_casper.c | 2438 uint32_t *Q2x, *Q2y, *Q2z, *P2x, *P2y, *P2z, *Z, *mem_loc; in precompute_double_scalar_LUT16() local 2453 Q2y = &CASPER_MEM[(20U * N_wordlen + 80U) + 48U * N_wordlen + 1U * (N_wordlen + 4U)]; in precompute_double_scalar_LUT16() 2468 Jac_double(Q2x, Q2y, Q2z, Qx, Qy, Z); in precompute_double_scalar_LUT16() 2471 CASPER_MEMCPY(&mem_loc[index], Q2y, N_wordlen * sizeof(uint32_t)); in precompute_double_scalar_LUT16() 2477 Jac_add_affine(P2x, P2y, P2z, Q2x, Q2y, Q2z, Qx, Qy); in precompute_double_scalar_LUT16() 2486 Jac_add_affine(P2x, P2y, P2z, Q2x, Q2y, Q2z, Px, Py); in precompute_double_scalar_LUT16() 2513 Jac_add_affine(Q2x, Q2y, Q2z, P2x, P2y, P2z, Qx, Qy); in precompute_double_scalar_LUT16() 2516 CASPER_MEMCPY(&mem_loc[index], Q2y, N_wordlen * sizeof(uint32_t)); in precompute_double_scalar_LUT16() 2522 Jac_add_affine(Q2x, Q2y, Q2z, Q2x, Q2y, Q2z, Qx, Qy); in precompute_double_scalar_LUT16() 2525 CASPER_MEMCPY(&mem_loc[index], Q2y, N_wordlen * sizeof(uint32_t)); in precompute_double_scalar_LUT16() [all …]
|