Lines Matching refs:resbuf
70 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;
121 return sha1_read_ctx (ctx, resbuf);