Home
last modified time | relevance | path

Searched refs:hasher (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/documentation/sphinx/
H A Dyocto-vars.py69 hasher = md5()
71 hasher.update(buff.encode('utf-8'))
72 poky_hash = hasher.hexdigest()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drepro-issue-fix-with-cc-crate-hashmap.patch46 let mut hasher = hash_map::DefaultHasher::new();
47 - hasher.write(dirname.to_string().as_bytes());
48 + hasher.write(filtered_dirname.as_bytes());
50 .join(format!("{:016x}-{}", hasher.finish(), basename))
89 let mut hasher = hash_map::DefaultHasher::new();
90 - hasher.write(dirname.to_string().as_bytes());
91 + hasher.write(filtered_dirname.as_bytes());
93 .join(format!("{:016x}-{}", hasher.finish(), basename))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/libkcapi/
H A Dlibkcapi_1.5.0.bb15 PACKAGECONFIG[apps] = "--enable-kcapi-speed --enable-kcapi-hasher --enable-kcapi-rngapp --enable-kc…
16 PACKAGECONFIG[hasher_only] = "--enable-kcapi-hasher --disable-lib-kdf --disable-lib-sym --disable-l…
/openbmc/linux/rust/alloc/
H A Dlib.rs279 let mut hasher = std::collections::hash_map::RandomState::new().build_hasher(); in test_rng() localVariable
280 std::panic::Location::caller().hash(&mut hasher); in test_rng()
281 let hc64 = hasher.finish(); in test_rng()
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp167 std::hash<std::string> hasher; in recalculateHashes() local
199 fruHash = hasher(fru.first.str); in recalculateHashes()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp155 std::hash<std::string> hasher; in recalculateHashes() local
187 fruHash = hasher(fru.first.str); in recalculateHashes()