Home
last modified time | relevance | path

Searched defs:sctx (Results 51 - 75 of 118) sorted by relevance

12345

/kernel/linux/linux-5.10/arch/sparc/crypto/
H A Dsha1_glue.c31 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_sparc64_init() local
40 static void __sha1_sparc64_update(struct sha1_state *sctx, const u8 *data, in __sha1_sparc64_update() argument
64 struct sha1_state *sctx in sha1_sparc64_update() local
80 struct sha1_state *sctx = shash_desc_ctx(desc); sha1_sparc64_final() local
113 struct sha1_state *sctx = shash_desc_ctx(desc); sha1_sparc64_export() local
122 struct sha1_state *sctx = shash_desc_ctx(desc); sha1_sparc64_import() local
[all...]
H A Dsha256_glue.c31 struct sha256_state *sctx = shash_desc_ctx(desc); in sha224_sparc64_init() local
47 struct sha256_state *sctx = shash_desc_ctx(desc); sha256_sparc64_init() local
61 __sha256_sparc64_update(struct sha256_state *sctx, const u8 *data, unsigned int len, unsigned int partial) __sha256_sparc64_update() argument
85 struct sha256_state *sctx = shash_desc_ctx(desc); sha256_sparc64_update() local
100 struct sha256_state *sctx = shash_desc_ctx(desc); sha256_sparc64_final() local
145 struct sha256_state *sctx = shash_desc_ctx(desc); sha256_sparc64_export() local
153 struct sha256_state *sctx = shash_desc_ctx(desc); sha256_sparc64_import() local
[all...]
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/crypto/
H A Docteon-sha512.c32 static void octeon_sha512_store_hash(struct sha512_state *sctx) in octeon_sha512_store_hash() argument
44 static void octeon_sha512_read_hash(struct sha512_state *sctx) in octeon_sha512_read_hash() argument
78 __octeon_sha512_update(struct sha512_state *sctx, const u8 *data, unsigned int len) __octeon_sha512_update() argument
115 struct sha512_state *sctx = shash_desc_ctx(desc); octeon_sha512_update() local
140 struct sha512_state *sctx = shash_desc_ctx(desc); octeon_sha512_final() local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/crypto/
H A Dsha1-spe-glue.c49 static inline void ppc_sha1_clear_context(struct sha1_state *sctx) in ppc_sha1_clear_context() argument
62 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_update() local
105 struct sha1_state *sctx = shash_desc_ctx(desc); ppc_spe_sha1_final() local
142 struct sha1_state *sctx = shash_desc_ctx(desc); ppc_spe_sha1_export() local
150 struct sha1_state *sctx = shash_desc_ctx(desc); ppc_spe_sha1_import() local
[all...]
H A Dmd5-glue.c20 static inline void ppc_md5_clear_context(struct md5_state *sctx) in ppc_md5_clear_context() argument
32 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_init() local
46 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_update() local
77 struct md5_state *sctx = shash_desc_ctx(desc); ppc_md5_final() local
109 struct md5_state *sctx = shash_desc_ctx(desc); ppc_md5_export() local
117 struct md5_state *sctx = shash_desc_ctx(desc); ppc_md5_import() local
[all...]
H A Dsha256-spe-glue.c50 static inline void ppc_sha256_clear_context(struct sha256_state *sctx) in ppc_sha256_clear_context() argument
63 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_update() local
107 struct sha256_state *sctx = shash_desc_ctx(desc); ppc_spe_sha256_final() local
168 struct sha256_state *sctx = shash_desc_ctx(desc); ppc_spe_sha256_export() local
176 struct sha256_state *sctx = shash_desc_ctx(desc); ppc_spe_sha256_import() local
[all...]
H A Dsha1.c29 struct sha1_state *sctx = shash_desc_ctx(desc); in powerpc_sha1_update() local
63 struct sha1_state *sctx = shash_desc_ctx(desc); in powerpc_sha1_final() local
91 struct sha1_state *sctx = shash_desc_ctx(desc); powerpc_sha1_export() local
99 struct sha1_state *sctx = shash_desc_ctx(desc); powerpc_sha1_import() local
[all...]
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dsha256-glue.c97 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_update_neon() local
H A Dsha2-ce-glue.c67 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_update() local
82 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_finup() local
107 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_final() local
121 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_export() local
129 struct sha256_ce_state *sctx in sha256_ce_import() local
[all...]
H A Dsha1-ce-glue.c56 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_update() local
70 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_finup() local
90 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_final() local
102 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_export() local
110 struct sha1_ce_state *sctx in sha1_ce_import() local
[all...]
/kernel/linux/linux-6.6/arch/sparc/crypto/
H A Dmd5_glue.c46 static void __md5_sparc64_update(struct md5_state *sctx, const u8 *data, in __md5_sparc64_update() argument
70 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_update() local
86 struct md5_state *sctx = shash_desc_ctx(desc); md5_sparc64_final() local
119 struct md5_state *sctx = shash_desc_ctx(desc); md5_sparc64_export() local
128 struct md5_state *sctx = shash_desc_ctx(desc); md5_sparc64_import() local
[all...]
H A Dsha512_glue.c29 static void __sha512_sparc64_update(struct sha512_state *sctx, const u8 *data, in __sha512_sparc64_update() argument
54 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_sparc64_update() local
70 struct sha512_state *sctx = shash_desc_ctx(desc); sha512_sparc64_final() local
[all...]
H A Dsha1_glue.c30 static void __sha1_sparc64_update(struct sha1_state *sctx, const u8 *data, in __sha1_sparc64_update() argument
54 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_sparc64_update() local
70 struct sha1_state *sctx = shash_desc_ctx(desc); sha1_sparc64_final() local
103 struct sha1_state *sctx = shash_desc_ctx(desc); sha1_sparc64_export() local
112 struct sha1_state *sctx = shash_desc_ctx(desc); sha1_sparc64_import() local
[all...]
/kernel/linux/linux-6.6/include/crypto/
H A Dsha256_base.h23 struct sha256_state *sctx = shash_desc_ctx(desc); in sha224_base_init() local
31 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_base_init() local
37 static inline int lib_sha256_base_do_update(struct sha256_state *sctx, in lib_sha256_base_do_update() argument
79 struct sha256_state *sctx = shash_desc_ctx(desc); sha256_base_do_update() local
84 lib_sha256_base_do_finalize(struct sha256_state *sctx, sha256_block_fn *block_fn) lib_sha256_base_do_finalize() argument
109 struct sha256_state *sctx = shash_desc_ctx(desc); sha256_base_do_finalize() local
114 lib_sha256_base_finish(struct sha256_state *sctx, u8 *out, unsigned int digest_size) lib_sha256_base_finish() argument
130 struct sha256_state *sctx = shash_desc_ctx(desc); sha256_base_finish() local
[all...]
/kernel/linux/linux-6.6/crypto/
H A Dsha3_generic.c163 struct sha3_state *sctx = shash_desc_ctx(desc); in crypto_sha3_init() local
178 struct sha3_state *sctx = shash_desc_ctx(desc); in crypto_sha3_update() local
215 struct sha3_state *sctx = shash_desc_ctx(desc); crypto_sha3_final() local
[all...]
H A Dsm3.c72 static void sm3_transform(struct sm3_state *sctx, u8 const *data, u32 W[16]) in sm3_transform() argument
169 sm3_block(struct sm3_state *sctx, u8 const *data, int blocks, u32 W[16]) sm3_block() argument
178 sm3_update(struct sm3_state *sctx, const u8 *data, unsigned int len) sm3_update() argument
215 sm3_final(struct sm3_state *sctx, u8 *out) sm3_final() argument
[all...]
/kernel/linux/linux-6.6/lib/crypto/
H A Dsha256.c121 static void sha256_transform_blocks(struct sha256_state *sctx, in sha256_transform_blocks() argument
134 void sha256_update(struct sha256_state *sctx, const u8 *data, unsigned int len) in sha256_update() argument
140 static void __sha256_final(struct sha256_state *sctx, u8 *out, int digest_size) in __sha256_final() argument
146 void sha256_final(struct sha256_state *sctx, u8 *out) in sha256_final() argument
152 void sha224_final(struct sha256_state *sctx, u argument
160 struct sha256_state sctx; sha256() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/nx/
H A Dnx-aes-xcbc.c158 struct xcbc_state *sctx = shash_desc_ctx(desc); in nx_xcbc_init() local
169 struct xcbc_state *sctx = shash_desc_ctx(desc); in nx_xcbc_update() local
294 struct xcbc_state *sctx = shash_desc_ctx(desc); nx_xcbc_final() local
[all...]
H A Dnx-sha512.c39 struct sha512_state *sctx = shash_desc_ctx(desc); in nx_sha512_init() local
59 struct sha512_state *sctx = shash_desc_ctx(desc); nx_sha512_update() local
181 struct sha512_state *sctx = shash_desc_ctx(desc); nx_sha512_final() local
254 struct sha512_state *sctx = shash_desc_ctx(desc); nx_sha512_export() local
263 struct sha512_state *sctx = shash_desc_ctx(desc); nx_sha512_import() local
[all...]
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/crypto/
H A Docteon-sha256.c32 static void octeon_sha256_store_hash(struct sha256_state *sctx) in octeon_sha256_store_hash() argument
42 static void octeon_sha256_read_hash(struct sha256_state *sctx) in octeon_sha256_read_hash() argument
68 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha224_init() local
85 struct sha256_state *sctx = shash_desc_ctx(desc); octeon_sha256_init() local
100 __octeon_sha256_update(struct sha256_state *sctx, const u8 *data, unsigned int len) __octeon_sha256_update() argument
134 struct sha256_state *sctx = shash_desc_ctx(desc); octeon_sha256_update() local
159 struct sha256_state *sctx = shash_desc_ctx(desc); octeon_sha256_final() local
211 struct sha256_state *sctx = shash_desc_ctx(desc); octeon_sha256_export() local
219 struct sha256_state *sctx = shash_desc_ctx(desc); octeon_sha256_import() local
[all...]
H A Docteon-sha1.c31 static void octeon_sha1_store_hash(struct sha1_state *sctx) in octeon_sha1_store_hash() argument
45 static void octeon_sha1_read_hash(struct sha1_state *sctx) in octeon_sha1_read_hash() argument
76 struct sha1_state *sctx = shash_desc_ctx(desc); in octeon_sha1_init() local
88 __octeon_sha1_update(struct sha1_state *sctx, const u8 *data, unsigned int len) __octeon_sha1_update() argument
122 struct sha1_state *sctx = shash_desc_ctx(desc); octeon_sha1_update() local
147 struct sha1_state *sctx = shash_desc_ctx(desc); octeon_sha1_final() local
187 struct sha1_state *sctx = shash_desc_ctx(desc); octeon_sha1_export() local
195 struct sha1_state *sctx = shash_desc_ctx(desc); octeon_sha1_import() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/crypto/
H A Dsha256-spe-glue.c49 static inline void ppc_sha256_clear_context(struct sha256_state *sctx) in ppc_sha256_clear_context() argument
61 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_init() local
78 struct sha256_state *sctx = shash_desc_ctx(desc); ppc_spe_sha224_init() local
96 struct sha256_state *sctx = shash_desc_ctx(desc); ppc_spe_sha256_update() local
140 struct sha256_state *sctx = shash_desc_ctx(desc); ppc_spe_sha256_final() local
201 struct sha256_state *sctx = shash_desc_ctx(desc); ppc_spe_sha256_export() local
209 struct sha256_state *sctx = shash_desc_ctx(desc); ppc_spe_sha256_import() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/perf/
H A Dcallchain_32.c43 struct sigcontext32 sctx; member
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dsha512_ssse3_glue.c47 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_update() local
H A Dsha256_ssse3_glue.c49 struct sha256_state *sctx = shash_desc_ctx(desc); in _sha256_update() local

Completed in 14 milliseconds

12345