sa_out             84 drivers/crypto/amcc/crypto4xx_alg.c 		req->cryptlen, iv, ivlen, decrypt ? ctx->sa_in : ctx->sa_out,
sa_out            139 drivers/crypto/amcc/crypto4xx_alg.c 	if (ctx->sa_in || ctx->sa_out)
sa_out            168 drivers/crypto/amcc/crypto4xx_alg.c 	memcpy(ctx->sa_out, ctx->sa_in, ctx->sa_len * 4);
sa_out            169 drivers/crypto/amcc/crypto4xx_alg.c 	sa = ctx->sa_out;
sa_out            237 drivers/crypto/amcc/crypto4xx_alg.c 				  ctx->sa_out, ctx->sa_len, 0, NULL);
sa_out            252 drivers/crypto/amcc/crypto4xx_alg.c 				  ctx->sa_out, ctx->sa_len, 0, NULL);
sa_out            412 drivers/crypto/amcc/crypto4xx_alg.c 	if (ctx->sa_in || ctx->sa_out)
sa_out            440 drivers/crypto/amcc/crypto4xx_alg.c 	memcpy(ctx->sa_out, ctx->sa_in, ctx->sa_len * 4);
sa_out            441 drivers/crypto/amcc/crypto4xx_alg.c 	sa = (struct dynamic_sa_ctl *) ctx->sa_out;
sa_out            476 drivers/crypto/amcc/crypto4xx_alg.c 	memcpy(tmp_sa, decrypt ? ctx->sa_in : ctx->sa_out, ctx->sa_len * 4);
sa_out            563 drivers/crypto/amcc/crypto4xx_alg.c 	if (ctx->sa_in || ctx->sa_out)
sa_out            597 drivers/crypto/amcc/crypto4xx_alg.c 	memcpy(ctx->sa_out, ctx->sa_in, ctx->sa_len * 4);
sa_out            598 drivers/crypto/amcc/crypto4xx_alg.c 	sa = (struct dynamic_sa_ctl *) ctx->sa_out;
sa_out            627 drivers/crypto/amcc/crypto4xx_alg.c 				  decrypt ? ctx->sa_in : ctx->sa_out,
sa_out            660 drivers/crypto/amcc/crypto4xx_alg.c 	if (ctx->sa_in || ctx->sa_out)
sa_out            141 drivers/crypto/amcc/crypto4xx_core.c 	ctx->sa_out = kcalloc(size, 4, GFP_ATOMIC);
sa_out            142 drivers/crypto/amcc/crypto4xx_core.c 	if (ctx->sa_out == NULL) {
sa_out            157 drivers/crypto/amcc/crypto4xx_core.c 	kfree(ctx->sa_out);
sa_out            158 drivers/crypto/amcc/crypto4xx_core.c 	ctx->sa_out = NULL;
sa_out            940 drivers/crypto/amcc/crypto4xx_core.c 	ctx->sa_out = NULL;
sa_out            120 drivers/crypto/amcc/crypto4xx_core.h 	struct dynamic_sa_ctl *sa_out;
sa_out            297 fs/dlm/lowcomms.c 			  struct sockaddr *sa_out, bool try_new_addr)
sa_out            328 fs/dlm/lowcomms.c 	if (!sa_out)
sa_out            333 fs/dlm/lowcomms.c 		struct sockaddr_in *ret4 = (struct sockaddr_in *) sa_out;
sa_out            337 fs/dlm/lowcomms.c 		struct sockaddr_in6 *ret6 = (struct sockaddr_in6 *) sa_out;