Lines Matching refs:talitos_ctx
850 struct talitos_ctx { struct
892 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_setkey()
925 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_des3_setkey()
992 struct talitos_ctx *ctx = crypto_aead_ctx(aead); in ipsec_esp_unmap()
1201 struct talitos_ctx *ctx = crypto_aead_ctx(aead); in ipsec_esp()
1422 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_edesc_alloc()
1435 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_encrypt()
1453 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_decrypt()
1494 struct talitos_ctx *ctx = crypto_skcipher_ctx(cipher); in skcipher_setkey()
1552 struct talitos_ctx *ctx = crypto_skcipher_ctx(cipher); in skcipher_done()
1573 struct talitos_ctx *ctx = crypto_skcipher_ctx(cipher); in common_nonsnoop()
1643 struct talitos_ctx *ctx = crypto_skcipher_ctx(cipher); in skcipher_edesc_alloc()
1654 struct talitos_ctx *ctx = crypto_skcipher_ctx(cipher); in skcipher_encrypt()
1679 struct talitos_ctx *ctx = crypto_skcipher_ctx(cipher); in skcipher_decrypt()
1769 static void talitos_handle_buggy_hash(struct talitos_ctx *ctx, in talitos_handle_buggy_hash()
1793 struct talitos_ctx *ctx = crypto_ahash_ctx(tfm); in common_nonsnoop_hash()
1916 struct talitos_ctx *ctx = crypto_ahash_ctx(tfm); in ahash_edesc_alloc()
1931 struct talitos_ctx *ctx = crypto_ahash_ctx(tfm); in ahash_init()
1984 struct talitos_ctx *ctx = crypto_ahash_ctx(tfm); in ahash_process_req()
2137 struct talitos_ctx *ctx = crypto_ahash_ctx(tfm); in ahash_export()
2161 struct talitos_ctx *ctx = crypto_ahash_ctx(tfm); in ahash_import()
2190 struct talitos_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm)); in keyhash()
2221 struct talitos_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm)); in ahash_setkey()
3048 static int talitos_init_common(struct talitos_ctx *ctx, in talitos_init_common()
3074 struct talitos_ctx *ctx = crypto_aead_ctx(tfm); in talitos_cra_init_aead()
3086 struct talitos_ctx *ctx = crypto_skcipher_ctx(tfm); in talitos_cra_init_skcipher()
3098 struct talitos_ctx *ctx = crypto_tfm_ctx(tfm); in talitos_cra_init_ahash()
3113 struct talitos_ctx *ctx = crypto_tfm_ctx(tfm); in talitos_cra_exit()
3267 alg->cra_ctxsize = sizeof(struct talitos_ctx); in talitos_alg_alloc()