Searched defs:sctx (Results 1 - 25 of 62) sorted by relevance

123

/linux-master/arch/s390/purgatory/
H A Dpurgatory.c19 struct sha256_state sctx; local
/linux-master/arch/arm/crypto/
H A Dsha256_neon_glue.c30 struct sha256_state *sctx = shash_desc_ctx(desc); local
H A Dsha512-neon-glue.c29 struct sha512_state *sctx = shash_desc_ctx(desc); local
H A Dsha2-ce-glue.c33 struct sha256_state *sctx = shash_desc_ctx(desc); local
H A Dsha1-ce-glue.c32 struct sha1_state *sctx = shash_desc_ctx(desc); local
H A Dsha1_neon_glue.c35 struct sha1_state *sctx = shash_desc_ctx(desc); local
/linux-master/arch/x86/purgatory/
H A Dpurgatory.c28 struct sha256_state sctx; local
/linux-master/tools/perf/util/
H A Dexpr.h17 struct expr_scanner_ctx sctx; member in struct:expr_parse_ctx
/linux-master/arch/x86/crypto/
H A Dsm3_avx_glue.c26 struct sm3_state *sctx = shash_desc_ctx(desc); local
51 struct sm3_state *sctx = shash_desc_ctx(desc); local
/linux-master/arch/arm64/crypto/
H A Dsha3-ce-glue.c37 struct sha3_state *sctx = shash_desc_ctx(desc); local
83 struct sha3_state *sctx = shash_desc_ctx(desc); local
[all...]
H A Dsm3-ce-glue.c59 struct sm3_state *sctx = shash_desc_ctx(desc); local
H A Dsm3-neon-glue.c56 struct sm3_state *sctx = shash_desc_ctx(desc); local
/linux-master/crypto/
H A Dsm3_generic.c46 struct sm3_state *sctx = shash_desc_ctx(desc); local
H A Dsha3_generic.c163 struct sha3_state *sctx = shash_desc_ctx(desc); local
178 struct sha3_state *sctx = shash_desc_ctx(desc); local
215 struct sha3_state *sctx = shash_desc_ctx(desc); local
[all...]
/linux-master/arch/s390/crypto/
H A Dsha512_s390.c41 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); local
53 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); local
H A Dsha3_512_s390.c21 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); local
32 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); local
46 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); local
62 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); local
98 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); local
[all...]
H A Dsha256_s390.c22 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); local
40 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); local
51 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); local
81 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); local
[all...]
H A Dsha1_s390.c32 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); local
47 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); local
58 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); local
[all...]
H A Dsha3_256_s390.c22 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); local
33 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); local
45 struct s390_sha_ctx *sctx local
58 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); local
89 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); local
[all...]
/linux-master/include/crypto/
H A Dsha1_base.h23 struct sha1_state *sctx = shash_desc_ctx(desc); local
40 struct sha1_state *sctx = shash_desc_ctx(desc); local
77 struct sha1_state *sctx = shash_desc_ctx(desc); local
98 struct sha1_state *sctx = shash_desc_ctx(desc); local
[all...]
H A Dsha512_base.h24 struct sha512_state *sctx = shash_desc_ctx(desc); local
41 struct sha512_state *sctx = shash_desc_ctx(desc); local
61 struct sha512_state *sctx = shash_desc_ctx(desc); local
100 struct sha512_state *sctx = shash_desc_ctx(desc); local
123 struct sha512_state *sctx = shash_desc_ctx(desc); local
[all...]
H A Dsm3_base.h23 struct sm3_state *sctx = shash_desc_ctx(desc); local
43 struct sm3_state *sctx = shash_desc_ctx(desc); local
80 struct sm3_state *sctx = shash_desc_ctx(desc); local
101 struct sm3_state *sctx = shash_desc_ctx(desc); local
[all...]
H A Dsm3.h48 static inline void sm3_init(struct sm3_state *sctx) argument
[all...]
/linux-master/arch/powerpc/crypto/
H A Dmd5-glue.c20 static inline void ppc_md5_clear_context(struct md5_state *sctx) argument
32 struct md5_state *sctx = shash_desc_ctx(desc); local
46 struct md5_state *sctx = shash_desc_ctx(desc); local
77 struct md5_state *sctx = shash_desc_ctx(desc); local
109 struct md5_state *sctx = shash_desc_ctx(desc); local
117 struct md5_state *sctx = shash_desc_ctx(desc); local
[all...]
/linux-master/arch/sparc/crypto/
H A Dmd5_glue.c46 static void __md5_sparc64_update(struct md5_state *sctx, const u8 *data, argument
70 struct md5_state *sctx = shash_desc_ctx(desc); local
86 struct md5_state *sctx = shash_desc_ctx(desc); local
119 struct md5_state *sctx = shash_desc_ctx(desc); local
128 struct md5_state *sctx = shash_desc_ctx(desc); local
[all...]

Completed in 211 milliseconds

123