sa_in 84 drivers/crypto/amcc/crypto4xx_alg.c req->cryptlen, iv, ivlen, decrypt ? ctx->sa_in : ctx->sa_out, sa_in 139 drivers/crypto/amcc/crypto4xx_alg.c if (ctx->sa_in || ctx->sa_out) sa_in 147 drivers/crypto/amcc/crypto4xx_alg.c sa = ctx->sa_in; sa_in 168 drivers/crypto/amcc/crypto4xx_alg.c memcpy(ctx->sa_out, ctx->sa_in, ctx->sa_len * 4); sa_in 412 drivers/crypto/amcc/crypto4xx_alg.c if (ctx->sa_in || ctx->sa_out) sa_in 420 drivers/crypto/amcc/crypto4xx_alg.c sa = (struct dynamic_sa_ctl *) ctx->sa_in; sa_in 440 drivers/crypto/amcc/crypto4xx_alg.c memcpy(ctx->sa_out, ctx->sa_in, ctx->sa_len * 4); sa_in 476 drivers/crypto/amcc/crypto4xx_alg.c memcpy(tmp_sa, decrypt ? ctx->sa_in : ctx->sa_out, ctx->sa_len * 4); sa_in 563 drivers/crypto/amcc/crypto4xx_alg.c if (ctx->sa_in || ctx->sa_out) sa_in 570 drivers/crypto/amcc/crypto4xx_alg.c sa = (struct dynamic_sa_ctl *) ctx->sa_in; sa_in 597 drivers/crypto/amcc/crypto4xx_alg.c memcpy(ctx->sa_out, ctx->sa_in, ctx->sa_len * 4); sa_in 627 drivers/crypto/amcc/crypto4xx_alg.c decrypt ? ctx->sa_in : ctx->sa_out, sa_in 660 drivers/crypto/amcc/crypto4xx_alg.c if (ctx->sa_in || ctx->sa_out) sa_in 669 drivers/crypto/amcc/crypto4xx_alg.c sa = (struct dynamic_sa_hash160 *)ctx->sa_in; sa_in 693 drivers/crypto/amcc/crypto4xx_alg.c sa = ctx->sa_in; sa_in 712 drivers/crypto/amcc/crypto4xx_alg.c req->nbytes, NULL, 0, ctx->sa_in, sa_in 731 drivers/crypto/amcc/crypto4xx_alg.c req->nbytes, NULL, 0, ctx->sa_in, sa_in 137 drivers/crypto/amcc/crypto4xx_core.c ctx->sa_in = kcalloc(size, 4, GFP_ATOMIC); sa_in 138 drivers/crypto/amcc/crypto4xx_core.c if (ctx->sa_in == NULL) sa_in 143 drivers/crypto/amcc/crypto4xx_core.c kfree(ctx->sa_in); sa_in 144 drivers/crypto/amcc/crypto4xx_core.c ctx->sa_in = NULL; sa_in 155 drivers/crypto/amcc/crypto4xx_core.c kfree(ctx->sa_in); sa_in 156 drivers/crypto/amcc/crypto4xx_core.c ctx->sa_in = NULL; sa_in 491 drivers/crypto/amcc/crypto4xx_core.c struct dynamic_sa_ctl *sa = (struct dynamic_sa_ctl *) ctx->sa_in; sa_in 939 drivers/crypto/amcc/crypto4xx_core.c ctx->sa_in = NULL; sa_in 119 drivers/crypto/amcc/crypto4xx_core.h struct dynamic_sa_ctl *sa_in;