Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_cau3.c2626 uint8_t *R2, in CAU3_PKHA_NormalToMontgomery() argument
2643 if (N && sizeN && R2 && sizeR2) in CAU3_PKHA_NormalToMontgomery()
2646 status = cau3_pkha_modR2(base, N, sizeN, R2, sizeR2, arithType); in CAU3_PKHA_NormalToMontgomery()
2658 status = cau3_pkha_modmul(base, A, *sizeA, R2, *sizeR2, N, sizeN, A, sizeA, arithType, in CAU3_PKHA_NormalToMontgomery()
2672 status = cau3_pkha_modmul(base, B, *sizeB, R2, *sizeR2, N, sizeN, B, sizeB, arithType, in CAU3_PKHA_NormalToMontgomery()
Dfsl_cau3.h702 uint8_t *R2,
Dfsl_cau3_ble.c2821 uint8_t *R2, in CAU3_PKHA_NormalToMontgomery() argument
2838 if (N && sizeN && R2 && sizeR2) in CAU3_PKHA_NormalToMontgomery()
2841 status = cau3_pkha_modR2(base, N, sizeN, R2, sizeR2, arithType); in CAU3_PKHA_NormalToMontgomery()
2853 status = cau3_pkha_modmul(base, A, *sizeA, R2, *sizeR2, N, sizeN, A, sizeA, arithType, in CAU3_PKHA_NormalToMontgomery()
2867 status = cau3_pkha_modmul(base, B, *sizeB, R2, *sizeR2, N, sizeN, B, sizeB, arithType, in CAU3_PKHA_NormalToMontgomery()
Dfsl_cau3_ble.h781 uint8_t *R2,