Lines Matching defs:out
85 goto out;
104 goto out;
119 goto out;
143 goto out;
159 goto out;
164 goto out;
179 out:
184 static int nx_sha512_final(struct shash_desc *desc, u8 *out)
229 goto out;
233 out_sg = nx_build_sg_list(nx_ctx->out_sg, out, &len,
241 goto out;
246 goto out;
251 memcpy(out, csbcpb->cpb.sha512.message_digest, SHA512_DIGEST_SIZE);
252 out:
257 static int nx_sha512_export(struct shash_desc *desc, void *out)
261 memcpy(out, sctx, sizeof(*sctx));