Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/casper/
Dfsl_casper.c2267 uint32_t *scalar, *M, *X, *Y, *Z, *mem_loc; in Jac_scalar_multiplication() local
2297 mem_loc = &CASPER_MEM[(20U * N_wordlen + 80U)]; in Jac_scalar_multiplication()
2310 #define FSL_CASPER_LUT(P, x) (mem_loc + (3U * ((P)-1U) / 2U + (x)) * (N_wordlen + 4U)) in Jac_scalar_multiplication()
2438 uint32_t *Q2x, *Q2y, *Q2z, *P2x, *P2y, *P2z, *Z, *mem_loc; in precompute_double_scalar_LUT16() local
2463 mem_loc = &CASPER_MEM[(20U * N_wordlen + 80U)]; in precompute_double_scalar_LUT16()
2469 CASPER_MEMCPY(&mem_loc[index], Q2x, N_wordlen * sizeof(uint32_t)); in precompute_double_scalar_LUT16()
2471 CASPER_MEMCPY(&mem_loc[index], Q2y, N_wordlen * sizeof(uint32_t)); in precompute_double_scalar_LUT16()
2473 CASPER_MEMCPY(&mem_loc[index], Q2z, N_wordlen * sizeof(uint32_t)); in precompute_double_scalar_LUT16()
2478 CASPER_MEMCPY(&mem_loc[index], P2x, N_wordlen * sizeof(uint32_t)); in precompute_double_scalar_LUT16()
2480 CASPER_MEMCPY(&mem_loc[index], P2y, N_wordlen * sizeof(uint32_t)); in precompute_double_scalar_LUT16()
[all …]