Home
last modified time | relevance | path

Searched refs:pHashKeyBuffPtr (Results 1 – 24 of 24) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_hash.c654 hhash->pHashKeyBuffPtr_saved = hhash->pHashKeyBuffPtr; in HAL_HASH_Suspend()
710 hhash->pHashKeyBuffPtr = hhash->pHashKeyBuffPtr_saved; in HAL_HASH_Resume()
1495 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_Start()
1626 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_Accumulate()
1728 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_AccumulateLast()
1823 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_Start_IT()
1911 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_Accumulate_IT()
1993 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_AccumulateLast_IT()
2051 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_Start_DMA()
2592 __IO uint32_t keyaddr = (uint32_t)(hhash->pHashKeyBuffPtr); in HASH_WriteData_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_hash.c654 hhash->pHashKeyBuffPtr_saved = hhash->pHashKeyBuffPtr; in HAL_HASH_Suspend()
710 hhash->pHashKeyBuffPtr = hhash->pHashKeyBuffPtr_saved; in HAL_HASH_Resume()
1495 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_Start()
1626 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_Accumulate()
1728 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_AccumulateLast()
1823 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_Start_IT()
1911 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_Accumulate_IT()
1993 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_AccumulateLast_IT()
2051 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_Start_DMA()
2592 __IO uint32_t keyaddr = (uint32_t)(hhash->pHashKeyBuffPtr); in HASH_WriteData_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_hash.c658 hhash->pHashKeyBuffPtr_saved = hhash->pHashKeyBuffPtr; in HAL_HASH_Suspend()
714 hhash->pHashKeyBuffPtr = hhash->pHashKeyBuffPtr_saved; in HAL_HASH_Resume()
1499 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_Start()
1630 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_Accumulate()
1732 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_AccumulateLast()
1827 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_Start_IT()
1915 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_Accumulate_IT()
1997 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_AccumulateLast_IT()
2055 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_Start_DMA()
2596 __IO uint32_t keyaddr = (uint32_t)(hhash->pHashKeyBuffPtr); in HASH_WriteData_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_hash.c654 hhash->pHashKeyBuffPtr_saved = hhash->pHashKeyBuffPtr; in HAL_HASH_Suspend()
710 hhash->pHashKeyBuffPtr = hhash->pHashKeyBuffPtr_saved; in HAL_HASH_Resume()
1495 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_Start()
1616 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_Accumulate()
1708 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_AccumulateLast()
1803 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_Start_IT()
1882 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_Accumulate_IT()
1955 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_AccumulateLast_IT()
2013 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HAL_HASH_HMAC_Start_DMA()
2545 __IO uint32_t keyaddr = (uint32_t)(hhash->pHashKeyBuffPtr); in HASH_WriteData_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_hash.c1688 hhash->pHashKeyBuffPtr = (uint8_t *)inputaddr; in HASH_WriteData()
2099 hhash->Status = HASH_WriteData(hhash, hhash->pHashKeyBuffPtr, hhash->HashKeyCount); in HMAC_Processing()
2171 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HMAC_Processing()
2188 hhash->Status = HASH_WriteData(hhash, hhash->pHashKeyBuffPtr, hhash->HashKeyCount); in HMAC_Processing()
2769 …hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address, HMAC_Processing input parameter f… in HMAC_Start()
2842 hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address */ in HMAC_Start_IT()
2953 …hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address … in HMAC_Start_DMA()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_hash.c1834 hhash->pHashKeyBuffPtr = (uint8_t *)inputaddr; in HASH_WriteData()
2283 hhash->Status = HASH_WriteData(hhash, hhash->pHashKeyBuffPtr, hhash->HashKeyCount); in HMAC_Processing()
2355 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HMAC_Processing()
2372 hhash->Status = HASH_WriteData(hhash, hhash->pHashKeyBuffPtr, hhash->HashKeyCount); in HMAC_Processing()
3178 …hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address, HMAC_Processing input parameter f… in HMAC_Start()
3257 hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address */ in HMAC_Start_IT()
3366 …hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address … in HMAC_Start_DMA()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_hash.c1880 hhash->pHashKeyBuffPtr = (uint8_t *)inputaddr; in HASH_WriteData()
2361 hhash->Status = HASH_WriteData(hhash, hhash->pHashKeyBuffPtr, hhash->HashKeyCount); in HMAC_Processing()
2433 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HMAC_Processing()
2450 hhash->Status = HASH_WriteData(hhash, hhash->pHashKeyBuffPtr, hhash->HashKeyCount); in HMAC_Processing()
3285 …hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address, HMAC_Processing input parameter f… in HMAC_Start()
3364 hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address */ in HMAC_Start_IT()
3477 …hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address … in HMAC_Start_DMA()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_hash.c1876 hhash->pHashKeyBuffPtr = (uint8_t *)inputaddr; in HASH_WriteData()
2363 hhash->Status = HASH_WriteData(hhash, hhash->pHashKeyBuffPtr, hhash->HashKeyCount); in HMAC_Processing()
2435 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HMAC_Processing()
2452 hhash->Status = HASH_WriteData(hhash, hhash->pHashKeyBuffPtr, hhash->HashKeyCount); in HMAC_Processing()
3251 …hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address, HMAC_Processing input parameter f… in HMAC_Start()
3330 hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address */ in HMAC_Start_IT()
3457 …hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address … in HMAC_Start_DMA()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_hash.c1867 hhash->pHashKeyBuffPtr = (uint8_t *)inputaddr; in HASH_WriteData()
2350 hhash->Status = HASH_WriteData(hhash, hhash->pHashKeyBuffPtr, hhash->HashKeyCount); in HMAC_Processing()
2422 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HMAC_Processing()
2439 hhash->Status = HASH_WriteData(hhash, hhash->pHashKeyBuffPtr, hhash->HashKeyCount); in HMAC_Processing()
3238 …hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address, HMAC_Processing input parameter f… in HMAC_Start()
3317 hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address */ in HMAC_Start_IT()
3430 …hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address … in HMAC_Start_DMA()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hash.c1870 hhash->pHashKeyBuffPtr = (uint8_t *)inputaddr; in HASH_WriteData()
2351 hhash->Status = HASH_WriteData(hhash, hhash->pHashKeyBuffPtr, hhash->HashKeyCount); in HMAC_Processing()
2423 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HMAC_Processing()
2440 hhash->Status = HASH_WriteData(hhash, hhash->pHashKeyBuffPtr, hhash->HashKeyCount); in HMAC_Processing()
3257 …hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address, HMAC_Processing input parameter f… in HMAC_Start()
3336 hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address */ in HMAC_Start_IT()
3449 …hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address … in HMAC_Start_DMA()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_hash.c1867 hhash->pHashKeyBuffPtr = (uint8_t *)inputaddr; in HASH_WriteData()
2350 hhash->Status = HASH_WriteData(hhash, hhash->pHashKeyBuffPtr, hhash->HashKeyCount); in HMAC_Processing()
2422 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HMAC_Processing()
2439 hhash->Status = HASH_WriteData(hhash, hhash->pHashKeyBuffPtr, hhash->HashKeyCount); in HMAC_Processing()
3238 …hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address, HMAC_Processing input parameter f… in HMAC_Start()
3317 hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address */ in HMAC_Start_IT()
3430 …hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address … in HMAC_Start_DMA()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_hash.c1867 hhash->pHashKeyBuffPtr = (uint8_t *)inputaddr; in HASH_WriteData()
2350 hhash->Status = HASH_WriteData(hhash, hhash->pHashKeyBuffPtr, hhash->HashKeyCount); in HMAC_Processing()
2422 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HMAC_Processing()
2439 hhash->Status = HASH_WriteData(hhash, hhash->pHashKeyBuffPtr, hhash->HashKeyCount); in HMAC_Processing()
3238 …hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address, HMAC_Processing input parameter f… in HMAC_Start()
3317 hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address */ in HMAC_Start_IT()
3430 …hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address … in HMAC_Start_DMA()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_hash.h122 uint8_t *pHashKeyBuffPtr; /*!< Pointer to key buffer (HMAC only) */ member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_hash.h122 uint8_t *pHashKeyBuffPtr; /*!< Pointer to key buffer (HMAC only) */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_hash.h122 uint8_t *pHashKeyBuffPtr; /*!< Pointer to key buffer (HMAC only) */ member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_hash.h122 uint8_t *pHashKeyBuffPtr; /*!< Pointer to key buffer (HMAC only) */ member
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_hash.h124 uint8_t *pHashKeyBuffPtr; /*!< Pointer to key buffer (HMAC only) */ member
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_hash.h124 uint8_t *pHashKeyBuffPtr; /*!< Pointer to key buffer (HMAC only) */ member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hash.h124 uint8_t *pHashKeyBuffPtr; /*!< Pointer to key buffer (HMAC only) */ member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_hash.h124 uint8_t *pHashKeyBuffPtr; /*!< Pointer to key buffer (HMAC only) */ member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_hash.h124 uint8_t *pHashKeyBuffPtr; /*!< Pointer to key buffer (HMAC only) */ member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_hash.h124 uint8_t *pHashKeyBuffPtr; /*!< Pointer to key buffer (HMAC only) */ member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_hash.h124 uint8_t *pHashKeyBuffPtr; /*!< Pointer to key buffer (HMAC only) */ member
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_hash.h124 uint8_t *pHashKeyBuffPtr; /*!< Pointer to key buffer (HMAC only) */ member