Home
last modified time | relevance | path

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

/drivers/crypto/nx/
Dnx-sha256.c19 struct sha256_state_be { struct
20 __be32 state[SHA256_DIGEST_SIZE / 4];
44 struct sha256_state_be *sctx = shash_desc_ctx(desc); in nx_sha256_init() argument