Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/crypto/
H A Dsha2-ce-glue.c25 struct sha256_ce_state { struct
33 asmlinkage int sha2_ce_transform(struct sha256_ce_state *sst, u8 const *src, argument
43 rem = sha2_ce_transform(container_of(sst, struct sha256_ce_state, in __sha2_ce_transform()
51 const u32 sha256_ce_offsetof_count = offsetof(struct sha256_ce_state,
53 const u32 sha256_ce_offsetof_finalize = offsetof(struct sha256_ce_state,
67 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_update()
82 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_finup()
107 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_final()
121 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_export()
129 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_import()
[all …]