Searched refs:sha3_state (Results 1 – 3 of 3) sorted by relevance
32 struct sha3_state *sctx = shash_desc_ctx(desc); in sha3_update()74 struct sha3_state *sctx = shash_desc_ctx(desc); in sha3_final()96 *sctx = (struct sha3_state){}; in sha3_final()105 .descsize = sizeof(struct sha3_state),116 .descsize = sizeof(struct sha3_state),127 .descsize = sizeof(struct sha3_state),138 .descsize = sizeof(struct sha3_state),
168 struct sha3_state *sctx = shash_desc_ctx(desc); in crypto_sha3_init()183 struct sha3_state *sctx = shash_desc_ctx(desc); in crypto_sha3_update()220 struct sha3_state *sctx = shash_desc_ctx(desc); in crypto_sha3_final()250 .descsize = sizeof(struct sha3_state),260 .descsize = sizeof(struct sha3_state),270 .descsize = sizeof(struct sha3_state),280 .descsize = sizeof(struct sha3_state),
20 struct sha3_state { struct