Home
last modified time | relevance | path

Searched refs:KeyType (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_mce.c259 if (pConfig->KeyType == MCE_USE_MASTERKEYS) in HAL_MCE_ConfigNoekeon()
285 else if (pConfig->KeyType == MCE_USE_FASTMASTERKEYS) in HAL_MCE_ConfigNoekeon()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_mce.c256 if (pConfig->KeyType == MCE_USE_MASTERKEYS) in HAL_MCE_ConfigNoekeon()
286 else if (pConfig->KeyType == MCE_USE_FASTMASTERKEYS) in HAL_MCE_ConfigNoekeon()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_mce.h69 uint32_t KeyType; /*!< This parameter is a value of @ref MCE_KeyType. */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_mce.h73 uint32_t KeyType; /*!< This parameter is a value of @ref MCE_KeyType. */ member
/hal_stm32-latest/lib/stm32wb/hci/
Dshci.h310 uint8_t KeyType;
Dshci.c162 if(pParam->KeyType == KEYTYPE_ENCRYPTED) in SHCI_C2_FUS_StoreUsrKey()