Home
last modified time | relevance | path

Searched defs:sctx (Results 76 - 100 of 227) sorted by relevance

12345678910

/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...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pm4.c119 void si_pm4_free_state(struct si_context *sctx, struct si_pm4_state *state, unsigned idx) in si_pm4_free_state() argument
137 void si_pm4_emit(struct si_context *sctx, struct si_pm4_state *state) in si_pm4_emit() argument
154 si_pm4_reset_emitted(struct si_context *sctx, bool first_cs) si_pm4_reset_emitted() argument
[all...]
H A Dradeon_video.c131 struct si_context *sctx = (struct si_context *)context; in si_vid_clear_buffer() local
H A Dsi_cp_reg_shadowing.c69 si_create_shadowing_ib_preamble(struct si_context *sctx) in si_create_shadowing_ib_preamble() argument
192 void si_init_cp_reg_shadowing(struct si_context *sctx) in si_init_cp_reg_shadowing() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv_hw.c23 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_initkey() local
80 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_settag() local
88 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_setspeed() local
96 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_cleanup() local
107 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_cipher() local
[all...]
H A Dcipher_des_hw.c44 PROV_DES_CTX *sctx = (PROV_DES_CTX *)src; in cipher_hw_des_copyctx() local
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv_hw.c23 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_initkey() local
80 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_settag() local
88 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_setspeed() local
96 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_cleanup() local
107 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_cipher() local
[all...]
H A Dcipher_des_hw.c44 PROV_DES_CTX *sctx = (PROV_DES_CTX *)src; in cipher_hw_des_copyctx() local
/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/sparc/crypto/
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-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
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/crypto/
H A Docteon-sha256.c33 static void octeon_sha256_store_hash(struct sha256_state *sctx) in octeon_sha256_store_hash() argument
43 static void octeon_sha256_read_hash(struct sha256_state *sctx) in octeon_sha256_read_hash() argument
67 static void __octeon_sha256_update(struct sha256_state *sctx, const u8 *data, in __octeon_sha256_update() argument
101 struct sha256_state *sctx = shash_desc_ctx(desc); octeon_sha256_update() local
126 struct sha256_state *sctx = shash_desc_ctx(desc); octeon_sha256_final() local
178 struct sha256_state *sctx = shash_desc_ctx(desc); octeon_sha256_export() local
186 struct sha256_state *sctx = shash_desc_ctx(desc); octeon_sha256_import() local
[all...]
H A Docteon-sha1.c32 static void octeon_sha1_store_hash(struct sha1_state *sctx) in octeon_sha1_store_hash() argument
46 static void octeon_sha1_read_hash(struct sha1_state *sctx) in octeon_sha1_read_hash() argument
75 static void __octeon_sha1_update(struct sha1_state *sctx, const u8 *data, in __octeon_sha1_update() argument
109 struct sha1_state *sctx = shash_desc_ctx(desc); octeon_sha1_update() local
134 struct sha1_state *sctx = shash_desc_ctx(desc); octeon_sha1_final() local
174 struct sha1_state *sctx = shash_desc_ctx(desc); octeon_sha1_export() local
182 struct sha1_state *sctx = shash_desc_ctx(desc); octeon_sha1_import() local
[all...]

Completed in 11 milliseconds

12345678910