Home
last modified time | relevance | path

Searched refs:resbuf (Results 1 – 9 of 9) sorted by relevance

/external/elfutils/src/lib/
Dmd5.c70 md5_read_ctx (ctx, resbuf) in md5_read_ctx() argument
72 void *resbuf;
74 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A);
75 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B);
76 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C);
77 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D);
79 return resbuf;
98 md5_finish_ctx (ctx, resbuf) in md5_finish_ctx() argument
100 void *resbuf;
123 return md5_read_ctx (ctx, resbuf);
Dsha1.c70 sha1_read_ctx (ctx, resbuf) in sha1_read_ctx() argument
72 void *resbuf;
74 ((sha1_uint32 *) resbuf)[0] = SWAP (ctx->A);
75 ((sha1_uint32 *) resbuf)[1] = SWAP (ctx->B);
76 ((sha1_uint32 *) resbuf)[2] = SWAP (ctx->C);
77 ((sha1_uint32 *) resbuf)[3] = SWAP (ctx->D);
78 ((sha1_uint32 *) resbuf)[4] = SWAP (ctx->E);
80 return resbuf;
96 sha1_finish_ctx (ctx, resbuf) in sha1_finish_ctx() argument
98 void *resbuf;
[all …]
Dsha1.h82 extern void *sha1_finish_ctx (struct sha1_ctx *ctx, void *resbuf);
91 extern void *sha1_read_ctx (const struct sha1_ctx *ctx, void *resbuf);
Dmd5.h87 extern void *md5_finish_ctx (struct md5_ctx *ctx, void *resbuf);
96 extern void *md5_read_ctx (const struct md5_ctx *ctx, void *resbuf);
/external/libvncserver/common/
Dmd5.c85 md5_read_ctx (ctx, resbuf) in md5_read_ctx() argument
87 void *resbuf;
89 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A);
90 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B);
91 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C);
92 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D);
94 return resbuf;
103 md5_finish_ctx (ctx, resbuf) in md5_finish_ctx() argument
105 void *resbuf;
127 return md5_read_ctx (ctx, resbuf);
Dmd5.h124 extern void *__md5_finish_ctx (struct md5_ctx *ctx, void *resbuf) __THROW;
133 extern void *__md5_read_ctx (const struct md5_ctx *ctx, void *resbuf) __THROW;
/external/kernel-headers/original/uapi/linux/
Di2o-dev.h60 void __user *resbuf; /* Buffer for result */ member
69 void __user *resbuf; /* Result List buffer */ member
88 void __user *resbuf; /* Buffer for reply HTML page */ member
/external/mksh/src/
Dexec.c1473 hereinval(const char *content, int sub, char **resbuf, struct shf *shf) in hereinval() argument
1497 if (resbuf == NULL) in hereinval()
1500 strdupx(*resbuf, ccp, APERM); in hereinval()
1507 herein(struct ioword *iop, char **resbuf) in herein() argument
1525 if (resbuf != NULL) in herein()
1526 return (hereinval(iop->heredoc, i, resbuf, NULL)); in herein()
/external/libxml2/
Dxmlreader.c1701 xmlChar *resbuf; in xmlTextReaderReadInnerXml() local
1725 resbuf = buff->content; in xmlTextReaderReadInnerXml()
1729 return resbuf; in xmlTextReaderReadInnerXml()
1747 xmlChar *resbuf; in xmlTextReaderReadOuterXml() local
1769 resbuf = buff->content; in xmlTextReaderReadOuterXml()
1774 return resbuf; in xmlTextReaderReadOuterXml()