STM32MP2 hash hardware accelerator. More...
#include "core/crypto.h"Go to the source code of this file.
| Macros | |
| #define | STM32MP2XX_CRYPTO_HASH_SUPPORT DISABLED | 
| #define | HASH_CR_ALGO_SHA1 0 | 
| #define | HASH_CR_ALGO_SHA224 HASH_CR_ALGO_1 | 
| #define | HASH_CR_ALGO_SHA256 (HASH_CR_ALGO_1 | HASH_CR_ALGO_0) | 
| #define | HASH_CR_ALGO_SHA384 (HASH_CR_ALGO_3 | HASH_CR_ALGO_2) | 
| #define | HASH_CR_ALGO_SHA512 (HASH_CR_ALGO_3 | HASH_CR_ALGO_2 | HASH_CR_ALGO_1 | HASH_CR_ALGO_0) | 
| #define | HASH_CR_ALGO_SHA512_224 (HASH_CR_ALGO_3 | HASH_CR_ALGO_2 | HASH_CR_ALGO_0) | 
| #define | HASH_CR_ALGO_SHA512_256 (HASH_CR_ALGO_3 | HASH_CR_ALGO_2 | HASH_CR_ALGO_1) | 
| #define | HASH_CR_ALGO_SHA3_224 HASH_CR_ALGO_2 | 
| #define | HASH_CR_ALGO_SHA3_256 (HASH_CR_ALGO_2 | HASH_CR_ALGO_0) | 
| #define | HASH_CR_ALGO_SHA3_384 (HASH_CR_ALGO_2 | HASH_CR_ALGO_1) | 
| #define | HASH_CR_ALGO_SHA3_512 (HASH_CR_ALGO_2 | HASH_CR_ALGO_1 | HASH_CR_ALGO_0) | 
| #define | HASH_CR_ALGO_SHAKE128 HASH_CR_ALGO_3 | 
| #define | HASH_CR_ALGO_SHAKE256 (HASH_CR_ALGO_3 | HASH_CR_ALGO_0) | 
| #define | HASH_CR_DATATYPE_32B 0 | 
| #define | HASH_CR_DATATYPE_16B HASH_CR_DATATYPE_0 | 
| #define | HASH_CR_DATATYPE_8B HASH_CR_DATATYPE_1 | 
| #define | HASH_CR_DATATYPE_1B (HASH_CR_DATATYPE_1 | HASH_CR_DATATYPE_0) | 
| Functions | |
| error_t | hashInit (void) | 
| HASH module initialization.  More... | |
Detailed Description
STM32MP2 hash hardware accelerator.
License
SPDX-License-Identifier: GPL-2.0-or-later
Copyright (C) 2010-2025 Oryx Embedded SARL. All rights reserved.
This file is part of CycloneCRYPTO Open.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- Version
- 2.5.4
Definition in file stm32mp2xx_crypto_hash.h.
Macro Definition Documentation
◆ HASH_CR_ALGO_SHA1
| #define HASH_CR_ALGO_SHA1 0 | 
Definition at line 45 of file stm32mp2xx_crypto_hash.h.
◆ HASH_CR_ALGO_SHA224
| #define HASH_CR_ALGO_SHA224 HASH_CR_ALGO_1 | 
Definition at line 46 of file stm32mp2xx_crypto_hash.h.
◆ HASH_CR_ALGO_SHA256
| #define HASH_CR_ALGO_SHA256 (HASH_CR_ALGO_1 | HASH_CR_ALGO_0) | 
Definition at line 47 of file stm32mp2xx_crypto_hash.h.
◆ HASH_CR_ALGO_SHA384
| #define HASH_CR_ALGO_SHA384 (HASH_CR_ALGO_3 | HASH_CR_ALGO_2) | 
Definition at line 48 of file stm32mp2xx_crypto_hash.h.
◆ HASH_CR_ALGO_SHA3_224
| #define HASH_CR_ALGO_SHA3_224 HASH_CR_ALGO_2 | 
Definition at line 52 of file stm32mp2xx_crypto_hash.h.
◆ HASH_CR_ALGO_SHA3_256
| #define HASH_CR_ALGO_SHA3_256 (HASH_CR_ALGO_2 | HASH_CR_ALGO_0) | 
Definition at line 53 of file stm32mp2xx_crypto_hash.h.
◆ HASH_CR_ALGO_SHA3_384
| #define HASH_CR_ALGO_SHA3_384 (HASH_CR_ALGO_2 | HASH_CR_ALGO_1) | 
Definition at line 54 of file stm32mp2xx_crypto_hash.h.
◆ HASH_CR_ALGO_SHA3_512
| #define HASH_CR_ALGO_SHA3_512 (HASH_CR_ALGO_2 | HASH_CR_ALGO_1 | HASH_CR_ALGO_0) | 
Definition at line 55 of file stm32mp2xx_crypto_hash.h.
◆ HASH_CR_ALGO_SHA512
| #define HASH_CR_ALGO_SHA512 (HASH_CR_ALGO_3 | HASH_CR_ALGO_2 | HASH_CR_ALGO_1 | HASH_CR_ALGO_0) | 
Definition at line 49 of file stm32mp2xx_crypto_hash.h.
◆ HASH_CR_ALGO_SHA512_224
| #define HASH_CR_ALGO_SHA512_224 (HASH_CR_ALGO_3 | HASH_CR_ALGO_2 | HASH_CR_ALGO_0) | 
Definition at line 50 of file stm32mp2xx_crypto_hash.h.
◆ HASH_CR_ALGO_SHA512_256
| #define HASH_CR_ALGO_SHA512_256 (HASH_CR_ALGO_3 | HASH_CR_ALGO_2 | HASH_CR_ALGO_1) | 
Definition at line 51 of file stm32mp2xx_crypto_hash.h.
◆ HASH_CR_ALGO_SHAKE128
| #define HASH_CR_ALGO_SHAKE128 HASH_CR_ALGO_3 | 
Definition at line 56 of file stm32mp2xx_crypto_hash.h.
◆ HASH_CR_ALGO_SHAKE256
| #define HASH_CR_ALGO_SHAKE256 (HASH_CR_ALGO_3 | HASH_CR_ALGO_0) | 
Definition at line 57 of file stm32mp2xx_crypto_hash.h.
◆ HASH_CR_DATATYPE_16B
| #define HASH_CR_DATATYPE_16B HASH_CR_DATATYPE_0 | 
Definition at line 61 of file stm32mp2xx_crypto_hash.h.
◆ HASH_CR_DATATYPE_1B
| #define HASH_CR_DATATYPE_1B (HASH_CR_DATATYPE_1 | HASH_CR_DATATYPE_0) | 
Definition at line 63 of file stm32mp2xx_crypto_hash.h.
◆ HASH_CR_DATATYPE_32B
| #define HASH_CR_DATATYPE_32B 0 | 
Definition at line 60 of file stm32mp2xx_crypto_hash.h.
◆ HASH_CR_DATATYPE_8B
| #define HASH_CR_DATATYPE_8B HASH_CR_DATATYPE_1 | 
Definition at line 62 of file stm32mp2xx_crypto_hash.h.
◆ STM32MP2XX_CRYPTO_HASH_SUPPORT
| #define STM32MP2XX_CRYPTO_HASH_SUPPORT DISABLED | 
Definition at line 39 of file stm32mp2xx_crypto_hash.h.
Function Documentation
◆ hashInit()
| error_t hashInit | ( | void | ) | 
HASH module initialization.
- Returns
- Error code
Definition at line 52 of file apm32f4xx_crypto_hash.c.
