Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/crypto/
Dsha2-ce-glue.c23 struct sha256_ce_state { struct
31 asmlinkage void sha2_ce_transform(struct sha256_ce_state *sst, u8 const *src, argument
37 sha2_ce_transform(container_of(sst, struct sha256_ce_state, sst), src, in __sha2_ce_transform()
41 const u32 sha256_ce_offsetof_count = offsetof(struct sha256_ce_state,
43 const u32 sha256_ce_offsetof_finalize = offsetof(struct sha256_ce_state,
57 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_update()
74 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_finup()
101 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_final()
117 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_export()
125 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_import()
[all …]