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