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()
2136 struct talitos_ctx *ctx = crypto_ahash_ctx(tfm); in ahash_export()
2160 struct talitos_ctx *ctx = crypto_ahash_ctx(tfm); in ahash_import()
2189 struct talitos_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm)); in keyhash()
2220 struct talitos_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm)); in ahash_setkey()
3047 static int talitos_init_common(struct talitos_ctx *ctx, in talitos_init_common()
3073 struct talitos_ctx *ctx = crypto_aead_ctx(tfm); in talitos_cra_init_aead()
3085 struct talitos_ctx *ctx = crypto_skcipher_ctx(tfm); in talitos_cra_init_skcipher()
3097 struct talitos_ctx *ctx = crypto_tfm_ctx(tfm); in talitos_cra_init_ahash()
3112 struct talitos_ctx *ctx = crypto_tfm_ctx(tfm); in talitos_cra_exit()
3266 alg->cra_ctxsize = sizeof(struct talitos_ctx); in talitos_alg_alloc()