Searched refs:ltc_pkha_modmul (Results 1 – 1 of 1) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ltc/ |
D | fsl_ltc.c | 4161 static status_t ltc_pkha_modmul(LTC_Type *base, in ltc_pkha_modmul() function 4352 status = ltc_pkha_modmul(base, A, *sizeA, R2, *sizeR2, N, sizeN, A, sizeA, arithType, in LTC_PKHA_NormalToMontgomery() 4363 status = ltc_pkha_modmul(base, B, *sizeB, R2, *sizeR2, N, sizeN, B, sizeB, arithType, in LTC_PKHA_NormalToMontgomery() 4415 …status = ltc_pkha_modmul(base, A, *sizeA, &one, (uint16_t)sizeof(one), N, sizeN, A, sizeA, arithTy… in LTC_PKHA_MontgomeryToNormal() 4426 …status = ltc_pkha_modmul(base, B, *sizeB, &one, (uint16_t)sizeof(one), N, sizeN, B, sizeB, arithTy… in LTC_PKHA_MontgomeryToNormal() 4658 …ltc_pkha_modmul(base, A, sizeA, B, sizeB, N, sizeN, result, resultSize, arithType, montIn, montOut… in LTC_PKHA_ModMul()
|