Home
last modified time | relevance | path

Searched refs:Key (Results 1 – 21 of 21) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_hsem.c233 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/
Dstm32wbxx_hal_hsem.c233 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/
Dstm32wbaxx_hal_hsem.c247 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/
Dstm32mp1xx_hal_hsem.c246 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/
Dstm32h7xx_hal_hsem.c258 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/
Dstm32n6xx_hal_cryp_ex.c614 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/
Dstm32h7rsxx_hal_cryp_ex.c614 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/
Dstm32h7rsxx_hal_cryp_ex.h99 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/
Dstm32n6xx_hal_cryp_ex.h99 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/
Dstm32h7xx_hal_hsem.h135 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/
Dstm32mp1xx_hal_hsem.h137 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/
Dstm32wbxx_hal_hsem.h135 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/
Dstm32wlxx_hal_hsem.h135 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/
Dstm32wbaxx_hal_hsem.h145 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/
Dstm32wb0x_hal_radio.c1298 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/
Dstm32l0xx_hal_cryp.c119 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/
Dstm32l1xx_hal_cryp.c120 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/
Dstm32wb0x_hal_radio.h142 void HAL_RADIO_EncryptPlainData(uint8_t *Key, uint8_t *plainData, uint8_t *cypherData);
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/ble/stack/include/auto/
Dble_types.h1082 uint8_t Key[16];
2511 uint8_t Key[16];
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dble_api.h1257 tBleStatus hci_le_encrypt(uint8_t Key[16],
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Ddtm_cmd_db.c675 uint8_t Key[16];
5661 rp0->Status = hci_le_encrypt(cp0->Key /* 16 */, in hci_le_encrypt_process()