Home
last modified time | relevance | path

Searched defs:KeySize (Results 1 – 6 of 6) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_cryp_ex.c1995 void HAL_CRYPEx_Read_KeyRegisters(CRYP_HandleTypeDef *hcryp, uint8_t* Output, uint32_t KeySize) in HAL_CRYPEx_Read_KeyRegisters()
2030 void HAL_CRYPEx_Write_KeyRegisters(CRYP_HandleTypeDef *hcryp, uint8_t* Input, uint32_t KeySize) in HAL_CRYPEx_Write_KeyRegisters()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_hash.h52 uint32_t KeySize; /*!< The key size is used only in HMAC operation. */ member
H A Dstm32l4xx_hal_cryp.h54 uint32_t KeySize; /*!< 128 or 256-bit key length. member
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_hash.h52 uint32_t KeySize; /*!< The key size is used only in HMAC operation. */ member
H A Dstm32f4xx_hal_cryp.h54 …uint32_t KeySize; /*!< Used only in AES mode : 128, 192 or 256 bit key length i… member
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_cryp.c3602 static void CRYP_SetKey(CRYP_HandleTypeDef *hcryp, uint32_t KeySize) in CRYP_SetKey()