Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/security/hal/k7u/rsa/
H A DhalRSA.h181 void HAL_RSA_SetKeyLength(MS_U32 u32keylen);
H A DhalRSA.c232 void HAL_RSA_SetKeyLength(MS_U32 u32keylen) /// Ken Len unit:Word in HAL_RSA_SetKeyLength() function
/utopia/UTPA2-700.0.x/modules/security/hal/k6lite/rsa/
H A DhalRSA.h181 void HAL_RSA_SetKeyLength(MS_U32 u32keylen);
H A DhalRSA.c232 void HAL_RSA_SetKeyLength(MS_U32 u32keylen) /// Ken Len unit:Word in HAL_RSA_SetKeyLength() function
/utopia/UTPA2-700.0.x/modules/security/hal/curry/rsa/
H A DhalRSA.h181 void HAL_RSA_SetKeyLength(MS_U32 u32keylen);
H A DhalRSA.c232 void HAL_RSA_SetKeyLength(MS_U32 u32keylen) /// Ken Len unit:Word in HAL_RSA_SetKeyLength() function
/utopia/UTPA2-700.0.x/modules/security/hal/k6/rsa/
H A DhalRSA.h181 void HAL_RSA_SetKeyLength(MS_U32 u32keylen);
H A DhalRSA.c232 void HAL_RSA_SetKeyLength(MS_U32 u32keylen) /// Ken Len unit:Word in HAL_RSA_SetKeyLength() function
/utopia/UTPA2-700.0.x/modules/security/hal/kano/rsa/
H A DhalRSA.h181 void HAL_RSA_SetKeyLength(MS_U32 u32keylen);
H A DhalRSA.c232 void HAL_RSA_SetKeyLength(MS_U32 u32keylen) /// Ken Len unit:Word in HAL_RSA_SetKeyLength() function
/utopia/UTPA2-700.0.x/modules/security/drv/cipher/
H A DdrvCIPHER.c4324 HAL_RSA_SetKeyLength((u32KeyLen/RSA_UNIT_SIZE)-1); in _MDrv_RSA_Calculate()