Home
last modified time | relevance | path

Searched refs:fillbuf (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c86 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
243 memcpy(&ctx->buffer[bytes], fillbuf, pad); in sha256_finish_ctx()
H A Dcrypt_sha512.c88 static const unsigned char fillbuf[128] = { 0x80, 0 /* , 0, 0, ... */ }; variable
270 memcpy(&ctx->buffer[bytes], fillbuf, pad); in sha512_finish_ctx()

Completed in 10 milliseconds