Searched refs:SHA3_STATE_SIZE (Results 1 – 1 of 1) sorted by relevance
15 #define SHA3_224_EXPORT_SIZE SHA3_STATE_SIZE + SHA3_224_BLOCK_SIZE + 119 #define SHA3_256_EXPORT_SIZE SHA3_STATE_SIZE + SHA3_256_BLOCK_SIZE + 123 #define SHA3_384_EXPORT_SIZE SHA3_STATE_SIZE + SHA3_384_BLOCK_SIZE + 127 #define SHA3_512_EXPORT_SIZE SHA3_STATE_SIZE + SHA3_512_BLOCK_SIZE + 138 #define SHA3_STATE_SIZE 200 macro51 __le64 words[SHA3_STATE_SIZE / 8];52 u8 bytes[SHA3_STATE_SIZE];54 u64 native_words[SHA3_STATE_SIZE / 8]; /* see comment above */