Searched refs:arithType (Results 1 – 4 of 4) sorted by relevance
| /hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/ |
| D | fsl_cau3.h | 705 cau3_pkha_f2m_t arithType); 733 cau3_pkha_f2m_t arithType); 763 cau3_pkha_f2m_t arithType); 851 cau3_pkha_f2m_t arithType, 885 cau3_pkha_f2m_t arithType, 939 cau3_pkha_f2m_t arithType); 964 cau3_pkha_f2m_t arithType); 981 …e, const uint8_t *N, size_t sizeN, uint8_t *result, size_t *resultSize, cau3_pkha_f2m_t arithType); 1026 cau3_pkha_f2m_t arithType); 1080 cau3_pkha_f2m_t arithType, [all …]
|
| D | fsl_cau3_ble.h | 784 cau3_pkha_f2m_t arithType); 812 cau3_pkha_f2m_t arithType); 842 cau3_pkha_f2m_t arithType); 930 cau3_pkha_f2m_t arithType, 964 cau3_pkha_f2m_t arithType, 1018 cau3_pkha_f2m_t arithType); 1043 cau3_pkha_f2m_t arithType); 1060 …e, const uint8_t *N, size_t sizeN, uint8_t *result, size_t *resultSize, cau3_pkha_f2m_t arithType); 1105 cau3_pkha_f2m_t arithType); 1159 cau3_pkha_f2m_t arithType, [all …]
|
| D | fsl_cau3.c | 211 cau3_pkha_f2m_t arithType; member 2182 params->arithType = kCAU3_PKHA_IntegerArith; in cau3_pkha_default_parms() 2439 modeReg |= ((uint32_t)params->arithType << 17u); in cau3_pkha_init_mode() 2460 …se, const uint8_t *N, size_t sizeN, uint8_t *result, size_t *resultSize, cau3_pkha_f2m_t arithType) in cau3_pkha_modR2() argument 2467 params.arithType = arithType; in cau3_pkha_modR2() 2495 cau3_pkha_f2m_t arithType, in cau3_pkha_modmul() argument 2503 if (arithType == kCAU3_PKHA_IntegerArith) in cau3_pkha_modmul() 2518 params.arithType = arithType; in cau3_pkha_modmul() 2629 cau3_pkha_f2m_t arithType) in CAU3_PKHA_NormalToMontgomery() argument 2646 status = cau3_pkha_modR2(base, N, sizeN, R2, sizeR2, arithType); in CAU3_PKHA_NormalToMontgomery() [all …]
|
| D | fsl_cau3_ble.c | 213 cau3_pkha_f2m_t arithType; member 2377 params->arithType = kCAU3_PKHA_IntegerArith; in cau3_pkha_default_parms() 2634 modeReg |= ((uint32_t)params->arithType << 17u); in cau3_pkha_init_mode() 2655 …se, const uint8_t *N, size_t sizeN, uint8_t *result, size_t *resultSize, cau3_pkha_f2m_t arithType) in cau3_pkha_modR2() argument 2662 params.arithType = arithType; in cau3_pkha_modR2() 2690 cau3_pkha_f2m_t arithType, in cau3_pkha_modmul() argument 2698 if (arithType == kCAU3_PKHA_IntegerArith) in cau3_pkha_modmul() 2713 params.arithType = arithType; in cau3_pkha_modmul() 2824 cau3_pkha_f2m_t arithType) in CAU3_PKHA_NormalToMontgomery() argument 2841 status = cau3_pkha_modR2(base, N, sizeN, R2, sizeR2, arithType); in CAU3_PKHA_NormalToMontgomery() [all …]
|