Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/cau3/
Dfsl_cau3.c2462 static status_t cau3_pkha_write_reg( in cau3_pkha_write_reg() function
2549 (void)cau3_pkha_write_reg(base, kCAU3_PKHA_RegN, 0, N, sizeN); in cau3_pkha_init_data()
2558 (void)cau3_pkha_write_reg(base, kCAU3_PKHA_RegA, 0, A, sizeA); in cau3_pkha_init_data()
2567 (void)cau3_pkha_write_reg(base, kCAU3_PKHA_RegB, 0, B, sizeB); in cau3_pkha_init_data()
2576 (void)cau3_pkha_write_reg(base, kCAU3_PKHA_RegE, 0, E, sizeE); in cau3_pkha_init_data()
3835 (void)cau3_pkha_write_reg(base, kCAU3_PKHA_RegN, 0, N, size); in CAU3_PKHA_ECC_PointAdd()
3838 (void)cau3_pkha_write_reg(base, kCAU3_PKHA_RegA, 0, A->X, size); in CAU3_PKHA_ECC_PointAdd()
3839 (void)cau3_pkha_write_reg(base, kCAU3_PKHA_RegA, 1, A->Y, size); in CAU3_PKHA_ECC_PointAdd()
3840 (void)cau3_pkha_write_reg(base, kCAU3_PKHA_RegA, 3, aCurveParam, size); in CAU3_PKHA_ECC_PointAdd()
3843 (void)cau3_pkha_write_reg(base, kCAU3_PKHA_RegB, 0, bCurveParam, size); in CAU3_PKHA_ECC_PointAdd()
[all …]