Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m46x/Devices/M460/Include/
Dcrypto_reg.h6624 #define CRPT_RSA_CTL_KEYLENG_Pos (4) /*!< CRP… macro
6625 #define CRPT_RSA_CTL_KEYLENG_Msk (0x3ul << CRPT_RSA_CTL_KEYLENG_Pos) /*!< CRP…
/hal_nuvoton-latest/m46x/StdDriver/src/
Dcrypto.c2838 crpt->RSA_CTL = (u32OpMode) | (u32KeySize << CRPT_RSA_CTL_KEYLENG_Pos); in RSA_Open()
2933 u32CntIdx = (crpt->RSA_CTL & CRPT_RSA_CTL_KEYLENG_Msk) >> CRPT_RSA_CTL_KEYLENG_Pos; in RSA_Read()