Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_cau3.h705 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 …]
Dfsl_cau3_ble.h784 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 …]
Dfsl_cau3.c211 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 …]
Dfsl_cau3_ble.c213 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 …]