Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dmd5.c59 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
115 memcpy (&ctx->buffer[bytes], fillbuf, pad); in md5_finish_ctx()
Dsha1.c51 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
108 memcpy (&((char *) ctx->buffer)[bytes], fillbuf, (size - 2) * 4 - bytes); in sha1_finish_ctx()