Searched refs:fillbuf (Results 1 – 3 of 3) sorted by relevance
/crypt/ |
A D | sha256.c | 59 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable 120 memcpy (&ctx->buffer[bytes], fillbuf, pad); in __sha256_finish_ctx()
|
A D | md5.c | 64 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable 115 memcpy (&ctx->buffer[bytes], fillbuf, pad); in md5_finish_ctx()
|
A D | sha512.c | 55 static const unsigned char fillbuf[128] = { 0x80, 0 /* , 0, 0, ... */ }; variable 147 memcpy (&ctx->buffer[bytes], fillbuf, pad); in __sha512_finish_ctx()
|
Completed in 7 milliseconds