Home
last modified time | relevance | path

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

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

Completed in 15 milliseconds