Home
last modified time | relevance | path

Searched refs:md5_hash (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/tools/tests/perf_index/
H A Dmd5.h6 void md5_hash(uint8_t *message, uint64_t len, uint32_t *hash);
H A Dperfindex-cpu.c11 md5_hash((uint8_t *)&i, sizeof(i), digest);
H A Dmd5.c131 md5_hash(uint8_t *message, uint64_t len, uint32_t *hash) in md5_hash() function
/xnu-8019.80.24/osfmk/kern/
H A Dbtlog.c141 uint32_t lookup_btrecord_byhash(btlog_t *btlog, uint32_t md5_hash, void *bt[], size_t btcount);
147 lookup_btrecord_byhash(btlog_t *btlog, uint32_t md5_hash, void *bt[], size_t btcount) in lookup_btrecord_byhash() argument
161 if (record->bthash == md5_hash) { in lookup_btrecord_byhash()