Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/cau3/
Dfsl_cau3.c2698 static status_t cau3_pkha_modmul(CAU3_Type *base, in cau3_pkha_modmul() function
2895 status = cau3_pkha_modmul(base, A, *sizeA, R2, *sizeR2, N, sizeN, A, sizeA, arithType, in CAU3_PKHA_NormalToMontgomery()
2909 status = cau3_pkha_modmul(base, B, *sizeB, R2, *sizeR2, N, sizeN, B, sizeB, arithType, in CAU3_PKHA_NormalToMontgomery()
2976 status = cau3_pkha_modmul(base, A, *sizeA, &one, sizeof(one), N, sizeN, A, sizeA, arithType, in CAU3_PKHA_MontgomeryToNormal()
2990 status = cau3_pkha_modmul(base, B, *sizeB, &one, sizeof(one), N, sizeN, B, sizeB, arithType, in CAU3_PKHA_MontgomeryToNormal()
3273cau3_pkha_modmul(base, A, sizeA, B, sizeB, N, sizeN, result, resultSize, arithType, montIn, montOu… in CAU3_PKHA_ModMul()