···301301 return crypto_shash_statesize(tfm) - crypto_shash_blocksize(tfm) - 1;302302}303303304304+/* This can only be used if the request was never cloned. */305305+#define HASH_REQUEST_ZERO(name) \306306+ memzero_explicit(__##name##_req, sizeof(__##name##_req))307307+304308#endif /* _CRYPTO_INTERNAL_HASH_H */305309