Home
last modified time | relevance | path

Searched refs:SHA3_STATE_SIZE (Results 1 – 1 of 1) sorted by relevance

/linux/include/crypto/
H A Dsha3.h15 #define SHA3_224_EXPORT_SIZE SHA3_STATE_SIZE + SHA3_224_BLOCK_SIZE + 1
19 #define SHA3_256_EXPORT_SIZE SHA3_STATE_SIZE + SHA3_256_BLOCK_SIZE + 1
23 #define SHA3_384_EXPORT_SIZE SHA3_STATE_SIZE + SHA3_384_BLOCK_SIZE + 1
27 #define SHA3_512_EXPORT_SIZE SHA3_STATE_SIZE + SHA3_512_BLOCK_SIZE + 1
38 #define SHA3_STATE_SIZE 200 macro
51 __le64 words[SHA3_STATE_SIZE / 8];
52 u8 bytes[SHA3_STATE_SIZE];
54 u64 native_words[SHA3_STATE_SIZE / 8]; /* see comment above */