Home
last modified time | relevance | path

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

/crypt/
A Dsha256.c59 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
120 memcpy (&ctx->buffer[bytes], fillbuf, pad); in __sha256_finish_ctx()
A Dmd5.c64 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
115 memcpy (&ctx->buffer[bytes], fillbuf, pad); in md5_finish_ctx()
A Dsha512.c55 static const unsigned char fillbuf[128] = { 0x80, 0 /* , 0, 0, ... */ }; variable
147 memcpy (&ctx->buffer[bytes], fillbuf, pad); in __sha512_finish_ctx()

Completed in 6 milliseconds