/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_hsem.c | 233 void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID) in HAL_HSEM_ReleaseAll() argument 235 assert_param(IS_HSEM_KEY(Key)); in HAL_HSEM_ReleaseAll() 238 HSEM->CR = ((Key << HSEM_CR_KEY_Pos) | (CoreID << HSEM_CR_COREID_Pos)); in HAL_HSEM_ReleaseAll() 265 void HAL_HSEM_SetClearKey(uint32_t Key) in HAL_HSEM_SetClearKey() argument 267 assert_param(IS_HSEM_KEY(Key)); in HAL_HSEM_SetClearKey() 269 MODIFY_REG(HSEM->KEYR, HSEM_KEYR_KEY, (Key << HSEM_KEYR_KEY_Pos)); in HAL_HSEM_SetClearKey()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_hsem.c | 233 void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID) in HAL_HSEM_ReleaseAll() argument 235 assert_param(IS_HSEM_KEY(Key)); in HAL_HSEM_ReleaseAll() 238 HSEM->CR = ((Key << HSEM_CR_KEY_Pos) | (CoreID << HSEM_CR_COREID_Pos)); in HAL_HSEM_ReleaseAll() 265 void HAL_HSEM_SetClearKey(uint32_t Key) in HAL_HSEM_SetClearKey() argument 267 assert_param(IS_HSEM_KEY(Key)); in HAL_HSEM_SetClearKey() 269 MODIFY_REG(HSEM->KEYR, HSEM_KEYR_KEY, (Key << HSEM_KEYR_KEY_Pos)); in HAL_HSEM_SetClearKey()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_hsem.c | 247 void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID, uint32_t Attribute) in HAL_HSEM_ReleaseAll() argument 249 assert_param(IS_HSEM_KEY(Key)); in HAL_HSEM_ReleaseAll() 252 HSEM->CR = ((Key << HSEM_CR_KEY_Pos) | (CoreID << HSEM_CR_LOCKID_Pos) | Attribute); in HAL_HSEM_ReleaseAll() 279 void HAL_HSEM_SetClearKey(uint32_t Key) in HAL_HSEM_SetClearKey() argument 281 assert_param(IS_HSEM_KEY(Key)); in HAL_HSEM_SetClearKey() 283 MODIFY_REG(HSEM->KEYR, HSEM_KEYR_KEY, (Key << HSEM_KEYR_KEY_Pos)); in HAL_HSEM_SetClearKey()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_hsem.c | 246 void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID) in HAL_HSEM_ReleaseAll() argument 248 assert_param(IS_HSEM_KEY(Key)); in HAL_HSEM_ReleaseAll() 251 HSEM->CR = ((Key << HSEM_CR_KEY_Pos) | (CoreID << HSEM_CR_COREID_Pos)); in HAL_HSEM_ReleaseAll() 278 void HAL_HSEM_SetClearKey(uint32_t Key) in HAL_HSEM_SetClearKey() argument 280 assert_param(IS_HSEM_KEY(Key)); in HAL_HSEM_SetClearKey() 282 MODIFY_REG(HSEM->KEYR, HSEM_KEYR_KEY, (Key << HSEM_KEYR_KEY_Pos)); in HAL_HSEM_SetClearKey()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_hsem.c | 258 void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID) in HAL_HSEM_ReleaseAll() argument 260 assert_param(IS_HSEM_KEY(Key)); in HAL_HSEM_ReleaseAll() 263 HSEM->CR = ((Key << HSEM_CR_KEY_Pos) | (CoreID << HSEM_CR_COREID_Pos)); in HAL_HSEM_ReleaseAll() 290 void HAL_HSEM_SetClearKey(uint32_t Key) in HAL_HSEM_SetClearKey() argument 292 assert_param(IS_HSEM_KEY(Key)); in HAL_HSEM_SetClearKey() 294 MODIFY_REG(HSEM->KEYR, HSEM_KEYR_KEY, (Key << HSEM_KEYR_KEY_Pos)); in HAL_HSEM_SetClearKey()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_cryp_ex.c | 614 HAL_StatusTypeDef HAL_CRYPEx_EncryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *Key, uint32_t *O… in HAL_CRYPEx_EncryptSharedKey() argument 630 hcryp->pCrypInBuffPtr = Key; in HAL_CRYPEx_EncryptSharedKey() 669 HAL_StatusTypeDef HAL_CRYPEx_DecryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *Key, uint32_t ID… in HAL_CRYPEx_DecryptSharedKey() argument 684 hcryp->pCrypInBuffPtr = Key; in HAL_CRYPEx_DecryptSharedKey()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_cryp_ex.c | 614 HAL_StatusTypeDef HAL_CRYPEx_EncryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *Key, uint32_t *O… in HAL_CRYPEx_EncryptSharedKey() argument 630 hcryp->pCrypInBuffPtr = Key; in HAL_CRYPEx_EncryptSharedKey() 669 HAL_StatusTypeDef HAL_CRYPEx_DecryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *Key, uint32_t ID… in HAL_CRYPEx_DecryptSharedKey() argument 684 hcryp->pCrypInBuffPtr = Key; in HAL_CRYPEx_DecryptSharedKey()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_cryp_ex.h | 99 HAL_StatusTypeDef HAL_CRYPEx_EncryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *Key, uint32_t *O… 101 HAL_StatusTypeDef HAL_CRYPEx_DecryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *Key, uint32_t ID,
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_cryp_ex.h | 99 HAL_StatusTypeDef HAL_CRYPEx_EncryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *Key, uint32_t *O… 101 HAL_StatusTypeDef HAL_CRYPEx_DecryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *Key, uint32_t ID,
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_hsem.h | 135 void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID); 148 void HAL_HSEM_SetClearKey(uint32_t Key);
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_hsem.h | 137 void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID); 148 void HAL_HSEM_SetClearKey(uint32_t Key);
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_hsem.h | 135 void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID); 148 void HAL_HSEM_SetClearKey(uint32_t Key);
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_hsem.h | 135 void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID); 148 void HAL_HSEM_SetClearKey(uint32_t Key);
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_hsem.h | 145 void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID, uint32_t Attribute); 158 void HAL_HSEM_SetClearKey(uint32_t Key);
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_hal_radio.c | 1298 void HAL_RADIO_EncryptPlainData(uint8_t *Key, uint8_t *plainData, uint8_t *cypherData) in HAL_RADIO_EncryptPlainData() argument 1307 …key[i] = ((uint32_t)Key[i * 4]) | ((uint32_t)Key[i * 4 + 1]) << 8 | ((uint32_t)Key[i * 4 + 2]) << … in HAL_RADIO_EncryptPlainData()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_cryp.c | 119 static void CRYP_SetKey(CRYP_HandleTypeDef *hcryp, uint8_t *Key); 2005 static void CRYP_SetKey(CRYP_HandleTypeDef *hcryp, uint8_t *Key) in CRYP_SetKey() argument 2007 uint32_t keyaddr = (uint32_t)Key; in CRYP_SetKey()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_cryp.c | 120 static void CRYP_SetKey(CRYP_HandleTypeDef *hcryp, uint8_t *Key); 2034 static void CRYP_SetKey(CRYP_HandleTypeDef *hcryp, uint8_t *Key) in CRYP_SetKey() argument 2036 uint32_t keyaddr = (uint32_t)Key; in CRYP_SetKey()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_hal_radio.h | 142 void HAL_RADIO_EncryptPlainData(uint8_t *Key, uint8_t *plainData, uint8_t *cypherData);
|
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/ble/stack/include/auto/ |
D | ble_types.h | 1082 uint8_t Key[16]; 2511 uint8_t Key[16];
|
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/ |
D | ble_api.h | 1257 tBleStatus hci_le_encrypt(uint8_t Key[16],
|
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/ |
D | dtm_cmd_db.c | 675 uint8_t Key[16]; 5661 rp0->Status = hci_le_encrypt(cp0->Key /* 16 */, in hci_le_encrypt_process()
|