Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/casper/
Dfsl_casper.c2438 uint32_t *Q2x, *Q2y, *Q2z, *P2x, *P2y, *P2z, *Z, *mem_loc; in precompute_double_scalar_LUT16() local
2460 P2y = &CASPER_MEM[((2U * (N_wordlen + 4U)) + (9U * (N_wordlen + 4U))) + 7U * (N_wordlen + 4U)]; in precompute_double_scalar_LUT16()
2477 Jac_add_affine(P2x, P2y, P2z, Q2x, Q2y, Q2z, Qx, Qy); in precompute_double_scalar_LUT16()
2480 CASPER_MEMCPY(&mem_loc[index], P2y, N_wordlen * sizeof(uint32_t)); in precompute_double_scalar_LUT16()
2486 Jac_add_affine(P2x, P2y, P2z, Q2x, Q2y, Q2z, Px, Py); in precompute_double_scalar_LUT16()
2489 CASPER_MEMCPY(&mem_loc[index], P2y, N_wordlen * sizeof(uint32_t)); in precompute_double_scalar_LUT16()
2495 Jac_add_affine(P2x, P2y, P2z, P2x, P2y, P2z, Qx, Qy); in precompute_double_scalar_LUT16()
2498 CASPER_MEMCPY(&mem_loc[index], P2y, N_wordlen * sizeof(uint32_t)); in precompute_double_scalar_LUT16()
2504 Jac_double(P2x, P2y, P2z, Px, Py, Z); in precompute_double_scalar_LUT16()
2507 CASPER_MEMCPY(&mem_loc[index], P2y, N_wordlen * sizeof(uint32_t)); in precompute_double_scalar_LUT16()
[all …]