Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/crypto/
Dsha1-ce-glue.c23 struct sha1_ce_state { struct
31 asmlinkage void sha1_ce_transform(struct sha1_ce_state *sst, u8 const *src, argument
37 sha1_ce_transform(container_of(sst, struct sha1_ce_state, sst), src, in __sha1_ce_transform()
41 const u32 sha1_ce_offsetof_count = offsetof(struct sha1_ce_state, sst.count);
42 const u32 sha1_ce_offsetof_finalize = offsetof(struct sha1_ce_state, finalize);
47 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_update()
63 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_finup()
85 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_final()
99 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_export()
107 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_import()
[all …]