fillbuf 80 ext/standard/crypt_sha256.c static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; fillbuf 237 ext/standard/crypt_sha256.c memcpy(&ctx->buffer[bytes], fillbuf, pad); fillbuf 82 ext/standard/crypt_sha512.c static const unsigned char fillbuf[128] = { 0x80, 0 /* , 0, 0, ... */ }; fillbuf 264 ext/standard/crypt_sha512.c memcpy(&ctx->buffer[bytes], fillbuf, pad);