xref: /xnu-11417.101.15/tools/tests/perf_index/md5.h (revision e3723e1f17661b24996789d8afc084c0c3303b26)
1*e3723e1fSApple OSS Distributions #ifndef __MD5_H_
2*e3723e1fSApple OSS Distributions #define __MD5_H_
3*e3723e1fSApple OSS Distributions 
4*e3723e1fSApple OSS Distributions #include <stdint.h>
5*e3723e1fSApple OSS Distributions 
6*e3723e1fSApple OSS Distributions void md5_hash(uint8_t *message, uint64_t len, uint32_t *hash);
7*e3723e1fSApple OSS Distributions 
8*e3723e1fSApple OSS Distributions #endif
9