Home
last modified time | relevance | path

Searched defs:sctx (Results 1 – 5 of 5) sorted by relevance

/include/crypto/
Dsha256_base.h24 struct sha256_state *sctx = shash_desc_ctx(desc); in sha224_base_init() local
32 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_init() local
43 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_do_update() local
80 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_do_finalize() local
102 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_finish() local
Dsha512_base.h24 struct sha512_state *sctx = shash_desc_ctx(desc); in sha384_base_init() local
41 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_init() local
61 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_do_update() local
100 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_do_finalize() local
123 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_base_finish() local
Dsm3_base.h23 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_init() local
43 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_do_update() local
80 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_do_finalize() local
101 struct sm3_state *sctx = shash_desc_ctx(desc); in sm3_base_finish() local
Dsha1_base.h23 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_init() local
40 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_do_update() local
77 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_do_finalize() local
98 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_base_finish() local
Dsha2.h103 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()