Searched refs:fillbuf (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/ext/standard/ |
H A D | crypt_sha256.c | 80 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable 237 memcpy(&ctx->buffer[bytes], fillbuf, pad); in sha256_finish_ctx()
|
H A D | crypt_sha512.c | 82 static const unsigned char fillbuf[128] = { 0x80, 0 /* , 0, 0, ... */ }; variable 264 memcpy(&ctx->buffer[bytes], fillbuf, pad); in sha512_finish_ctx()
|
Completed in 14 milliseconds