Searched refs:pKey (Results 1 – 8 of 8) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_cryp.c | 362 CRYP_SetKey(hcryp, hcryp->Init.pKey); in HAL_CRYP_AESECB_Encrypt() 438 CRYP_SetKey(hcryp, hcryp->Init.pKey); in HAL_CRYP_AESCBC_Encrypt() 517 CRYP_SetKey(hcryp, hcryp->Init.pKey); in HAL_CRYP_AESCTR_Encrypt() 596 CRYP_SetKey(hcryp, hcryp->Init.pKey); in HAL_CRYP_AESECB_Decrypt() 672 CRYP_SetKey(hcryp, hcryp->Init.pKey); in HAL_CRYP_AESCBC_Decrypt() 748 CRYP_SetKey(hcryp, hcryp->Init.pKey); in HAL_CRYP_AESCTR_Decrypt() 823 CRYP_SetKey(hcryp, hcryp->Init.pKey); in HAL_CRYP_AESECB_Encrypt_IT() 909 CRYP_SetKey(hcryp, hcryp->Init.pKey); in HAL_CRYP_AESCBC_Encrypt_IT() 998 CRYP_SetKey(hcryp, hcryp->Init.pKey); in HAL_CRYP_AESCTR_Encrypt_IT() 1087 CRYP_SetKey(hcryp, hcryp->Init.pKey); in HAL_CRYP_AESECB_Decrypt_IT() [all …]
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_cryp.c | 361 CRYP_SetKey(hcryp, hcryp->Init.pKey); in HAL_CRYP_AESECB_Encrypt() 437 CRYP_SetKey(hcryp, hcryp->Init.pKey); in HAL_CRYP_AESCBC_Encrypt() 516 CRYP_SetKey(hcryp, hcryp->Init.pKey); in HAL_CRYP_AESCTR_Encrypt() 595 CRYP_SetKey(hcryp, hcryp->Init.pKey); in HAL_CRYP_AESECB_Decrypt() 671 CRYP_SetKey(hcryp, hcryp->Init.pKey); in HAL_CRYP_AESCBC_Decrypt() 747 CRYP_SetKey(hcryp, hcryp->Init.pKey); in HAL_CRYP_AESCTR_Decrypt() 822 CRYP_SetKey(hcryp, hcryp->Init.pKey); in HAL_CRYP_AESECB_Encrypt_IT() 908 CRYP_SetKey(hcryp, hcryp->Init.pKey); in HAL_CRYP_AESCBC_Encrypt_IT() 997 CRYP_SetKey(hcryp, hcryp->Init.pKey); in HAL_CRYP_AESCTR_Encrypt_IT() 1086 CRYP_SetKey(hcryp, hcryp->Init.pKey); in HAL_CRYP_AESECB_Decrypt_IT() [all …]
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_hash.c | 1581 inputaddr = (uint32_t)hhash->Init.pKey; /* DMA transfer start address */ in HASH_DMAXferCplt() 1586 …hhash->pHashInBuffPtr = hhash->Init.pKey ; /* address passed to DMA, now entering data message … in HASH_DMAXferCplt() 1972 hhash->pHashInBuffPtr = hhash->Init.pKey; /* Set the key address */ in HASH_IT() 2179 hhash->pHashKeyBuffPtr = hhash->Init.pKey; in HMAC_Processing() 2744 …if ((pInBuffer == NULL) || (Size == 0U) || (hhash->Init.pKey == NULL) || (hhash->Init.KeySize == 0… in HMAC_Start() 2777 …hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address, HMAC_Processing input parameter f… in HMAC_Start() 2814 …if ((pInBuffer == NULL) || (Size == 0U) || (hhash->Init.pKey == NULL) || (hhash->Init.KeySize == 0… in HMAC_Start_IT() 2846 hhash->pHashInBuffPtr = hhash->Init.pKey ; /* Key address */ in HMAC_Start_IT() 2850 hhash->pHashKeyBuffPtr = hhash->Init.pKey; /* Key address */ in HMAC_Start_IT() 2926 …if ((pInBuffer == NULL ) || (Size == 0U) || (hhash->Init.pKey == NULL ) || (hhash->Init.KeySize ==… in HMAC_Start_DMA() [all …]
|
D | stm32l4xx_hal_cryp.c | 1541 if (hcryp->Init.pKey == NULL) in CRYP_SetKey() 1547 keyaddr = (uint32_t)(hcryp->Init.pKey); in CRYP_SetKey()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_hal_cryp.h | 71 uint8_t* pKey; /*!< The key used for encryption/decryption */ member
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_hal_cryp.h | 71 uint8_t* pKey; /*!< The key used for encryption/decryption */ member
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_hash.h | 70 uint8_t* pKey; /*!< The key is used only in HMAC operation. */ member
|
D | stm32l4xx_hal_cryp.h | 88 uint8_t* pKey; /*!< Encryption/Decryption Key */ member
|