Home
last modified time | relevance | path

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

/linux-3.3/arch/x86/crypto/
Dsha1_ssse3_glue.c48 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_ssse3_init() local
60 struct sha1_state *sctx = shash_desc_ctx(desc); in __sha1_ssse3_update() local
86 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_ssse3_update() local
113 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_ssse3_final() local
152 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_ssse3_export() local
161 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_ssse3_import() local
/linux-3.3/crypto/
Dsha1_generic.c30 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_init() local
42 struct sha1_state *sctx = shash_desc_ctx(desc); in crypto_sha1_update() local
80 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_final() local
108 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_export() local
116 struct sha1_state *sctx = shash_desc_ctx(desc); in sha1_import() local
Dsha256_generic.c219 struct sha256_state *sctx = shash_desc_ctx(desc); in sha224_init() local
235 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_init() local
252 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_update() local
283 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_final() local
325 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_export() local
333 struct sha256_state *sctx = shash_desc_ctx(desc); in sha256_import() local
Dsha512_generic.c135 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_init() local
152 struct sha512_state *sctx = shash_desc_ctx(desc); in sha384_init() local
169 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_update() local
204 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_final() local
/linux-3.3/arch/s390/crypto/
Daes_s390.c97 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in setkey_fallback_cip() local
116 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in aes_set_key() local
137 const struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in aes_encrypt() local
162 const struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in aes_decrypt() local
188 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in fallback_init_cip() local
204 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in fallback_exit_cip() local
236 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in setkey_fallback_blk() local
258 struct s390_aes_ctx *sctx = crypto_blkcipher_ctx(desc->tfm); in fallback_blk_dec() local
275 struct s390_aes_ctx *sctx = crypto_blkcipher_ctx(desc->tfm); in fallback_blk_enc() local
289 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in ecb_aes_set_key() local
[all …]
Dsha256_s390.c26 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha256_init() local
44 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha256_export() local
55 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha256_import() local
86 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha224_init() local
Dsha1_s390.c36 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha1_init() local
51 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha1_export() local
62 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha1_import() local
Dsha512_s390.c45 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha512_export() local
57 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha512_import() local
/linux-3.3/drivers/crypto/
Dpadlock-sha.c295 struct sha1_state *sctx = shash_desc_ctx(desc); in padlock_sha1_init_nano() local
307 struct sha1_state *sctx = shash_desc_ctx(desc); in padlock_sha1_update_nano() local
383 struct sha256_state *sctx = shash_desc_ctx(desc); in padlock_sha256_init_nano() local
396 struct sha256_state *sctx = shash_desc_ctx(desc); in padlock_sha256_update_nano() local
475 void *sctx = shash_desc_ctx(desc); in padlock_sha_export_nano() local
485 void *sctx = shash_desc_ctx(desc); in padlock_sha_import_nano() local
/linux-3.3/arch/powerpc/kernel/
Dperf_callchain.c348 struct sigcontext32 sctx; member
Dsignal_32.c302 struct sigcontext sctx; /* the sigcontext */ member