Lines Matching defs:out
80 goto out;
99 goto out;
114 goto out;
138 goto out;
154 goto out;
159 goto out;
174 out:
179 static int nx_sha512_final(struct shash_desc *desc, u8 *out)
224 goto out;
228 out_sg = nx_build_sg_list(nx_ctx->out_sg, out, &len,
236 goto out;
241 goto out;
246 memcpy(out, csbcpb->cpb.sha512.message_digest, SHA512_DIGEST_SIZE);
247 out:
252 static int nx_sha512_export(struct shash_desc *desc, void *out)
256 memcpy(out, sctx, sizeof(*sctx));