Sign in
◑
Theme
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
linusw
/
linux-pinctrl
/
d58772d8520c7ef247c4b95c9bd76d3a25da9ff5
/
.
/
include
/
crypto
/
ghash.h
blob: d187e5af99258e30bf2a54ca679016204bb560eb [
file
]
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Common values for the GHASH hash function
*/
#ifndef
__CRYPTO_GHASH_H__
#define
__CRYPTO_GHASH_H__
#define
GHASH_BLOCK_SIZE
16
#define
GHASH_DIGEST_SIZE
16
#endif