Go to the documentation of this file. 1#ifndef __VSF_LINUX_CRYPTO_SHA2_H__
2#define __VSF_LINUX_CRYPTO_SHA2_H__
4#define SHA224_DIGEST_SIZE 28
5#define SHA224_BLOCK_SIZE 64
7#define SHA256_DIGEST_SIZE 32
8#define SHA256_BLOCK_SIZE 64
10#define SHA384_DIGEST_SIZE 48
11#define SHA384_BLOCK_SIZE 128
13#define SHA512_DIGEST_SIZE 64
14#define SHA512_BLOCK_SIZE 128
16#include <psa/crypto.h>
psa_hash_operation_t
Definition sha2.h:19