Searched defs:sctx (Results 1 – 5 of 5) sorted by relevance
24 struct sha256_state *sctx = shash_desc_ctx(desc); in sha224_base_init() local32 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_init() local43 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_do_update() local80 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_do_finalize() local102 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_finish() local
24 struct sha512_state *sctx = shash_desc_ctx(desc); in sha384_base_init() local41 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_init() local61 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_do_update() local100 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_do_finalize() local123 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_finish() local
23 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_init() local43 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_do_update() local80 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_do_finalize() local101 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_finish() local
23 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_init() local40 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_do_update() local77 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_do_finalize() local98 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_finish() local
103 static inline void sha256_init(struct sha256_state *sctx) in sha256_init()119 static inline void sha224_init(struct sha256_state *sctx) in sha224_init()