Home
last modified time | relevance | path

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

12

/arch/mips/cavium-octeon/crypto/
Docteon-sha256.c32 static void octeon_sha256_store_hash(struct sha256_state *sctx) in octeon_sha256_store_hash()
42 static void octeon_sha256_read_hash(struct sha256_state *sctx) in octeon_sha256_read_hash()
68 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha224_init() local
85 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_init() local
100 static void __octeon_sha256_update(struct sha256_state *sctx, const u8 *data, in __octeon_sha256_update()
134 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_update() local
159 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_final() local
211 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_export() local
219 struct sha256_state *sctx = shash_desc_ctx(desc); in octeon_sha256_import() local
Docteon-sha1.c31 static void octeon_sha1_store_hash(struct sha1_state *sctx) in octeon_sha1_store_hash()
45 static void octeon_sha1_read_hash(struct sha1_state *sctx) in octeon_sha1_read_hash()
76 struct sha1_state *sctx = shash_desc_ctx(desc); in octeon_sha1_init() local
88 static void __octeon_sha1_update(struct sha1_state *sctx, const u8 *data, in __octeon_sha1_update()
122 struct sha1_state *sctx = shash_desc_ctx(desc); in octeon_sha1_update() local
147 struct sha1_state *sctx = shash_desc_ctx(desc); in octeon_sha1_final() local
187 struct sha1_state *sctx = shash_desc_ctx(desc); in octeon_sha1_export() local
195 struct sha1_state *sctx = shash_desc_ctx(desc); in octeon_sha1_import() local
Docteon-sha512.c31 static void octeon_sha512_store_hash(struct sha512_state *sctx) in octeon_sha512_store_hash()
43 static void octeon_sha512_read_hash(struct sha512_state *sctx) in octeon_sha512_read_hash()
79 struct sha512_state *sctx = shash_desc_ctx(desc); in octeon_sha512_init() local
96 struct sha512_state *sctx = shash_desc_ctx(desc); in octeon_sha384_init() local
111 static void __octeon_sha512_update(struct sha512_state *sctx, const u8 *data, in __octeon_sha512_update()
148 struct sha512_state *sctx = shash_desc_ctx(desc); in octeon_sha512_update() local
173 struct sha512_state *sctx = shash_desc_ctx(desc); in octeon_sha512_final() local
/arch/s390/crypto/
Dsha3_512_s390.c22 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_512_init() local
33 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_512_export() local
47 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_512_import() local
63 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_384_import() local
99 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_384_init() local
Dsha3_256_s390.c23 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_256_init() local
34 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_256_export() local
46 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_256_import() local
59 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_224_import() local
90 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha3_224_init() local
Dsha256_s390.c22 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in s390_sha256_init() local
40 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha256_export() local
51 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha256_import() local
81 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in s390_sha224_init() local
Dsha1_s390.c32 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha1_init() local
47 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha1_export() local
58 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha1_import() local
Daes_s390.c74 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in setkey_fallback_cip() local
93 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in aes_set_key() local
113 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in crypto_aes_encrypt() local
124 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in crypto_aes_decrypt() local
137 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in fallback_init_cip() local
153 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in fallback_exit_cip() local
184 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in setkey_fallback_blk() local
207 struct s390_aes_ctx *sctx = crypto_blkcipher_ctx(tfm); in fallback_blk_dec() local
226 struct s390_aes_ctx *sctx = crypto_blkcipher_ctx(tfm); in fallback_blk_enc() local
240 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in ecb_aes_set_key() local
[all …]
Dsha512_s390.c41 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha512_export() local
53 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha512_import() local
/arch/powerpc/crypto/
Dmd5-glue.c21 static inline void ppc_md5_clear_context(struct md5_state *sctx) in ppc_md5_clear_context()
33 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_init() local
47 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_update() local
78 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_final() local
110 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_export() local
118 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_import() local
Dsha256-spe-glue.c50 static inline void ppc_sha256_clear_context(struct sha256_state *sctx) in ppc_sha256_clear_context()
62 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_init() local
79 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha224_init() local
97 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_update() local
141 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_final() local
202 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_export() local
210 struct sha256_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha256_import() local
Dsha1-spe-glue.c49 static inline void ppc_sha1_clear_context(struct sha1_state *sctx) in ppc_sha1_clear_context()
61 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_init() local
76 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_update() local
119 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_final() local
156 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_export() local
164 struct sha1_state *sctx = shash_desc_ctx(desc); in ppc_spe_sha1_import() local
Dsha1.c28 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_init() local
40 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_update() local
76 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_final() local
104 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_export() local
112 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_import() local
/arch/sparc/crypto/
Dsha256_glue.c32 struct sha256_state *sctx = shash_desc_ctx(desc); in sha224_sparc64_init() local
48 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_sparc64_init() local
62 static void __sha256_sparc64_update(struct sha256_state *sctx, const u8 *data, in __sha256_sparc64_update()
86 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_sparc64_update() local
101 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_sparc64_final() local
146 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_sparc64_export() local
154 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_sparc64_import() local
Dsha1_glue.c32 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_sparc64_init() local
41 static void __sha1_sparc64_update(struct sha1_state *sctx, const u8 *data, in __sha1_sparc64_update()
65 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_sparc64_update() local
81 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_sparc64_final() local
114 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_sparc64_export() local
123 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_sparc64_import() local
Dsha512_glue.c31 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_sparc64_init() local
47 struct sha512_state *sctx = shash_desc_ctx(desc); in sha384_sparc64_init() local
61 static void __sha512_sparc64_update(struct sha512_state *sctx, const u8 *data, in __sha512_sparc64_update()
86 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_sparc64_update() local
102 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_sparc64_final() local
Dmd5_glue.c46 static void __md5_sparc64_update(struct md5_state *sctx, const u8 *data, in __md5_sparc64_update()
70 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_update() local
86 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_final() local
119 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_export() local
128 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_import() local
/arch/arm64/crypto/
Dsha1-ce-glue.c45 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_update() local
61 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_finup() local
83 struct sha1_ce_state *sctx = shash_desc_ctx(desc); in sha1_ce_final() local
Dsha2-ce-glue.c56 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_update() local
73 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_finup() local
100 struct sha256_ce_state *sctx = shash_desc_ctx(desc); in sha256_ce_final() local
Dsha3-ce-glue.c37 struct sha3_state *sctx = shash_desc_ctx(desc); in sha3_update() local
79 struct sha3_state *sctx = shash_desc_ctx(desc); in sha3_final() local
/arch/s390/purgatory/
Dpurgatory.c19 struct sha256_state sctx; in verify_sha256_digest() local
/arch/x86/crypto/
Dpoly1305_glue.c42 struct poly1305_simd_desc_ctx *sctx = shash_desc_ctx(desc); in poly1305_simd_init() local
66 struct poly1305_simd_desc_ctx *sctx; in poly1305_simd_blocks() local
/arch/arm/crypto/
Dsha256_neon_glue.c31 struct sha256_state *sctx = shash_desc_ctx(desc); in crypto_sha256_neon_update() local
Dsha512-neon-glue.c29 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_neon_update() local
/arch/x86/purgatory/
Dpurgatory.c43 struct sha256_state sctx; in verify_sha256_digest() local

12