Home
last modified time | relevance | path

Searched defs:sha512_state_be (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/crypto/nx/
H A Dnx-sha512.c18 struct sha512_state_be { struct
19 __be64 state[SHA512_DIGEST_SIZE / 8];
20 u64 count[2];
44 struct sha512_state_be *sctx = shash_desc_ctx(desc); in nx_sha512_init() argument