Lines Matching defs:ctx

230 	struct cryptd_skcipher_ctx *ctx = crypto_skcipher_ctx(parent);  in cryptd_skcipher_setkey()  local
245 struct cryptd_skcipher_ctx *ctx; in cryptd_skcipher_prepare() local
271 struct cryptd_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in cryptd_skcipher_complete() local
344 struct cryptd_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in cryptd_skcipher_init_tfm() local
360 struct cryptd_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in cryptd_skcipher_exit_tfm() local
367 struct skcipherd_instance_ctx *ctx = skcipher_instance_ctx(inst); in cryptd_skcipher_free() local
378 struct skcipherd_instance_ctx *ctx; in cryptd_create_skcipher() local
435 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cryptd_hash_init_tfm() local
453 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cryptd_hash_clone_tfm() local
466 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cryptd_hash_exit_tfm() local
474 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(parent); in cryptd_hash_setkey() local
517 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cryptd_hash_complete() local
535 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cryptd_hash_init() local
611 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cryptd_hash_digest() local
642 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cryptd_hash_import() local
652 struct hashd_instance_ctx *ctx = ahash_instance_ctx(inst); in cryptd_hash_free() local
662 struct hashd_instance_ctx *ctx; in cryptd_create_hash() local
722 struct cryptd_aead_ctx *ctx = crypto_aead_ctx(parent); in cryptd_aead_setkey() local
731 struct cryptd_aead_ctx *ctx = crypto_aead_ctx(parent); in cryptd_aead_setauthsize() local
744 struct cryptd_aead_ctx *ctx; in cryptd_aead_crypt() local
787 struct cryptd_aead_ctx *ctx; in cryptd_aead_encrypt() local
799 struct cryptd_aead_ctx *ctx; in cryptd_aead_decrypt() local
838 struct cryptd_aead_ctx *ctx = crypto_aead_ctx(tfm); in cryptd_aead_init_tfm() local
854 struct cryptd_aead_ctx *ctx = crypto_aead_ctx(tfm); in cryptd_aead_exit_tfm() local
860 struct aead_instance_ctx *ctx = aead_instance_ctx(inst); in cryptd_aead_free() local
871 struct aead_instance_ctx *ctx; in cryptd_create_aead() local
953 struct cryptd_skcipher_ctx *ctx; in cryptd_alloc_skcipher() local
978 struct cryptd_skcipher_ctx *ctx = crypto_skcipher_ctx(&tfm->base); in cryptd_skcipher_child() local
986 struct cryptd_skcipher_ctx *ctx = crypto_skcipher_ctx(&tfm->base); in cryptd_skcipher_queued() local
994 struct cryptd_skcipher_ctx *ctx = crypto_skcipher_ctx(&tfm->base); in cryptd_free_skcipher() local
1005 struct cryptd_hash_ctx *ctx; in cryptd_alloc_ahash() local
1028 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(&tfm->base); in cryptd_ahash_child() local
1043 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(&tfm->base); in cryptd_ahash_queued() local
1051 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(&tfm->base); in cryptd_free_ahash() local
1062 struct cryptd_aead_ctx *ctx; in cryptd_alloc_aead() local
1085 struct cryptd_aead_ctx *ctx; in cryptd_aead_child() local
1093 struct cryptd_aead_ctx *ctx = crypto_aead_ctx(&tfm->base); in cryptd_aead_queued() local
1101 struct cryptd_aead_ctx *ctx = crypto_aead_ctx(&tfm->base); in cryptd_free_aead() local