Home
last modified time | relevance | path

Searched refs:CRYP_KEYSIZE_256B (Results 1 – 25 of 37) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_cryp.h262 #define CRYP_KEYSIZE_256B CRYP_CR_KEYSIZE_1 macro
265 #define CRYP_KEYSIZE_256B AES_CR_KEYSIZE /*!< 256-bit long key */ macro
579 ((KEYSIZE) == CRYP_KEYSIZE_256B))
589 ((KEYSIZE) == CRYP_KEYSIZE_256B))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_cryp.h262 #define CRYP_KEYSIZE_256B CRYP_CR_KEYSIZE_1 macro
265 #define CRYP_KEYSIZE_256B AES_CR_KEYSIZE /*!< 256-bit long key */ macro
591 ((KEYSIZE) == CRYP_KEYSIZE_256B))
601 ((KEYSIZE) == CRYP_KEYSIZE_256B))
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_cryp.h351 #define CRYP_KEYSIZE_256B CRYP_CR_KEYSIZE_1 macro
801 ((KEYSIZE) == CRYP_KEYSIZE_256B))
814 ((KEYSIZE) == CRYP_KEYSIZE_256B))
827 ((KEYSIZE) == CRYP_KEYSIZE_256B))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_cryp.h352 #define CRYP_KEYSIZE_256B CRYP_CR_KEYSIZE_1 macro
811 ((KEYSIZE) == CRYP_KEYSIZE_256B))
824 ((KEYSIZE) == CRYP_KEYSIZE_256B))
837 ((KEYSIZE) == CRYP_KEYSIZE_256B))
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_cryp.h218 #define CRYP_KEYSIZE_256B CRYP_CR_KEYSIZE_1 macro
434 ((KEYSIZE) == CRYP_KEYSIZE_256B))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_cryp.h254 #define CRYP_KEYSIZE_256B CRYP_CR_KEYSIZE_1 macro
492 ((KEYSIZE) == CRYP_KEYSIZE_256B))
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_cryp.h249 #define CRYP_KEYSIZE_256B CRYP_CR_KEYSIZE_1 macro
483 ((KEYSIZE) == CRYP_KEYSIZE_256B))
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_cryp.h299 #define CRYP_KEYSIZE_256B AES_CR_KEYSIZE /*!< 256-bit long key */ macro
576 ((KEYSIZE) == CRYP_KEYSIZE_256B))
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_cryp.h299 #define CRYP_KEYSIZE_256B AES_CR_KEYSIZE /*!< 256-bit long key */ macro
576 ((KEYSIZE) == CRYP_KEYSIZE_256B))
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_cryp.h299 #define CRYP_KEYSIZE_256B AES_CR_KEYSIZE /*!< 256-bit long key */ macro
576 ((KEYSIZE) == CRYP_KEYSIZE_256B))
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_cryp.h299 #define CRYP_KEYSIZE_256B AES_CR_KEYSIZE /*!< 256-bit long key */ macro
576 ((KEYSIZE) == CRYP_KEYSIZE_256B))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_cryp.h299 #define CRYP_KEYSIZE_256B AES_CR_KEYSIZE /*!< 256-bit long key */ macro
576 ((KEYSIZE) == CRYP_KEYSIZE_256B))
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_cryp.h321 #define CRYP_KEYSIZE_256B AES_CR_KEYSIZE /*!< 256-bit long key */ macro
598 ((KEYSIZE) == CRYP_KEYSIZE_256B))
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_cryp.h311 #define CRYP_KEYSIZE_256B AES_CR_KEYSIZE /*!< 256-bit long key */ macro
651 ((KEYSIZE) == CRYP_KEYSIZE_256B))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_cryp.h311 #define CRYP_KEYSIZE_256B AES_CR_KEYSIZE /*!< 256-bit long key */ macro
651 ((KEYSIZE) == CRYP_KEYSIZE_256B))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_cryp.h311 #define CRYP_KEYSIZE_256B AES_CR_KEYSIZE /*!< 256-bit long key */ macro
651 ((KEYSIZE) == CRYP_KEYSIZE_256B))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_cryp.h225 #define CRYP_KEYSIZE_256B AES_CR_KEYSIZE /*!< 256-bit long key */ macro
529 ((__KEYSIZE__) == CRYP_KEYSIZE_256B))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_cryp.c1534 if (hcryp->Init.KeySize == CRYP_KEYSIZE_256B) in CRYP_SetKey()
1630 if (hcryp->Init.KeySize == CRYP_KEYSIZE_256B) in CRYP_AES_IT()
Dstm32l4xx_hal_cryp_ex.c1997 if (KeySize == CRYP_KEYSIZE_256B) in HAL_CRYPEx_Read_KeyRegisters()
2032 if (KeySize == CRYP_KEYSIZE_256B) in HAL_CRYPEx_Write_KeyRegisters()
2872 if (hcryp->Init.KeySize == CRYP_KEYSIZE_256B) in CRYP_ReadKey()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_cryp_ex.c970 case CRYP_KEYSIZE_256B: in CRYPEx_SetKey()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_cryp_ex.c970 case CRYP_KEYSIZE_256B: in CRYPEx_SetKey()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_cryp.c3053 case CRYP_KEYSIZE_256B: in CRYP_SetKey()
5402 case CRYP_KEYSIZE_256B: in CRYP_Read_KeyRegisters()
5448 if (KeySize == CRYP_KEYSIZE_256B) in CRYP_Write_KeyRegisters()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_cryp.c3055 case CRYP_KEYSIZE_256B: in CRYP_SetKey()
5404 case CRYP_KEYSIZE_256B: in CRYP_Read_KeyRegisters()
5450 if (KeySize == CRYP_KEYSIZE_256B) in CRYP_Write_KeyRegisters()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_cryp.c3053 case CRYP_KEYSIZE_256B: in CRYP_SetKey()
5402 case CRYP_KEYSIZE_256B: in CRYP_Read_KeyRegisters()
5448 if (KeySize == CRYP_KEYSIZE_256B) in CRYP_Write_KeyRegisters()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_cryp.c3053 case CRYP_KEYSIZE_256B: in CRYP_SetKey()
5402 case CRYP_KEYSIZE_256B: in CRYP_Read_KeyRegisters()
5448 if (KeySize == CRYP_KEYSIZE_256B) in CRYP_Write_KeyRegisters()

12