Home
last modified time | relevance | path

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

/crypt/
A Dmd5.c87 md5_read_ctx (const struct md5_ctx *ctx, void *resbuf) in md5_read_ctx() argument
89 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A); in md5_read_ctx()
90 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B); in md5_read_ctx()
91 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C); in md5_read_ctx()
92 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D); in md5_read_ctx()
94 return resbuf; in md5_read_ctx()
103 md5_finish_ctx (struct md5_ctx *ctx, void *resbuf) in md5_finish_ctx() argument
125 return md5_read_ctx (ctx, resbuf); in md5_finish_ctx()
A Dmd5.h122 extern void *__md5_finish_ctx (struct md5_ctx *ctx, void *resbuf) __THROW;
131 extern void *__md5_read_ctx (const struct md5_ctx *ctx, void *resbuf) __THROW;
A Dsha256.c110 __sha256_finish_ctx (struct sha256_ctx *ctx, void *resbuf) in __sha256_finish_ctx() argument
136 ((uint32_t *) resbuf)[i] = SWAP (ctx->H[i]); in __sha256_finish_ctx()
138 return resbuf; in __sha256_finish_ctx()
A Dsha256.h66 extern void *__sha256_finish_ctx (struct sha256_ctx *ctx, void *resbuf)
A Dsha512.h69 extern void *__sha512_finish_ctx (struct sha512_ctx *ctx, void *resbuf)
A Dsha512.c131 __sha512_finish_ctx (struct sha512_ctx *ctx, void *resbuf) in __sha512_finish_ctx() argument
159 ((uint64_t *) resbuf)[i] = SWAP (ctx->H[i]); in __sha512_finish_ctx()
161 return resbuf; in __sha512_finish_ctx()

Completed in 11 milliseconds