Symbol: talitos_ctx
drivers/crypto/talitos.c
1000
struct talitos_ctx *ctx = crypto_aead_ctx(authenc);
drivers/crypto/talitos.c
1067
struct talitos_ctx *ctx = crypto_aead_ctx(aead);
drivers/crypto/talitos.c
1276
struct talitos_ctx *ctx = crypto_aead_ctx(aead);
drivers/crypto/talitos.c
1494
struct talitos_ctx *ctx = crypto_aead_ctx(authenc);
drivers/crypto/talitos.c
1507
struct talitos_ctx *ctx = crypto_aead_ctx(authenc);
drivers/crypto/talitos.c
1525
struct talitos_ctx *ctx = crypto_aead_ctx(authenc);
drivers/crypto/talitos.c
1566
struct talitos_ctx *ctx = crypto_skcipher_ctx(cipher);
drivers/crypto/talitos.c
1624
struct talitos_ctx *ctx = crypto_skcipher_ctx(cipher);
drivers/crypto/talitos.c
1645
struct talitos_ctx *ctx = crypto_skcipher_ctx(cipher);
drivers/crypto/talitos.c
1715
struct talitos_ctx *ctx = crypto_skcipher_ctx(cipher);
drivers/crypto/talitos.c
1726
struct talitos_ctx *ctx = crypto_skcipher_ctx(cipher);
drivers/crypto/talitos.c
1751
struct talitos_ctx *ctx = crypto_skcipher_ctx(cipher);
drivers/crypto/talitos.c
1803
struct talitos_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
drivers/crypto/talitos.c
1824
struct talitos_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/talitos.c
1868
static void talitos_handle_buggy_hash(struct talitos_ctx *ctx,
drivers/crypto/talitos.c
1890
struct talitos_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/talitos.c
1959
struct talitos_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/talitos.c
1969
struct talitos_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
drivers/crypto/talitos.c
2039
struct talitos_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/talitos.c
2120
struct talitos_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/talitos.c
2215
struct talitos_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/talitos.c
2239
struct talitos_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/talitos.c
2268
struct talitos_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm));
drivers/crypto/talitos.c
2299
struct talitos_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm));
drivers/crypto/talitos.c
3126
static int talitos_init_common(struct talitos_ctx *ctx,
drivers/crypto/talitos.c
3152
struct talitos_ctx *ctx = crypto_aead_ctx(tfm);
drivers/crypto/talitos.c
3164
struct talitos_ctx *ctx = crypto_skcipher_ctx(tfm);
drivers/crypto/talitos.c
3176
struct talitos_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/talitos.c
3191
struct talitos_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/talitos.c
3345
alg->cra_ctxsize = sizeof(struct talitos_ctx);
drivers/crypto/talitos.c
967
struct talitos_ctx *ctx = crypto_aead_ctx(authenc);