Searched refs:digest (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcmd5.h2 * This code implements the MD5 message-digest algorithm.
12 * To compute the message digest of a chunk of bytes, declare an
15 * will fill a supplied 16-byte array with the digest.
27 static void MD5Final(unsigned char digest[16], struct MD5Context *ctx);
115 static void MD5Final(unsigned char digest[16], struct MD5Context *ctx) argument
152 memcpy(digest, ctx->buf, 16);
/xsrc/external/mit/MesaLib.old/dist/src/util/sha1/
H A Dsha1.c145 * Add padding and return the message digest.
164 SHA1Final(uint8_t digest[SHA1_DIGEST_LENGTH], SHA1_CTX *context) argument
170 digest[i] = (uint8_t)
/xsrc/external/mit/MesaLib/dist/src/util/sha1/
H A Dsha1.c145 * Add padding and return the message digest.
164 SHA1Final(uint8_t digest[SHA1_DIGEST_LENGTH], SHA1_CTX *context) argument
170 digest[i] = (uint8_t)
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dxxhash.h230 * It's still possible to continue inserting input into the hash state after a digest,
262 typedef struct { unsigned char digest[4]; } XXH32_canonical_t; member in struct:__anon496c7b730208
299 typedef struct { unsigned char digest[8]; } XXH64_canonical_t; member in struct:__anon496c7b730308

Completed in 9 milliseconds