Lines Matching refs:talitos_ctx
843 struct talitos_ctx { struct
885 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_setkey()
979 struct talitos_ctx *ctx = crypto_aead_ctx(aead); in ipsec_esp_unmap()
1205 struct talitos_ctx *ctx = crypto_aead_ctx(aead); in ipsec_esp()
1459 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_edesc_alloc()
1471 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_encrypt()
1489 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_decrypt()
1536 struct talitos_ctx *ctx = crypto_ablkcipher_ctx(cipher); in ablkcipher_setkey()
1600 struct talitos_ctx *ctx = crypto_ablkcipher_ctx(cipher); in common_nonsnoop()
1668 struct talitos_ctx *ctx = crypto_ablkcipher_ctx(cipher); in ablkcipher_edesc_alloc()
1679 struct talitos_ctx *ctx = crypto_ablkcipher_ctx(cipher); in ablkcipher_encrypt()
1696 struct talitos_ctx *ctx = crypto_ablkcipher_ctx(cipher); in ablkcipher_decrypt()
1772 static void talitos_handle_buggy_hash(struct talitos_ctx *ctx, in talitos_handle_buggy_hash()
1797 struct talitos_ctx *ctx = crypto_ahash_ctx(tfm); in common_nonsnoop_hash()
1921 struct talitos_ctx *ctx = crypto_ahash_ctx(tfm); in ahash_edesc_alloc()
1936 struct talitos_ctx *ctx = crypto_ahash_ctx(tfm); in ahash_init()
1989 struct talitos_ctx *ctx = crypto_ahash_ctx(tfm); in ahash_process_req()
2140 struct talitos_ctx *ctx = crypto_ahash_ctx(tfm); in ahash_export()
2164 struct talitos_ctx *ctx = crypto_ahash_ctx(tfm); in ahash_import()
2193 struct talitos_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm)); in keyhash()
2224 struct talitos_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm)); in ahash_setkey()
3005 static int talitos_init_common(struct talitos_ctx *ctx, in talitos_init_common()
3031 struct talitos_ctx *ctx = crypto_tfm_ctx(tfm); in talitos_cra_init()
3048 struct talitos_ctx *ctx = crypto_aead_ctx(tfm); in talitos_cra_init_aead()
3058 struct talitos_ctx *ctx = crypto_tfm_ctx(tfm); in talitos_cra_init_ahash()
3071 struct talitos_ctx *ctx = crypto_tfm_ctx(tfm); in talitos_cra_exit()
3214 alg->cra_ctxsize = sizeof(struct talitos_ctx); in talitos_alg_alloc()