Home
last modified time | relevance | path

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

/linux/drivers/crypto/nx/
H A Dnx-sha256.c22 struct sha256_state_be { struct
47 struct sha256_state_be *sctx = shash_desc_ctx(desc); in nx_sha256_init() argument
66 struct sha256_state_be *sctx = shash_desc_ctx(desc); in nx_sha256_update()
145 struct sha256_state_be *sctx = shash_desc_ctx(desc); in nx_sha256_finup()
208 struct sha256_state_be *sctx = shash_desc_ctx(desc); in nx_sha256_export()
225 struct sha256_state_be *sctx = shash_desc_ctx(desc); in nx_sha256_import()
249 .descsize = sizeof(struct sha256_state_be),
250 .statesize = sizeof(struct sha256_state_be),
23 statesha256_state_be global() argument