Home
last modified time | relevance | path

Searched refs:crypto_orig_createHash (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-webui/
H A Dwebpack.config.js8 const crypto_orig_createHash = crypto.createHash; constant
10 crypto_orig_createHash(algorithm == 'md4' ? 'sha256' : algorithm);
/openbmc/webui-vue/
H A Dvue.config.js68 const crypto_orig_createHash = crypto.createHash;
70 crypto_orig_createHash(algorithm == 'md4' ? 'sha256' : algorithm);