Searched defs:sha256_state_be (Results 1 – 1 of 1) sorted by relevance
22 struct sha256_state_be { struct23 __be32 state[SHA256_DIGEST_SIZE / 4];47 struct sha256_state_be *sctx = shash_desc_ctx(desc); in nx_sha256_init() argument