Symbol: crypto4xx_ctx
drivers/crypto/amcc/crypto4xx_alg.c
124
struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher);
drivers/crypto/amcc/crypto4xx_alg.c
191
struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher);
drivers/crypto/amcc/crypto4xx_alg.c
208
struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher);
drivers/crypto/amcc/crypto4xx_alg.c
223
struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher);
drivers/crypto/amcc/crypto4xx_alg.c
239
struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher);
drivers/crypto/amcc/crypto4xx_alg.c
270
static int crypto4xx_sk_setup_fallback(struct crypto4xx_ctx *ctx,
drivers/crypto/amcc/crypto4xx_alg.c
285
struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher);
drivers/crypto/amcc/crypto4xx_alg.c
335
struct crypto4xx_ctx *ctx, bool do_decrypt)
drivers/crypto/amcc/crypto4xx_alg.c
349
static int crypto4xx_aead_setup_fallback(struct crypto4xx_ctx *ctx,
drivers/crypto/amcc/crypto4xx_alg.c
368
struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/amcc/crypto4xx_alg.c
426
struct crypto4xx_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/amcc/crypto4xx_alg.c
470
struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/amcc/crypto4xx_alg.c
514
struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/amcc/crypto4xx_alg.c
573
struct crypto4xx_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/amcc/crypto4xx_alg.c
71
struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher);
drivers/crypto/amcc/crypto4xx_core.c
1155
.cra_ctxsize = sizeof(struct crypto4xx_ctx),
drivers/crypto/amcc/crypto4xx_core.c
1176
.cra_ctxsize = sizeof(struct crypto4xx_ctx),
drivers/crypto/amcc/crypto4xx_core.c
1196
.cra_ctxsize = sizeof(struct crypto4xx_ctx),
drivers/crypto/amcc/crypto4xx_core.c
1216
.cra_ctxsize = sizeof(struct crypto4xx_ctx),
drivers/crypto/amcc/crypto4xx_core.c
1246
.cra_ctxsize = sizeof(struct crypto4xx_ctx),
drivers/crypto/amcc/crypto4xx_core.c
1267
.cra_ctxsize = sizeof(struct crypto4xx_ctx),
drivers/crypto/amcc/crypto4xx_core.c
135
int crypto4xx_alloc_sa(struct crypto4xx_ctx *ctx, u32 size)
drivers/crypto/amcc/crypto4xx_core.c
153
void crypto4xx_free_sa(struct crypto4xx_ctx *ctx)
drivers/crypto/amcc/crypto4xx_core.c
642
struct crypto4xx_ctx *ctx,
drivers/crypto/amcc/crypto4xx_core.c
898
struct crypto4xx_ctx *ctx)
drivers/crypto/amcc/crypto4xx_core.c
910
struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(sk);
drivers/crypto/amcc/crypto4xx_core.c
925
static void crypto4xx_common_exit(struct crypto4xx_ctx *ctx)
drivers/crypto/amcc/crypto4xx_core.c
932
struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(sk);
drivers/crypto/amcc/crypto4xx_core.c
942
struct crypto4xx_ctx *ctx = crypto_aead_ctx(tfm);
drivers/crypto/amcc/crypto4xx_core.c
961
struct crypto4xx_ctx *ctx = crypto_aead_ctx(tfm);
drivers/crypto/amcc/crypto4xx_core.h
154
int crypto4xx_alloc_sa(struct crypto4xx_ctx *ctx, u32 size);
drivers/crypto/amcc/crypto4xx_core.h
155
void crypto4xx_free_sa(struct crypto4xx_ctx *ctx);
drivers/crypto/amcc/crypto4xx_core.h
157
struct crypto4xx_ctx *ctx,