MD5_DIGEST_SIZE 1428 lib/common/utils.c unsigned char raw_digest[MD5_DIGEST_SIZE]; MD5_DIGEST_SIZE 1436 lib/common/utils.c digest = malloc(2 * MD5_DIGEST_SIZE + 1); MD5_DIGEST_SIZE 1439 lib/common/utils.c for (lpc = 0; lpc < MD5_DIGEST_SIZE; lpc++) { MD5_DIGEST_SIZE 1442 lib/common/utils.c digest[(2 * MD5_DIGEST_SIZE)] = 0;