Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.
Dependents: 1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB
Fork of mbed by
TARGET_NUCLEO_F746ZG/stm32f7xx_hal_cryp.h@121:672067c3ada4, 2016-04-14 (annotated)
- Committer:
- elijahorr
- Date:
- Thu Apr 14 07:28:54 2016 +0000
- Revision:
- 121:672067c3ada4
- Parent:
- 116:c0f6e94411f5
.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Kojto | 115:87f2f5183dfb | 1 | /** |
Kojto | 115:87f2f5183dfb | 2 | ****************************************************************************** |
Kojto | 115:87f2f5183dfb | 3 | * @file stm32f7xx_hal_cryp.h |
Kojto | 115:87f2f5183dfb | 4 | * @author MCD Application Team |
Kojto | 116:c0f6e94411f5 | 5 | * @version V1.0.4 |
Kojto | 116:c0f6e94411f5 | 6 | * @date 09-December-2015 |
Kojto | 115:87f2f5183dfb | 7 | * @brief Header file of CRYP HAL module. |
Kojto | 115:87f2f5183dfb | 8 | ****************************************************************************** |
Kojto | 115:87f2f5183dfb | 9 | * @attention |
Kojto | 115:87f2f5183dfb | 10 | * |
Kojto | 115:87f2f5183dfb | 11 | * <h2><center>© COPYRIGHT(c) 2015 STMicroelectronics</center></h2> |
Kojto | 115:87f2f5183dfb | 12 | * |
Kojto | 115:87f2f5183dfb | 13 | * Redistribution and use in source and binary forms, with or without modification, |
Kojto | 115:87f2f5183dfb | 14 | * are permitted provided that the following conditions are met: |
Kojto | 115:87f2f5183dfb | 15 | * 1. Redistributions of source code must retain the above copyright notice, |
Kojto | 115:87f2f5183dfb | 16 | * this list of conditions and the following disclaimer. |
Kojto | 115:87f2f5183dfb | 17 | * 2. Redistributions in binary form must reproduce the above copyright notice, |
Kojto | 115:87f2f5183dfb | 18 | * this list of conditions and the following disclaimer in the documentation |
Kojto | 115:87f2f5183dfb | 19 | * and/or other materials provided with the distribution. |
Kojto | 115:87f2f5183dfb | 20 | * 3. Neither the name of STMicroelectronics nor the names of its contributors |
Kojto | 115:87f2f5183dfb | 21 | * may be used to endorse or promote products derived from this software |
Kojto | 115:87f2f5183dfb | 22 | * without specific prior written permission. |
Kojto | 115:87f2f5183dfb | 23 | * |
Kojto | 115:87f2f5183dfb | 24 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
Kojto | 115:87f2f5183dfb | 25 | * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
Kojto | 115:87f2f5183dfb | 26 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
Kojto | 115:87f2f5183dfb | 27 | * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
Kojto | 115:87f2f5183dfb | 28 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
Kojto | 115:87f2f5183dfb | 29 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
Kojto | 115:87f2f5183dfb | 30 | * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
Kojto | 115:87f2f5183dfb | 31 | * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
Kojto | 115:87f2f5183dfb | 32 | * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
Kojto | 115:87f2f5183dfb | 33 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Kojto | 115:87f2f5183dfb | 34 | * |
Kojto | 115:87f2f5183dfb | 35 | ****************************************************************************** |
Kojto | 115:87f2f5183dfb | 36 | */ |
Kojto | 115:87f2f5183dfb | 37 | |
Kojto | 115:87f2f5183dfb | 38 | /* Define to prevent recursive inclusion -------------------------------------*/ |
Kojto | 115:87f2f5183dfb | 39 | #ifndef __STM32F7xx_HAL_CRYP_H |
Kojto | 115:87f2f5183dfb | 40 | #define __STM32F7xx_HAL_CRYP_H |
Kojto | 115:87f2f5183dfb | 41 | |
Kojto | 115:87f2f5183dfb | 42 | #ifdef __cplusplus |
Kojto | 115:87f2f5183dfb | 43 | extern "C" { |
Kojto | 115:87f2f5183dfb | 44 | #endif |
Kojto | 115:87f2f5183dfb | 45 | |
Kojto | 116:c0f6e94411f5 | 46 | #if defined (STM32F756xx) |
Kojto | 115:87f2f5183dfb | 47 | /* Includes ------------------------------------------------------------------*/ |
Kojto | 115:87f2f5183dfb | 48 | #include "stm32f7xx_hal_def.h" |
Kojto | 115:87f2f5183dfb | 49 | |
Kojto | 115:87f2f5183dfb | 50 | /** @addtogroup STM32F7xx_HAL_Driver |
Kojto | 115:87f2f5183dfb | 51 | * @{ |
Kojto | 115:87f2f5183dfb | 52 | */ |
Kojto | 115:87f2f5183dfb | 53 | |
Kojto | 115:87f2f5183dfb | 54 | /** @addtogroup CRYP |
Kojto | 115:87f2f5183dfb | 55 | * @{ |
Kojto | 115:87f2f5183dfb | 56 | */ |
Kojto | 115:87f2f5183dfb | 57 | |
Kojto | 115:87f2f5183dfb | 58 | /* Exported types ------------------------------------------------------------*/ |
Kojto | 115:87f2f5183dfb | 59 | |
Kojto | 115:87f2f5183dfb | 60 | /** @defgroup CRYP_Exported_Types CRYP Exported Types |
Kojto | 115:87f2f5183dfb | 61 | * @{ |
Kojto | 115:87f2f5183dfb | 62 | */ |
Kojto | 115:87f2f5183dfb | 63 | |
Kojto | 115:87f2f5183dfb | 64 | /** @defgroup CRYP_Exported_Types_Group1 CRYP Configuration Structure definition |
Kojto | 115:87f2f5183dfb | 65 | * @{ |
Kojto | 115:87f2f5183dfb | 66 | */ |
Kojto | 115:87f2f5183dfb | 67 | |
Kojto | 115:87f2f5183dfb | 68 | typedef struct |
Kojto | 115:87f2f5183dfb | 69 | { |
Kojto | 115:87f2f5183dfb | 70 | uint32_t DataType; /*!< 32-bit data, 16-bit data, 8-bit data or 1-bit string. |
Kojto | 115:87f2f5183dfb | 71 | This parameter can be a value of @ref CRYP_Data_Type */ |
Kojto | 115:87f2f5183dfb | 72 | |
Kojto | 115:87f2f5183dfb | 73 | uint32_t KeySize; /*!< Used only in AES mode only : 128, 192 or 256 bit key length. |
Kojto | 115:87f2f5183dfb | 74 | This parameter can be a value of @ref CRYP_Key_Size */ |
Kojto | 115:87f2f5183dfb | 75 | |
Kojto | 115:87f2f5183dfb | 76 | uint8_t* pKey; /*!< The key used for encryption/decryption */ |
Kojto | 115:87f2f5183dfb | 77 | |
Kojto | 115:87f2f5183dfb | 78 | uint8_t* pInitVect; /*!< The initialization vector used also as initialization |
Kojto | 115:87f2f5183dfb | 79 | counter in CTR mode */ |
Kojto | 115:87f2f5183dfb | 80 | |
Kojto | 115:87f2f5183dfb | 81 | uint8_t IVSize; /*!< The size of initialization vector. |
Kojto | 115:87f2f5183dfb | 82 | This parameter (called nonce size in CCM) is used only |
Kojto | 115:87f2f5183dfb | 83 | in AES-128/192/256 encryption/decryption CCM mode */ |
Kojto | 115:87f2f5183dfb | 84 | |
Kojto | 115:87f2f5183dfb | 85 | uint8_t TagSize; /*!< The size of returned authentication TAG. |
Kojto | 115:87f2f5183dfb | 86 | This parameter is used only in AES-128/192/256 |
Kojto | 115:87f2f5183dfb | 87 | encryption/decryption CCM mode */ |
Kojto | 115:87f2f5183dfb | 88 | |
Kojto | 115:87f2f5183dfb | 89 | uint8_t* Header; /*!< The header used in GCM and CCM modes */ |
Kojto | 115:87f2f5183dfb | 90 | |
Kojto | 115:87f2f5183dfb | 91 | uint32_t HeaderSize; /*!< The size of header buffer in bytes */ |
Kojto | 115:87f2f5183dfb | 92 | |
Kojto | 115:87f2f5183dfb | 93 | uint8_t* pScratch; /*!< Scratch buffer used to append the header. It's size must be equal to header size + 21 bytes. |
Kojto | 115:87f2f5183dfb | 94 | This parameter is used only in AES-128/192/256 encryption/decryption CCM mode */ |
Kojto | 115:87f2f5183dfb | 95 | }CRYP_InitTypeDef; |
Kojto | 115:87f2f5183dfb | 96 | |
Kojto | 115:87f2f5183dfb | 97 | /** |
Kojto | 115:87f2f5183dfb | 98 | * @} |
Kojto | 115:87f2f5183dfb | 99 | */ |
Kojto | 115:87f2f5183dfb | 100 | |
Kojto | 115:87f2f5183dfb | 101 | /** @defgroup CRYP_Exported_Types_Group2 CRYP State structures definition |
Kojto | 115:87f2f5183dfb | 102 | * @{ |
Kojto | 115:87f2f5183dfb | 103 | */ |
Kojto | 115:87f2f5183dfb | 104 | |
Kojto | 115:87f2f5183dfb | 105 | |
Kojto | 115:87f2f5183dfb | 106 | typedef enum |
Kojto | 115:87f2f5183dfb | 107 | { |
Kojto | 115:87f2f5183dfb | 108 | HAL_CRYP_STATE_RESET = 0x00, /*!< CRYP not yet initialized or disabled */ |
Kojto | 115:87f2f5183dfb | 109 | HAL_CRYP_STATE_READY = 0x01, /*!< CRYP initialized and ready for use */ |
Kojto | 115:87f2f5183dfb | 110 | HAL_CRYP_STATE_BUSY = 0x02, /*!< CRYP internal processing is ongoing */ |
Kojto | 115:87f2f5183dfb | 111 | HAL_CRYP_STATE_TIMEOUT = 0x03, /*!< CRYP timeout state */ |
Kojto | 115:87f2f5183dfb | 112 | HAL_CRYP_STATE_ERROR = 0x04 /*!< CRYP error state */ |
Kojto | 115:87f2f5183dfb | 113 | }HAL_CRYP_STATETypeDef; |
Kojto | 115:87f2f5183dfb | 114 | |
Kojto | 115:87f2f5183dfb | 115 | /** |
Kojto | 115:87f2f5183dfb | 116 | * @} |
Kojto | 115:87f2f5183dfb | 117 | */ |
Kojto | 115:87f2f5183dfb | 118 | |
Kojto | 115:87f2f5183dfb | 119 | /** @defgroup CRYP_Exported_Types_Group3 CRYP phase structures definition |
Kojto | 115:87f2f5183dfb | 120 | * @{ |
Kojto | 115:87f2f5183dfb | 121 | */ |
Kojto | 115:87f2f5183dfb | 122 | |
Kojto | 115:87f2f5183dfb | 123 | |
Kojto | 115:87f2f5183dfb | 124 | typedef enum |
Kojto | 115:87f2f5183dfb | 125 | { |
Kojto | 115:87f2f5183dfb | 126 | HAL_CRYP_PHASE_READY = 0x01, /*!< CRYP peripheral is ready for initialization. */ |
Kojto | 115:87f2f5183dfb | 127 | HAL_CRYP_PHASE_PROCESS = 0x02, /*!< CRYP peripheral is in processing phase */ |
Kojto | 115:87f2f5183dfb | 128 | HAL_CRYP_PHASE_FINAL = 0x03 /*!< CRYP peripheral is in final phase |
Kojto | 115:87f2f5183dfb | 129 | This is relevant only with CCM and GCM modes */ |
Kojto | 115:87f2f5183dfb | 130 | }HAL_PhaseTypeDef; |
Kojto | 115:87f2f5183dfb | 131 | |
Kojto | 115:87f2f5183dfb | 132 | /** |
Kojto | 115:87f2f5183dfb | 133 | * @} |
Kojto | 115:87f2f5183dfb | 134 | */ |
Kojto | 115:87f2f5183dfb | 135 | |
Kojto | 115:87f2f5183dfb | 136 | /** @defgroup CRYP_Exported_Types_Group4 CRYP handle Structure definition |
Kojto | 115:87f2f5183dfb | 137 | * @{ |
Kojto | 115:87f2f5183dfb | 138 | */ |
Kojto | 115:87f2f5183dfb | 139 | |
Kojto | 115:87f2f5183dfb | 140 | typedef struct |
Kojto | 115:87f2f5183dfb | 141 | { |
Kojto | 115:87f2f5183dfb | 142 | CRYP_TypeDef *Instance; /*!< CRYP registers base address */ |
Kojto | 115:87f2f5183dfb | 143 | |
Kojto | 115:87f2f5183dfb | 144 | CRYP_InitTypeDef Init; /*!< CRYP required parameters */ |
Kojto | 115:87f2f5183dfb | 145 | |
Kojto | 115:87f2f5183dfb | 146 | uint8_t *pCrypInBuffPtr; /*!< Pointer to CRYP processing (encryption, decryption,...) buffer */ |
Kojto | 115:87f2f5183dfb | 147 | |
Kojto | 115:87f2f5183dfb | 148 | uint8_t *pCrypOutBuffPtr; /*!< Pointer to CRYP processing (encryption, decryption,...) buffer */ |
Kojto | 115:87f2f5183dfb | 149 | |
Kojto | 115:87f2f5183dfb | 150 | __IO uint16_t CrypInCount; /*!< Counter of inputed data */ |
Kojto | 115:87f2f5183dfb | 151 | |
Kojto | 115:87f2f5183dfb | 152 | __IO uint16_t CrypOutCount; /*!< Counter of output data */ |
Kojto | 115:87f2f5183dfb | 153 | |
Kojto | 115:87f2f5183dfb | 154 | HAL_StatusTypeDef Status; /*!< CRYP peripheral status */ |
Kojto | 115:87f2f5183dfb | 155 | |
Kojto | 115:87f2f5183dfb | 156 | HAL_PhaseTypeDef Phase; /*!< CRYP peripheral phase */ |
Kojto | 115:87f2f5183dfb | 157 | |
Kojto | 115:87f2f5183dfb | 158 | DMA_HandleTypeDef *hdmain; /*!< CRYP In DMA handle parameters */ |
Kojto | 115:87f2f5183dfb | 159 | |
Kojto | 115:87f2f5183dfb | 160 | DMA_HandleTypeDef *hdmaout; /*!< CRYP Out DMA handle parameters */ |
Kojto | 115:87f2f5183dfb | 161 | |
Kojto | 115:87f2f5183dfb | 162 | HAL_LockTypeDef Lock; /*!< CRYP locking object */ |
Kojto | 115:87f2f5183dfb | 163 | |
Kojto | 115:87f2f5183dfb | 164 | __IO HAL_CRYP_STATETypeDef State; /*!< CRYP peripheral state */ |
Kojto | 115:87f2f5183dfb | 165 | }CRYP_HandleTypeDef; |
Kojto | 115:87f2f5183dfb | 166 | |
Kojto | 115:87f2f5183dfb | 167 | /** |
Kojto | 115:87f2f5183dfb | 168 | * @} |
Kojto | 115:87f2f5183dfb | 169 | */ |
Kojto | 115:87f2f5183dfb | 170 | |
Kojto | 115:87f2f5183dfb | 171 | /** |
Kojto | 115:87f2f5183dfb | 172 | * @} |
Kojto | 115:87f2f5183dfb | 173 | */ |
Kojto | 115:87f2f5183dfb | 174 | |
Kojto | 115:87f2f5183dfb | 175 | /* Exported constants --------------------------------------------------------*/ |
Kojto | 115:87f2f5183dfb | 176 | /** @defgroup CRYP_Exported_Constants CRYP Exported Constants |
Kojto | 115:87f2f5183dfb | 177 | * @{ |
Kojto | 115:87f2f5183dfb | 178 | */ |
Kojto | 115:87f2f5183dfb | 179 | |
Kojto | 115:87f2f5183dfb | 180 | /** @defgroup CRYP_Key_Size CRYP Key Size |
Kojto | 115:87f2f5183dfb | 181 | * @{ |
Kojto | 115:87f2f5183dfb | 182 | */ |
Kojto | 115:87f2f5183dfb | 183 | #define CRYP_KEYSIZE_128B ((uint32_t)0x00000000) |
Kojto | 115:87f2f5183dfb | 184 | #define CRYP_KEYSIZE_192B CRYP_CR_KEYSIZE_0 |
Kojto | 115:87f2f5183dfb | 185 | #define CRYP_KEYSIZE_256B CRYP_CR_KEYSIZE_1 |
Kojto | 115:87f2f5183dfb | 186 | /** |
Kojto | 115:87f2f5183dfb | 187 | * @} |
Kojto | 115:87f2f5183dfb | 188 | */ |
Kojto | 115:87f2f5183dfb | 189 | |
Kojto | 115:87f2f5183dfb | 190 | /** @defgroup CRYP_Data_Type CRYP Data Type |
Kojto | 115:87f2f5183dfb | 191 | * @{ |
Kojto | 115:87f2f5183dfb | 192 | */ |
Kojto | 115:87f2f5183dfb | 193 | #define CRYP_DATATYPE_32B ((uint32_t)0x00000000) |
Kojto | 115:87f2f5183dfb | 194 | #define CRYP_DATATYPE_16B CRYP_CR_DATATYPE_0 |
Kojto | 115:87f2f5183dfb | 195 | #define CRYP_DATATYPE_8B CRYP_CR_DATATYPE_1 |
Kojto | 115:87f2f5183dfb | 196 | #define CRYP_DATATYPE_1B CRYP_CR_DATATYPE |
Kojto | 115:87f2f5183dfb | 197 | /** |
Kojto | 115:87f2f5183dfb | 198 | * @} |
Kojto | 115:87f2f5183dfb | 199 | */ |
Kojto | 115:87f2f5183dfb | 200 | |
Kojto | 115:87f2f5183dfb | 201 | /** @defgroup CRYP_Exported_Constants_Group3 CRYP CRYP_AlgoModeDirection |
Kojto | 115:87f2f5183dfb | 202 | * @{ |
Kojto | 115:87f2f5183dfb | 203 | */ |
Kojto | 115:87f2f5183dfb | 204 | #define CRYP_CR_ALGOMODE_DIRECTION ((uint32_t)0x0008003C) |
Kojto | 115:87f2f5183dfb | 205 | #define CRYP_CR_ALGOMODE_TDES_ECB_ENCRYPT ((uint32_t)0x00000000) |
Kojto | 115:87f2f5183dfb | 206 | #define CRYP_CR_ALGOMODE_TDES_ECB_DECRYPT ((uint32_t)0x00000004) |
Kojto | 115:87f2f5183dfb | 207 | #define CRYP_CR_ALGOMODE_TDES_CBC_ENCRYPT ((uint32_t)0x00000008) |
Kojto | 115:87f2f5183dfb | 208 | #define CRYP_CR_ALGOMODE_TDES_CBC_DECRYPT ((uint32_t)0x0000000C) |
Kojto | 115:87f2f5183dfb | 209 | #define CRYP_CR_ALGOMODE_DES_ECB_ENCRYPT ((uint32_t)0x00000010) |
Kojto | 115:87f2f5183dfb | 210 | #define CRYP_CR_ALGOMODE_DES_ECB_DECRYPT ((uint32_t)0x00000014) |
Kojto | 115:87f2f5183dfb | 211 | #define CRYP_CR_ALGOMODE_DES_CBC_ENCRYPT ((uint32_t)0x00000018) |
Kojto | 115:87f2f5183dfb | 212 | #define CRYP_CR_ALGOMODE_DES_CBC_DECRYPT ((uint32_t)0x0000001C) |
Kojto | 115:87f2f5183dfb | 213 | #define CRYP_CR_ALGOMODE_AES_ECB_ENCRYPT ((uint32_t)0x00000020) |
Kojto | 115:87f2f5183dfb | 214 | #define CRYP_CR_ALGOMODE_AES_ECB_DECRYPT ((uint32_t)0x00000024) |
Kojto | 115:87f2f5183dfb | 215 | #define CRYP_CR_ALGOMODE_AES_CBC_ENCRYPT ((uint32_t)0x00000028) |
Kojto | 115:87f2f5183dfb | 216 | #define CRYP_CR_ALGOMODE_AES_CBC_DECRYPT ((uint32_t)0x0000002C) |
Kojto | 115:87f2f5183dfb | 217 | #define CRYP_CR_ALGOMODE_AES_CTR_ENCRYPT ((uint32_t)0x00000030) |
Kojto | 115:87f2f5183dfb | 218 | #define CRYP_CR_ALGOMODE_AES_CTR_DECRYPT ((uint32_t)0x00000034) |
Kojto | 115:87f2f5183dfb | 219 | /** |
Kojto | 115:87f2f5183dfb | 220 | * @} |
Kojto | 115:87f2f5183dfb | 221 | */ |
Kojto | 115:87f2f5183dfb | 222 | |
Kojto | 115:87f2f5183dfb | 223 | /** @defgroup CRYP_Exported_Constants_Group4 CRYP CRYP_Interrupt |
Kojto | 115:87f2f5183dfb | 224 | * @{ |
Kojto | 115:87f2f5183dfb | 225 | */ |
Kojto | 115:87f2f5183dfb | 226 | #define CRYP_IT_INI ((uint32_t)CRYP_IMSCR_INIM) /*!< Input FIFO Interrupt */ |
Kojto | 115:87f2f5183dfb | 227 | #define CRYP_IT_OUTI ((uint32_t)CRYP_IMSCR_OUTIM) /*!< Output FIFO Interrupt */ |
Kojto | 115:87f2f5183dfb | 228 | /** |
Kojto | 115:87f2f5183dfb | 229 | * @} |
Kojto | 115:87f2f5183dfb | 230 | */ |
Kojto | 115:87f2f5183dfb | 231 | |
Kojto | 115:87f2f5183dfb | 232 | /** @defgroup CRYP_Exported_Constants_Group5 CRYP CRYP_Flags |
Kojto | 115:87f2f5183dfb | 233 | * @{ |
Kojto | 115:87f2f5183dfb | 234 | */ |
Kojto | 115:87f2f5183dfb | 235 | #define CRYP_FLAG_BUSY ((uint32_t)0x00000010) /*!< The CRYP core is currently |
Kojto | 115:87f2f5183dfb | 236 | processing a block of data |
Kojto | 115:87f2f5183dfb | 237 | or a key preparation (for |
Kojto | 115:87f2f5183dfb | 238 | AES decryption). */ |
Kojto | 115:87f2f5183dfb | 239 | #define CRYP_FLAG_IFEM ((uint32_t)0x00000001) /*!< Input FIFO is empty */ |
Kojto | 115:87f2f5183dfb | 240 | #define CRYP_FLAG_IFNF ((uint32_t)0x00000002) /*!< Input FIFO is not Full */ |
Kojto | 115:87f2f5183dfb | 241 | #define CRYP_FLAG_OFNE ((uint32_t)0x00000004) /*!< Output FIFO is not empty */ |
Kojto | 115:87f2f5183dfb | 242 | #define CRYP_FLAG_OFFU ((uint32_t)0x00000008) /*!< Output FIFO is Full */ |
Kojto | 115:87f2f5183dfb | 243 | #define CRYP_FLAG_OUTRIS ((uint32_t)0x01000002) /*!< Output FIFO service raw |
Kojto | 115:87f2f5183dfb | 244 | interrupt status */ |
Kojto | 115:87f2f5183dfb | 245 | #define CRYP_FLAG_INRIS ((uint32_t)0x01000001) /*!< Input FIFO service raw |
Kojto | 115:87f2f5183dfb | 246 | interrupt status */ |
Kojto | 115:87f2f5183dfb | 247 | /** |
Kojto | 115:87f2f5183dfb | 248 | * @} |
Kojto | 115:87f2f5183dfb | 249 | */ |
Kojto | 115:87f2f5183dfb | 250 | |
Kojto | 115:87f2f5183dfb | 251 | /** |
Kojto | 115:87f2f5183dfb | 252 | * @} |
Kojto | 115:87f2f5183dfb | 253 | */ |
Kojto | 115:87f2f5183dfb | 254 | |
Kojto | 115:87f2f5183dfb | 255 | /* Exported macro ------------------------------------------------------------*/ |
Kojto | 115:87f2f5183dfb | 256 | /** @defgroup CRYP_Exported_Macros CRYP Exported Macros |
Kojto | 115:87f2f5183dfb | 257 | * @{ |
Kojto | 115:87f2f5183dfb | 258 | */ |
Kojto | 115:87f2f5183dfb | 259 | |
Kojto | 115:87f2f5183dfb | 260 | /** @brief Reset CRYP handle state |
Kojto | 115:87f2f5183dfb | 261 | * @param __HANDLE__: specifies the CRYP handle. |
Kojto | 115:87f2f5183dfb | 262 | * @retval None |
Kojto | 115:87f2f5183dfb | 263 | */ |
Kojto | 115:87f2f5183dfb | 264 | #define __HAL_CRYP_RESET_HANDLE_STATE(__HANDLE__) ((__HANDLE__)->State = HAL_CRYP_STATE_RESET) |
Kojto | 115:87f2f5183dfb | 265 | |
Kojto | 115:87f2f5183dfb | 266 | /** |
Kojto | 115:87f2f5183dfb | 267 | * @brief Enable/Disable the CRYP peripheral. |
Kojto | 115:87f2f5183dfb | 268 | * @param __HANDLE__: specifies the CRYP handle. |
Kojto | 115:87f2f5183dfb | 269 | * @retval None |
Kojto | 115:87f2f5183dfb | 270 | */ |
Kojto | 115:87f2f5183dfb | 271 | #define __HAL_CRYP_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR |= CRYP_CR_CRYPEN) |
Kojto | 115:87f2f5183dfb | 272 | #define __HAL_CRYP_DISABLE(__HANDLE__) ((__HANDLE__)->Instance->CR &= ~CRYP_CR_CRYPEN) |
Kojto | 115:87f2f5183dfb | 273 | |
Kojto | 115:87f2f5183dfb | 274 | /** |
Kojto | 115:87f2f5183dfb | 275 | * @brief Flush the data FIFO. |
Kojto | 115:87f2f5183dfb | 276 | * @param __HANDLE__: specifies the CRYP handle. |
Kojto | 115:87f2f5183dfb | 277 | * @retval None |
Kojto | 115:87f2f5183dfb | 278 | */ |
Kojto | 115:87f2f5183dfb | 279 | #define __HAL_CRYP_FIFO_FLUSH(__HANDLE__) ((__HANDLE__)->Instance->CR |= CRYP_CR_FFLUSH) |
Kojto | 115:87f2f5183dfb | 280 | |
Kojto | 115:87f2f5183dfb | 281 | /** |
Kojto | 115:87f2f5183dfb | 282 | * @brief Set the algorithm mode: AES-ECB, AES-CBC, AES-CTR, DES-ECB, DES-CBC. |
Kojto | 115:87f2f5183dfb | 283 | * @param __HANDLE__: specifies the CRYP handle. |
Kojto | 115:87f2f5183dfb | 284 | * @param MODE: The algorithm mode. |
Kojto | 115:87f2f5183dfb | 285 | * @retval None |
Kojto | 115:87f2f5183dfb | 286 | */ |
Kojto | 115:87f2f5183dfb | 287 | #define __HAL_CRYP_SET_MODE(__HANDLE__, MODE) ((__HANDLE__)->Instance->CR |= (uint32_t)(MODE)) |
Kojto | 115:87f2f5183dfb | 288 | |
Kojto | 115:87f2f5183dfb | 289 | /** @brief Check whether the specified CRYP flag is set or not. |
Kojto | 115:87f2f5183dfb | 290 | * @param __HANDLE__: specifies the CRYP handle. |
Kojto | 115:87f2f5183dfb | 291 | * @param __FLAG__: specifies the flag to check. |
Kojto | 115:87f2f5183dfb | 292 | * This parameter can be one of the following values: |
Kojto | 115:87f2f5183dfb | 293 | * @arg CRYP_FLAG_BUSY: The CRYP core is currently processing a block of data |
Kojto | 115:87f2f5183dfb | 294 | * or a key preparation (for AES decryption). |
Kojto | 115:87f2f5183dfb | 295 | * @arg CRYP_FLAG_IFEM: Input FIFO is empty |
Kojto | 115:87f2f5183dfb | 296 | * @arg CRYP_FLAG_IFNF: Input FIFO is not full |
Kojto | 115:87f2f5183dfb | 297 | * @arg CRYP_FLAG_INRIS: Input FIFO service raw interrupt is pending |
Kojto | 115:87f2f5183dfb | 298 | * @arg CRYP_FLAG_OFNE: Output FIFO is not empty |
Kojto | 115:87f2f5183dfb | 299 | * @arg CRYP_FLAG_OFFU: Output FIFO is full |
Kojto | 115:87f2f5183dfb | 300 | * @arg CRYP_FLAG_OUTRIS: Input FIFO service raw interrupt is pending |
Kojto | 115:87f2f5183dfb | 301 | * @retval The new state of __FLAG__ (TRUE or FALSE). |
Kojto | 115:87f2f5183dfb | 302 | */ |
Kojto | 115:87f2f5183dfb | 303 | |
Kojto | 115:87f2f5183dfb | 304 | #define __HAL_CRYP_GET_FLAG(__HANDLE__, __FLAG__) ((((uint8_t)((__FLAG__) >> 24)) == 0x01)?((((__HANDLE__)->Instance->RISR) & ((__FLAG__) & CRYP_FLAG_MASK)) == ((__FLAG__) & CRYP_FLAG_MASK)): \ |
Kojto | 115:87f2f5183dfb | 305 | ((((__HANDLE__)->Instance->RISR) & ((__FLAG__) & CRYP_FLAG_MASK)) == ((__FLAG__) & CRYP_FLAG_MASK))) |
Kojto | 115:87f2f5183dfb | 306 | |
Kojto | 115:87f2f5183dfb | 307 | /** @brief Check whether the specified CRYP interrupt is set or not. |
Kojto | 115:87f2f5183dfb | 308 | * @param __HANDLE__: specifies the CRYP handle. |
Kojto | 115:87f2f5183dfb | 309 | * @param __INTERRUPT__: specifies the interrupt to check. |
Kojto | 115:87f2f5183dfb | 310 | * This parameter can be one of the following values: |
Kojto | 115:87f2f5183dfb | 311 | * @arg CRYP_IT_INRIS: Input FIFO service raw interrupt is pending |
Kojto | 115:87f2f5183dfb | 312 | * @arg CRYP_IT_OUTRIS: Output FIFO service raw interrupt is pending |
Kojto | 115:87f2f5183dfb | 313 | * @retval The new state of __INTERRUPT__ (TRUE or FALSE). |
Kojto | 115:87f2f5183dfb | 314 | */ |
Kojto | 115:87f2f5183dfb | 315 | #define __HAL_CRYP_GET_IT(__HANDLE__, __INTERRUPT__) (((__HANDLE__)->Instance->MISR & (__INTERRUPT__)) == (__INTERRUPT__)) |
Kojto | 115:87f2f5183dfb | 316 | |
Kojto | 115:87f2f5183dfb | 317 | /** |
Kojto | 115:87f2f5183dfb | 318 | * @brief Enable the CRYP interrupt. |
Kojto | 115:87f2f5183dfb | 319 | * @param __HANDLE__: specifies the CRYP handle. |
Kojto | 115:87f2f5183dfb | 320 | * @param __INTERRUPT__: CRYP Interrupt. |
Kojto | 115:87f2f5183dfb | 321 | * @retval None |
Kojto | 115:87f2f5183dfb | 322 | */ |
Kojto | 115:87f2f5183dfb | 323 | #define __HAL_CRYP_ENABLE_IT(__HANDLE__, __INTERRUPT__) (((__HANDLE__)->Instance->IMSCR) |= (__INTERRUPT__)) |
Kojto | 115:87f2f5183dfb | 324 | |
Kojto | 115:87f2f5183dfb | 325 | /** |
Kojto | 115:87f2f5183dfb | 326 | * @brief Disable the CRYP interrupt. |
Kojto | 115:87f2f5183dfb | 327 | * @param __HANDLE__: specifies the CRYP handle. |
Kojto | 115:87f2f5183dfb | 328 | * @param __INTERRUPT__: CRYP interrupt. |
Kojto | 115:87f2f5183dfb | 329 | * @retval None |
Kojto | 115:87f2f5183dfb | 330 | */ |
Kojto | 115:87f2f5183dfb | 331 | #define __HAL_CRYP_DISABLE_IT(__HANDLE__, __INTERRUPT__) (((__HANDLE__)->Instance->IMSCR) &= ~(__INTERRUPT__)) |
Kojto | 115:87f2f5183dfb | 332 | |
Kojto | 115:87f2f5183dfb | 333 | /** |
Kojto | 115:87f2f5183dfb | 334 | * @} |
Kojto | 115:87f2f5183dfb | 335 | */ |
Kojto | 115:87f2f5183dfb | 336 | |
Kojto | 115:87f2f5183dfb | 337 | /* Include CRYP HAL Extension module */ |
Kojto | 115:87f2f5183dfb | 338 | #include "stm32f7xx_hal_cryp_ex.h" |
Kojto | 115:87f2f5183dfb | 339 | |
Kojto | 115:87f2f5183dfb | 340 | /* Exported functions --------------------------------------------------------*/ |
Kojto | 115:87f2f5183dfb | 341 | /** @defgroup CRYP_Exported_Functions CRYP Exported Functions |
Kojto | 115:87f2f5183dfb | 342 | * @{ |
Kojto | 115:87f2f5183dfb | 343 | */ |
Kojto | 115:87f2f5183dfb | 344 | |
Kojto | 115:87f2f5183dfb | 345 | /** @addtogroup CRYP_Exported_Functions_Group1 |
Kojto | 115:87f2f5183dfb | 346 | * @{ |
Kojto | 115:87f2f5183dfb | 347 | */ |
Kojto | 115:87f2f5183dfb | 348 | HAL_StatusTypeDef HAL_CRYP_Init(CRYP_HandleTypeDef *hcryp); |
Kojto | 115:87f2f5183dfb | 349 | HAL_StatusTypeDef HAL_CRYP_DeInit(CRYP_HandleTypeDef *hcryp); |
Kojto | 115:87f2f5183dfb | 350 | void HAL_CRYP_MspInit(CRYP_HandleTypeDef *hcryp); |
Kojto | 115:87f2f5183dfb | 351 | void HAL_CRYP_MspDeInit(CRYP_HandleTypeDef *hcryp); |
Kojto | 115:87f2f5183dfb | 352 | /** |
Kojto | 115:87f2f5183dfb | 353 | * @} |
Kojto | 115:87f2f5183dfb | 354 | */ |
Kojto | 115:87f2f5183dfb | 355 | |
Kojto | 115:87f2f5183dfb | 356 | /** @addtogroup CRYP_Exported_Functions_Group2 |
Kojto | 115:87f2f5183dfb | 357 | * @{ |
Kojto | 115:87f2f5183dfb | 358 | */ |
Kojto | 115:87f2f5183dfb | 359 | /* AES encryption/decryption using polling ***********************************/ |
Kojto | 115:87f2f5183dfb | 360 | HAL_StatusTypeDef HAL_CRYP_AESECB_Encrypt(CRYP_HandleTypeDef *hcryp, uint8_t *pPlainData, uint16_t Size, uint8_t *pCypherData, uint32_t Timeout); |
Kojto | 115:87f2f5183dfb | 361 | HAL_StatusTypeDef HAL_CRYP_AESECB_Decrypt(CRYP_HandleTypeDef *hcryp, uint8_t *pCypherData, uint16_t Size, uint8_t *pPlainData, uint32_t Timeout); |
Kojto | 115:87f2f5183dfb | 362 | HAL_StatusTypeDef HAL_CRYP_AESCBC_Encrypt(CRYP_HandleTypeDef *hcryp, uint8_t *pPlainData, uint16_t Size, uint8_t *pCypherData, uint32_t Timeout); |
Kojto | 115:87f2f5183dfb | 363 | HAL_StatusTypeDef HAL_CRYP_AESCBC_Decrypt(CRYP_HandleTypeDef *hcryp, uint8_t *pCypherData, uint16_t Size, uint8_t *pPlainData, uint32_t Timeout); |
Kojto | 115:87f2f5183dfb | 364 | HAL_StatusTypeDef HAL_CRYP_AESCTR_Encrypt(CRYP_HandleTypeDef *hcryp, uint8_t *pPlainData, uint16_t Size, uint8_t *pCypherData, uint32_t Timeout); |
Kojto | 115:87f2f5183dfb | 365 | HAL_StatusTypeDef HAL_CRYP_AESCTR_Decrypt(CRYP_HandleTypeDef *hcryp, uint8_t *pCypherData, uint16_t Size, uint8_t *pPlainData, uint32_t Timeout); |
Kojto | 115:87f2f5183dfb | 366 | |
Kojto | 115:87f2f5183dfb | 367 | /* AES encryption/decryption using interrupt *********************************/ |
Kojto | 115:87f2f5183dfb | 368 | HAL_StatusTypeDef HAL_CRYP_AESECB_Encrypt_IT(CRYP_HandleTypeDef *hcryp, uint8_t *pPlainData, uint16_t Size, uint8_t *pCypherData); |
Kojto | 115:87f2f5183dfb | 369 | HAL_StatusTypeDef HAL_CRYP_AESCBC_Encrypt_IT(CRYP_HandleTypeDef *hcryp, uint8_t *pPlainData, uint16_t Size, uint8_t *pCypherData); |
Kojto | 115:87f2f5183dfb | 370 | HAL_StatusTypeDef HAL_CRYP_AESCTR_Encrypt_IT(CRYP_HandleTypeDef *hcryp, uint8_t *pPlainData, uint16_t Size, uint8_t *pCypherData); |
Kojto | 115:87f2f5183dfb | 371 | HAL_StatusTypeDef HAL_CRYP_AESECB_Decrypt_IT(CRYP_HandleTypeDef *hcryp, uint8_t *pCypherData, uint16_t Size, uint8_t *pPlainData); |
Kojto | 115:87f2f5183dfb | 372 | HAL_StatusTypeDef HAL_CRYP_AESCTR_Decrypt_IT(CRYP_HandleTypeDef *hcryp, uint8_t *pCypherData, uint16_t Size, uint8_t *pPlainData); |
Kojto | 115:87f2f5183dfb | 373 | HAL_StatusTypeDef HAL_CRYP_AESCBC_Decrypt_IT(CRYP_HandleTypeDef *hcryp, uint8_t *pCypherData, uint16_t Size, uint8_t *pPlainData); |
Kojto | 115:87f2f5183dfb | 374 | |
Kojto | 115:87f2f5183dfb | 375 | /* AES encryption/decryption using DMA ***************************************/ |
Kojto | 115:87f2f5183dfb | 376 | HAL_StatusTypeDef HAL_CRYP_AESECB_Encrypt_DMA(CRYP_HandleTypeDef *hcryp, uint8_t *pPlainData, uint16_t Size, uint8_t *pCypherData); |
Kojto | 115:87f2f5183dfb | 377 | HAL_StatusTypeDef HAL_CRYP_AESECB_Decrypt_DMA(CRYP_HandleTypeDef *hcryp, uint8_t *pCypherData, uint16_t Size, uint8_t *pPlainData); |
Kojto | 115:87f2f5183dfb | 378 | HAL_StatusTypeDef HAL_CRYP_AESCBC_Encrypt_DMA(CRYP_HandleTypeDef *hcryp, uint8_t *pPlainData, uint16_t Size, uint8_t *pCypherData); |
Kojto | 115:87f2f5183dfb | 379 | HAL_StatusTypeDef HAL_CRYP_AESCBC_Decrypt_DMA(CRYP_HandleTypeDef *hcryp, uint8_t *pCypherData, uint16_t Size, uint8_t *pPlainData); |
Kojto | 115:87f2f5183dfb | 380 | HAL_StatusTypeDef HAL_CRYP_AESCTR_Encrypt_DMA(CRYP_HandleTypeDef *hcryp, uint8_t *pPlainData, uint16_t Size, uint8_t *pCypherData); |
Kojto | 115:87f2f5183dfb | 381 | HAL_StatusTypeDef HAL_CRYP_AESCTR_Decrypt_DMA(CRYP_HandleTypeDef *hcryp, uint8_t *pCypherData, uint16_t Size, uint8_t *pPlainData); |
Kojto | 115:87f2f5183dfb | 382 | /** |
Kojto | 115:87f2f5183dfb | 383 | * @} |
Kojto | 115:87f2f5183dfb | 384 | */ |
Kojto | 115:87f2f5183dfb | 385 | |
Kojto | 115:87f2f5183dfb | 386 | /** @addtogroup CRYP_Exported_Functions_Group3 |
Kojto | 115:87f2f5183dfb | 387 | * @{ |
Kojto | 115:87f2f5183dfb | 388 | */ |
Kojto | 115:87f2f5183dfb | 389 | /* DES encryption/decryption using polling ***********************************/ |
Kojto | 115:87f2f5183dfb | 390 | HAL_StatusTypeDef HAL_CRYP_DESECB_Encrypt(CRYP_HandleTypeDef *hcryp, uint8_t *pPlainData, uint16_t Size, uint8_t *pCypherData, uint32_t Timeout); |
Kojto | 116:c0f6e94411f5 | 391 | HAL_StatusTypeDef HAL_CRYP_DESECB_Decrypt(CRYP_HandleTypeDef *hcryp, uint8_t *pCypherData, uint16_t Size, uint8_t *pPlainData, uint32_t Timeout); |
Kojto | 115:87f2f5183dfb | 392 | HAL_StatusTypeDef HAL_CRYP_DESCBC_Encrypt(CRYP_HandleTypeDef *hcryp, uint8_t *pPlainData, uint16_t Size, uint8_t *pCypherData, uint32_t Timeout); |
Kojto | 116:c0f6e94411f5 | 393 | HAL_StatusTypeDef HAL_CRYP_DESCBC_Decrypt(CRYP_HandleTypeDef *hcryp, uint8_t *pCypherData, uint16_t Size, uint8_t *pPlainData, uint32_t Timeout); |
Kojto | 115:87f2f5183dfb | 394 | |
Kojto | 115:87f2f5183dfb | 395 | /* DES encryption/decryption using interrupt *********************************/ |
Kojto | 115:87f2f5183dfb | 396 | HAL_StatusTypeDef HAL_CRYP_DESECB_Encrypt_IT(CRYP_HandleTypeDef *hcryp, uint8_t *pPlainData, uint16_t Size, uint8_t *pCypherData); |
Kojto | 115:87f2f5183dfb | 397 | HAL_StatusTypeDef HAL_CRYP_DESECB_Decrypt_IT(CRYP_HandleTypeDef *hcryp, uint8_t *pCypherData, uint16_t Size, uint8_t *pPlainData); |
Kojto | 115:87f2f5183dfb | 398 | HAL_StatusTypeDef HAL_CRYP_DESCBC_Encrypt_IT(CRYP_HandleTypeDef *hcryp, uint8_t *pPlainData, uint16_t Size, uint8_t *pCypherData); |
Kojto | 115:87f2f5183dfb | 399 | HAL_StatusTypeDef HAL_CRYP_DESCBC_Decrypt_IT(CRYP_HandleTypeDef *hcryp, uint8_t *pCypherData, uint16_t Size, uint8_t *pPlainData); |
Kojto | 115:87f2f5183dfb | 400 | |
Kojto | 115:87f2f5183dfb | 401 | /* DES encryption/decryption using DMA ***************************************/ |
Kojto | 115:87f2f5183dfb | 402 | HAL_StatusTypeDef HAL_CRYP_DESECB_Encrypt_DMA(CRYP_HandleTypeDef *hcryp, uint8_t *pPlainData, uint16_t Size, uint8_t *pCypherData); |
Kojto | 115:87f2f5183dfb | 403 | HAL_StatusTypeDef HAL_CRYP_DESECB_Decrypt_DMA(CRYP_HandleTypeDef *hcryp, uint8_t *pCypherData, uint16_t Size, uint8_t *pPlainData); |
Kojto | 115:87f2f5183dfb | 404 | HAL_StatusTypeDef HAL_CRYP_DESCBC_Encrypt_DMA(CRYP_HandleTypeDef *hcryp, uint8_t *pPlainData, uint16_t Size, uint8_t *pCypherData); |
Kojto | 115:87f2f5183dfb | 405 | HAL_StatusTypeDef HAL_CRYP_DESCBC_Decrypt_DMA(CRYP_HandleTypeDef *hcryp, uint8_t *pCypherData, uint16_t Size, uint8_t *pPlainData); |
Kojto | 115:87f2f5183dfb | 406 | /** |
Kojto | 115:87f2f5183dfb | 407 | * @} |
Kojto | 115:87f2f5183dfb | 408 | */ |
Kojto | 115:87f2f5183dfb | 409 | |
Kojto | 115:87f2f5183dfb | 410 | /** @addtogroup CRYP_Exported_Functions_Group4 |
Kojto | 115:87f2f5183dfb | 411 | * @{ |
Kojto | 115:87f2f5183dfb | 412 | */ |
Kojto | 115:87f2f5183dfb | 413 | /* TDES encryption/decryption using polling **********************************/ |
Kojto | 115:87f2f5183dfb | 414 | HAL_StatusTypeDef HAL_CRYP_TDESECB_Encrypt(CRYP_HandleTypeDef *hcryp, uint8_t *pPlainData, uint16_t Size, uint8_t *pCypherData, uint32_t Timeout); |
Kojto | 115:87f2f5183dfb | 415 | HAL_StatusTypeDef HAL_CRYP_TDESCBC_Encrypt(CRYP_HandleTypeDef *hcryp, uint8_t *pPlainData, uint16_t Size, uint8_t *pCypherData, uint32_t Timeout); |
Kojto | 115:87f2f5183dfb | 416 | HAL_StatusTypeDef HAL_CRYP_TDESECB_Decrypt(CRYP_HandleTypeDef *hcryp, uint8_t *pCypherData, uint16_t Size, uint8_t *pPlainData, uint32_t Timeout); |
Kojto | 115:87f2f5183dfb | 417 | HAL_StatusTypeDef HAL_CRYP_TDESCBC_Decrypt(CRYP_HandleTypeDef *hcryp, uint8_t *pCypherData, uint16_t Size, uint8_t *pPlainData, uint32_t Timeout); |
Kojto | 115:87f2f5183dfb | 418 | |
Kojto | 115:87f2f5183dfb | 419 | /* TDES encryption/decryption using interrupt ********************************/ |
Kojto | 115:87f2f5183dfb | 420 | HAL_StatusTypeDef HAL_CRYP_TDESECB_Encrypt_IT(CRYP_HandleTypeDef *hcryp, uint8_t *pPlainData, uint16_t Size, uint8_t *pCypherData); |
Kojto | 115:87f2f5183dfb | 421 | HAL_StatusTypeDef HAL_CRYP_TDESECB_Decrypt_IT(CRYP_HandleTypeDef *hcryp, uint8_t *pCypherData, uint16_t Size, uint8_t *pPlainData); |
Kojto | 115:87f2f5183dfb | 422 | HAL_StatusTypeDef HAL_CRYP_TDESCBC_Encrypt_IT(CRYP_HandleTypeDef *hcryp, uint8_t *pPlainData, uint16_t Size, uint8_t *pCypherData); |
Kojto | 115:87f2f5183dfb | 423 | HAL_StatusTypeDef HAL_CRYP_TDESCBC_Decrypt_IT(CRYP_HandleTypeDef *hcryp, uint8_t *pCypherData, uint16_t Size, uint8_t *pPlainData); |
Kojto | 115:87f2f5183dfb | 424 | |
Kojto | 115:87f2f5183dfb | 425 | /* TDES encryption/decryption using DMA **************************************/ |
Kojto | 115:87f2f5183dfb | 426 | HAL_StatusTypeDef HAL_CRYP_TDESECB_Encrypt_DMA(CRYP_HandleTypeDef *hcryp, uint8_t *pPlainData, uint16_t Size, uint8_t *pCypherData); |
Kojto | 115:87f2f5183dfb | 427 | HAL_StatusTypeDef HAL_CRYP_TDESECB_Decrypt_DMA(CRYP_HandleTypeDef *hcryp, uint8_t *pCypherData, uint16_t Size, uint8_t *pPlainData); |
Kojto | 115:87f2f5183dfb | 428 | HAL_StatusTypeDef HAL_CRYP_TDESCBC_Encrypt_DMA(CRYP_HandleTypeDef *hcryp, uint8_t *pPlainData, uint16_t Size, uint8_t *pCypherData); |
Kojto | 115:87f2f5183dfb | 429 | HAL_StatusTypeDef HAL_CRYP_TDESCBC_Decrypt_DMA(CRYP_HandleTypeDef *hcryp, uint8_t *pCypherData, uint16_t Size, uint8_t *pPlainData); |
Kojto | 115:87f2f5183dfb | 430 | /** |
Kojto | 115:87f2f5183dfb | 431 | * @} |
Kojto | 115:87f2f5183dfb | 432 | */ |
Kojto | 115:87f2f5183dfb | 433 | |
Kojto | 115:87f2f5183dfb | 434 | /** @addtogroup CRYP_Exported_Functions_Group5 |
Kojto | 115:87f2f5183dfb | 435 | * @{ |
Kojto | 115:87f2f5183dfb | 436 | */ |
Kojto | 115:87f2f5183dfb | 437 | void HAL_CRYP_InCpltCallback(CRYP_HandleTypeDef *hcryp); |
Kojto | 115:87f2f5183dfb | 438 | void HAL_CRYP_OutCpltCallback(CRYP_HandleTypeDef *hcryp); |
Kojto | 115:87f2f5183dfb | 439 | void HAL_CRYP_ErrorCallback(CRYP_HandleTypeDef *hcryp); |
Kojto | 115:87f2f5183dfb | 440 | /** |
Kojto | 115:87f2f5183dfb | 441 | * @} |
Kojto | 115:87f2f5183dfb | 442 | */ |
Kojto | 115:87f2f5183dfb | 443 | |
Kojto | 115:87f2f5183dfb | 444 | /** @addtogroup CRYP_Exported_Functions_Group6 |
Kojto | 115:87f2f5183dfb | 445 | * @{ |
Kojto | 115:87f2f5183dfb | 446 | */ |
Kojto | 115:87f2f5183dfb | 447 | void HAL_CRYP_IRQHandler(CRYP_HandleTypeDef *hcryp); |
Kojto | 115:87f2f5183dfb | 448 | /** |
Kojto | 115:87f2f5183dfb | 449 | * @} |
Kojto | 115:87f2f5183dfb | 450 | */ |
Kojto | 115:87f2f5183dfb | 451 | |
Kojto | 115:87f2f5183dfb | 452 | /** @addtogroup CRYP_Exported_Functions_Group7 |
Kojto | 115:87f2f5183dfb | 453 | * @{ |
Kojto | 115:87f2f5183dfb | 454 | */ |
Kojto | 115:87f2f5183dfb | 455 | HAL_CRYP_STATETypeDef HAL_CRYP_GetState(CRYP_HandleTypeDef *hcryp); |
Kojto | 115:87f2f5183dfb | 456 | /** |
Kojto | 115:87f2f5183dfb | 457 | * @} |
Kojto | 115:87f2f5183dfb | 458 | */ |
Kojto | 115:87f2f5183dfb | 459 | |
Kojto | 115:87f2f5183dfb | 460 | /** |
Kojto | 115:87f2f5183dfb | 461 | * @} |
Kojto | 115:87f2f5183dfb | 462 | */ |
Kojto | 115:87f2f5183dfb | 463 | |
Kojto | 115:87f2f5183dfb | 464 | /* Private types -------------------------------------------------------------*/ |
Kojto | 115:87f2f5183dfb | 465 | /** @defgroup CRYP_Private_Types CRYP Private Types |
Kojto | 115:87f2f5183dfb | 466 | * @{ |
Kojto | 115:87f2f5183dfb | 467 | */ |
Kojto | 115:87f2f5183dfb | 468 | |
Kojto | 115:87f2f5183dfb | 469 | /** |
Kojto | 115:87f2f5183dfb | 470 | * @} |
Kojto | 115:87f2f5183dfb | 471 | */ |
Kojto | 115:87f2f5183dfb | 472 | |
Kojto | 115:87f2f5183dfb | 473 | /* Private variables ---------------------------------------------------------*/ |
Kojto | 115:87f2f5183dfb | 474 | /** @defgroup CRYP_Private_Variables CRYP Private Variables |
Kojto | 115:87f2f5183dfb | 475 | * @{ |
Kojto | 115:87f2f5183dfb | 476 | */ |
Kojto | 115:87f2f5183dfb | 477 | |
Kojto | 115:87f2f5183dfb | 478 | /** |
Kojto | 115:87f2f5183dfb | 479 | * @} |
Kojto | 115:87f2f5183dfb | 480 | */ |
Kojto | 115:87f2f5183dfb | 481 | |
Kojto | 115:87f2f5183dfb | 482 | /* Private constants ---------------------------------------------------------*/ |
Kojto | 115:87f2f5183dfb | 483 | /** @defgroup CRYP_Private_Constants CRYP Private Constants |
Kojto | 115:87f2f5183dfb | 484 | * @{ |
Kojto | 115:87f2f5183dfb | 485 | */ |
Kojto | 115:87f2f5183dfb | 486 | #define CRYP_FLAG_MASK ((uint32_t)0x0000001F) |
Kojto | 115:87f2f5183dfb | 487 | /** |
Kojto | 115:87f2f5183dfb | 488 | * @} |
Kojto | 115:87f2f5183dfb | 489 | */ |
Kojto | 115:87f2f5183dfb | 490 | |
Kojto | 115:87f2f5183dfb | 491 | /* Private macros ------------------------------------------------------------*/ |
Kojto | 115:87f2f5183dfb | 492 | /** @defgroup CRYP_Private_Macros CRYP Private Macros |
Kojto | 115:87f2f5183dfb | 493 | * @{ |
Kojto | 115:87f2f5183dfb | 494 | */ |
Kojto | 115:87f2f5183dfb | 495 | |
Kojto | 115:87f2f5183dfb | 496 | #define IS_CRYP_KEYSIZE(__KEYSIZE__) (((__KEYSIZE__) == CRYP_KEYSIZE_128B) || \ |
Kojto | 115:87f2f5183dfb | 497 | ((__KEYSIZE__) == CRYP_KEYSIZE_192B) || \ |
Kojto | 115:87f2f5183dfb | 498 | ((__KEYSIZE__) == CRYP_KEYSIZE_256B)) |
Kojto | 115:87f2f5183dfb | 499 | |
Kojto | 115:87f2f5183dfb | 500 | |
Kojto | 115:87f2f5183dfb | 501 | #define IS_CRYP_DATATYPE(__DATATYPE__) (((__DATATYPE__) == CRYP_DATATYPE_32B) || \ |
Kojto | 115:87f2f5183dfb | 502 | ((__DATATYPE__) == CRYP_DATATYPE_16B) || \ |
Kojto | 115:87f2f5183dfb | 503 | ((__DATATYPE__) == CRYP_DATATYPE_8B) || \ |
Kojto | 115:87f2f5183dfb | 504 | ((__DATATYPE__) == CRYP_DATATYPE_1B)) |
Kojto | 115:87f2f5183dfb | 505 | |
Kojto | 115:87f2f5183dfb | 506 | |
Kojto | 115:87f2f5183dfb | 507 | /** |
Kojto | 115:87f2f5183dfb | 508 | * @} |
Kojto | 115:87f2f5183dfb | 509 | */ |
Kojto | 115:87f2f5183dfb | 510 | |
Kojto | 115:87f2f5183dfb | 511 | /* Private functions ---------------------------------------------------------*/ |
Kojto | 115:87f2f5183dfb | 512 | /** @defgroup CRYP_Private_Functions CRYP Private Functions |
Kojto | 115:87f2f5183dfb | 513 | * @{ |
Kojto | 115:87f2f5183dfb | 514 | */ |
Kojto | 115:87f2f5183dfb | 515 | |
Kojto | 115:87f2f5183dfb | 516 | /** |
Kojto | 115:87f2f5183dfb | 517 | * @} |
Kojto | 115:87f2f5183dfb | 518 | */ |
Kojto | 115:87f2f5183dfb | 519 | |
Kojto | 115:87f2f5183dfb | 520 | /** |
Kojto | 115:87f2f5183dfb | 521 | * @} |
Kojto | 115:87f2f5183dfb | 522 | */ |
Kojto | 115:87f2f5183dfb | 523 | |
Kojto | 115:87f2f5183dfb | 524 | #endif /* STM32F756xx */ |
Kojto | 115:87f2f5183dfb | 525 | |
Kojto | 115:87f2f5183dfb | 526 | /** |
Kojto | 115:87f2f5183dfb | 527 | * @} |
Kojto | 115:87f2f5183dfb | 528 | */ |
Kojto | 115:87f2f5183dfb | 529 | |
Kojto | 115:87f2f5183dfb | 530 | #ifdef __cplusplus |
Kojto | 115:87f2f5183dfb | 531 | } |
Kojto | 115:87f2f5183dfb | 532 | #endif |
Kojto | 115:87f2f5183dfb | 533 | |
Kojto | 115:87f2f5183dfb | 534 | #endif /* __STM32F7xx_HAL_CRYP_H */ |
Kojto | 115:87f2f5183dfb | 535 | |
Kojto | 115:87f2f5183dfb | 536 | /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ |