Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m46x/StdDriver/src/
Dcrypto.c2926 uint32_t u32CntIdx = 0; in RSA_Read() local
2933 u32CntIdx = (crpt->RSA_CTL & CRPT_RSA_CTL_KEYLENG_Msk) >> CRPT_RSA_CTL_KEYLENG_Pos; in RSA_Read()
2934 Reg2Hex((int32_t)au32CntTbl[u32CntIdx], ((RSA_BUF_NORMAL_T *)s_pRSABuf)->au32RsaOutput, Output); in RSA_Read()