Searched defs:sha512_state_be (Results 1 – 1 of 1) sorted by relevance
18 struct sha512_state_be { struct19 __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