Lines Matching refs:talitos_ctx
810 struct talitos_ctx { struct
851 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_setkey()
1088 struct talitos_ctx *ctx = crypto_aead_ctx(aead); in ipsec_esp()
1311 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_edesc_alloc()
1323 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_encrypt()
1341 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_decrypt()
1389 struct talitos_ctx *ctx = crypto_ablkcipher_ctx(cipher); in ablkcipher_setkey()
1556 struct talitos_ctx *ctx = crypto_ablkcipher_ctx(cipher); in common_nonsnoop()
1610 struct talitos_ctx *ctx = crypto_ablkcipher_ctx(cipher); in ablkcipher_edesc_alloc()
1621 struct talitos_ctx *ctx = crypto_ablkcipher_ctx(cipher); in ablkcipher_encrypt()
1638 struct talitos_ctx *ctx = crypto_ablkcipher_ctx(cipher); in ablkcipher_decrypt()
1703 void talitos_handle_buggy_hash(struct talitos_ctx *ctx, in talitos_handle_buggy_hash()
1727 struct talitos_ctx *ctx = crypto_ahash_ctx(tfm); in common_nonsnoop_hash()
1795 struct talitos_ctx *ctx = crypto_ahash_ctx(tfm); in ahash_edesc_alloc()
1849 struct talitos_ctx *ctx = crypto_ahash_ctx(tfm); in ahash_process_req()
2026 struct talitos_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm)); in keyhash()
2069 struct talitos_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm)); in ahash_setkey()
2598 static int talitos_init_common(struct talitos_ctx *ctx, in talitos_init_common()
2624 struct talitos_ctx *ctx = crypto_tfm_ctx(tfm); in talitos_cra_init()
2641 struct talitos_ctx *ctx = crypto_aead_ctx(tfm); in talitos_cra_init_aead()
2651 struct talitos_ctx *ctx = crypto_tfm_ctx(tfm); in talitos_cra_init_ahash()
2796 alg->cra_ctxsize = sizeof(struct talitos_ctx); in talitos_alg_alloc()