Home
last modified time | relevance | path

Searched defs:pKey (Results 1 – 25 of 48) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_cryp_ex.c487 HAL_StatusTypeDef HAL_CRYPEx_EncryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *pKey, uint32_t *… in HAL_CRYPEx_EncryptSharedKey()
553 HAL_StatusTypeDef HAL_CRYPEx_DecryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *pKey, uint32_t I… in HAL_CRYPEx_DecryptSharedKey()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_cryp_ex.c445 HAL_StatusTypeDef HAL_CRYPEx_EncryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *pKey, uint32_t *… in HAL_CRYPEx_EncryptSharedKey()
498 HAL_StatusTypeDef HAL_CRYPEx_DecryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *pKey, uint32_t I… in HAL_CRYPEx_DecryptSharedKey()
Dstm32u5xx_hal_otfdec.c587 …ypeDef HAL_OTFDEC_RegionSetKey(OTFDEC_HandleTypeDef *hotfdec, uint32_t RegionIndex, uint32_t *pKey) in HAL_OTFDEC_RegionSetKey()
783 uint32_t HAL_OTFDEC_KeyCRCComputation(uint32_t *pKey) in HAL_OTFDEC_KeyCRCComputation()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_cryp_ex.c489 HAL_StatusTypeDef HAL_CRYPEx_EncryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *pKey, uint32_t *… in HAL_CRYPEx_EncryptSharedKey()
561 HAL_StatusTypeDef HAL_CRYPEx_DecryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *pKey, uint32_t I… in HAL_CRYPEx_DecryptSharedKey()
Dstm32h5xx_hal_otfdec.c587 …ypeDef HAL_OTFDEC_RegionSetKey(OTFDEC_HandleTypeDef *hotfdec, uint32_t RegionIndex, uint32_t *pKey) in HAL_OTFDEC_RegionSetKey()
783 uint32_t HAL_OTFDEC_KeyCRCComputation(const uint32_t *pKey) in HAL_OTFDEC_KeyCRCComputation()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_otfdec.c583 …ypeDef HAL_OTFDEC_RegionSetKey(OTFDEC_HandleTypeDef *hotfdec, uint32_t RegionIndex, uint32_t *pKey) in HAL_OTFDEC_RegionSetKey()
756 uint32_t HAL_OTFDEC_KeyCRCComputation(const uint32_t *pKey) in HAL_OTFDEC_KeyCRCComputation()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_flash_ex.c479 …StatusTypeDef HAL_FLASHEx_KeyConfig(const FLASH_KeyConfigTypeDef *pKeyConfig, const uint32_t *pKey) in HAL_FLASHEx_KeyConfig()
564 HAL_StatusTypeDef HAL_FLASHEx_GetKey(const FLASH_KeyConfigTypeDef *pKeyConfig, uint32_t *pKey) in HAL_FLASHEx_GetKey()
Dstm32h7rsxx_hal_mce.c912 uint32_t HAL_MCE_KeyCRCComputation(const uint32_t *pKey) in HAL_MCE_KeyCRCComputation()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_otfdec.c587 …ypeDef HAL_OTFDEC_RegionSetKey(OTFDEC_HandleTypeDef *hotfdec, uint32_t RegionIndex, uint32_t *pKey) in HAL_OTFDEC_RegionSetKey()
783 uint32_t HAL_OTFDEC_KeyCRCComputation(const uint32_t *pKey) in HAL_OTFDEC_KeyCRCComputation()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_mce.h63 uint32_t *pKey; /*!< Pointer at the key used for encryption/decryption */ member
71 …uint32_t *pKey; /*!< Pointer at the key used for encryption/decryption … member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_mce.h63 uint32_t *pKey; /*!< Pointer at the key used for encryption/decryption */ member
75 …uint32_t *pKey; /*!< Pointer at the key used for encryption/decryption … member
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_cryp.h57 uint32_t *pKey; /*!< The key used for encryption/decryption */ member
207 uint32_t *pKey; /*!< The key used for encryption/decryption */ member
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_cryp.h58 uint32_t *pKey; /*!< The key used for encryption/decryption */ member
102 uint32_t *pKey; /*!< The key used for encryption/decryption */ member
Dstm32wbaxx_hal_hash.h54 uint8_t *pKey; /*!< The key is used only in HMAC operation. */ member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_cryp.h58 uint32_t *pKey; /*!< The key used for encryption/decryption */ member
102 uint32_t *pKey; /*!< The key used for encryption/decryption */ member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_cryp.h58 uint32_t *pKey; /*!< The key used for encryption/decryption */ member
102 uint32_t *pKey; /*!< The key used for encryption/decryption */ member
Dstm32u5xx_hal_hash.h53 uint8_t *pKey; /*!< The key is used only in HMAC operation. */ member
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_cryp.h54 uint8_t* pKey; /*!< The key used for encryption/decryption */ member
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_cryp.h54 uint8_t* pKey; /*!< The key used for encryption/decryption */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_mce.c916 uint32_t HAL_MCE_KeyCRCComputation(const uint32_t *pKey) in HAL_MCE_KeyCRCComputation()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_cryp.h57 uint32_t* pKey; /*!< The key used for encryption/decryption */ member
Dstm32f2xx_hal_hash.h53 uint8_t *pKey; /*!< The key is used only in HMAC operation. */ member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hash.h53 uint8_t *pKey; /*!< The key is used only in HMAC operation. */ member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_hash.h53 uint8_t *pKey; /*!< The key is used only in HMAC operation. */ member
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_hash.h53 uint8_t* pKey; /*!< The key is used only in HMAC operation. */ member

12