Home
last modified time | relevance | path

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

/drivers/crypto/nx/
A Dnx-sha512.c22 struct sha512_state_be { struct
47 struct sha512_state_be *sctx = shash_desc_ctx(desc); in nx_sha512_init() argument
67 struct sha512_state_be *sctx = shash_desc_ctx(desc); in nx_sha512_update()
147 struct sha512_state_be *sctx = shash_desc_ctx(desc); in nx_sha512_finup()
213 struct sha512_state_be *sctx = shash_desc_ctx(desc); in nx_sha512_export()
230 struct sha512_state_be *sctx = shash_desc_ctx(desc); in nx_sha512_import()
254 .descsize = sizeof(struct sha512_state_be),
255 .statesize = sizeof(struct sha512_state_be),

Completed in 4 milliseconds