Searched defs:KeySize (Results 1 – 15 of 15) sorted by relevance
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/ |
D | cc_rsa_kg.c | 49 size_t KeySize, in KGCheckAndSetParamsRSA() 183 size_t KeySize, in CC_RsaKgKeyPairGenerate() 332 size_t KeySize, in CC_RsaKgKeyPairCrtGenerate()
|
D | ccsw_rsa_kg.c | 94 uint32_t KeySize, in CC_SwRsaKgGenerateKeyPair() 313 uint32_t KeySize, in CC_SwRsaKgGenerateKeyPairCRT()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/cert_lib/ |
D | main.c | 107 char* Key_ptr, int KeySize, in SBU_AES_CTR_EncryptFile()
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/ |
D | stm32u5xx_hal_cryp_ex.c | 770 static void CRYPEx_SetKey(const CRYP_HandleTypeDef *hcryp, uint32_t KeySize) in CRYPEx_SetKey()
|
D | stm32u5xx_hal_cryp.c | 3293 static void CRYP_SetKey(CRYP_HandleTypeDef *hcryp, uint32_t KeySize) in CRYP_SetKey() 5502 …ic void CRYP_Read_KeyRegisters(CRYP_HandleTypeDef *hcryp, const uint32_t *Output, uint32_t KeySize) in CRYP_Read_KeyRegisters() 5550 …ic void CRYP_Write_KeyRegisters(CRYP_HandleTypeDef *hcryp, const uint32_t *Input, uint32_t KeySize) in CRYP_Write_KeyRegisters()
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/hal/Src/ |
D | stm32l5xx_hal_cryp.c | 3026 static void CRYP_SetKey(CRYP_HandleTypeDef *hcryp, uint32_t KeySize) in CRYP_SetKey() 5327 static void CRYP_Read_KeyRegisters(CRYP_HandleTypeDef *hcryp, uint32_t* Output, uint32_t KeySize) in CRYP_Read_KeyRegisters() 5375 static void CRYP_Write_KeyRegisters(CRYP_HandleTypeDef *hcryp, uint32_t* Input, uint32_t KeySize) in CRYP_Write_KeyRegisters()
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Src/ |
D | stm32h5xx_hal_cryp.c | 3402 static void CRYP_SetKey(CRYP_HandleTypeDef *hcryp, uint32_t KeySize) in CRYP_SetKey() 5901 …ic void CRYP_Read_KeyRegisters(CRYP_HandleTypeDef *hcryp, const uint32_t *Output, uint32_t KeySize) in CRYP_Read_KeyRegisters() 5949 …ic void CRYP_Write_KeyRegisters(CRYP_HandleTypeDef *hcryp, const uint32_t *Input, uint32_t KeySize) in CRYP_Write_KeyRegisters()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/x509cert_lib/ |
D | main.c | 270 char* Key_ptr, int KeySize, in SBU_AES_CTR_EncryptFile()
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/hal/Inc/ |
D | stm32u5xx_hal_hash.h | 52 uint32_t KeySize; /*!< The key size is used only in HMAC operation. */ member
|
D | stm32u5xx_hal_cryp.h | 56 …uint32_t KeySize; /*!< Used only in AES mode : 128, 192 or 256 bit key length i… member
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/hal/Inc/ |
D | stm32l5xx_hal_hash.h | 52 uint32_t KeySize; /*!< The key size is used only in HMAC operation. */ member
|
D | stm32l5xx_hal_cryp.h | 56 …uint32_t KeySize; /*!< Used only in AES mode : 128, 192 or 256 bit key length i… member
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Inc/ |
D | stm32h5xx_hal_hash.h | 53 uint32_t KeySize; /*!< The key size is used only in HMAC operation. */ member
|
D | stm32h5xx_hal_cryp.h | 56 …uint32_t KeySize; /*!< Used only in AES mode : 128, 192 or 256 bit key length i… member
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/rsa/ |
D | rsa_genkey.c | 1745 size_t KeySize, /* key size in bits */ in RsaGenPandQ()
|