resbuf 224 ext/standard/crypt_sha256.c static void * sha256_finish_ctx(struct sha256_ctx *ctx, void *resbuf) { resbuf 249 ext/standard/crypt_sha256.c ((uint32_t *) resbuf)[i] = SWAP(ctx->H[i]); resbuf 252 ext/standard/crypt_sha256.c return resbuf; resbuf 251 ext/standard/crypt_sha512.c static void * sha512_finish_ctx (struct sha512_ctx *ctx, void *resbuf) { resbuf 276 ext/standard/crypt_sha512.c ((uint64_t *) resbuf)[i] = SWAP(ctx->H[i]); resbuf 279 ext/standard/crypt_sha512.c return resbuf;