VSF Documented
sha2.h
Go to the documentation of this file.
1#ifndef __VSF_LINUX_CRYPTO_SHA2_H__
2#define __VSF_LINUX_CRYPTO_SHA2_H__
3
4#define SHA224_DIGEST_SIZE 28
5#define SHA224_BLOCK_SIZE 64
6
7#define SHA256_DIGEST_SIZE 32
8#define SHA256_BLOCK_SIZE 64
9
10#define SHA384_DIGEST_SIZE 48
11#define SHA384_BLOCK_SIZE 128
12
13#define SHA512_DIGEST_SIZE 64
14#define SHA512_BLOCK_SIZE 128
15
16#include <psa/crypto.h>
17
20};
21
22#endif
Definition sha2.h:18
psa_hash_operation_t
Definition sha2.h:19
Generated from commit: vsfteam/vsf@f33b89f