Home
last modified time | relevance | path

Searched +defs:hash +defs:algorithms (Results 1 – 3 of 3) sorted by relevance

/third_party/toybox/toys/lsb/
Dmd5sum.c251 struct hash { in do_lib_hash() struct
252 char *name; in do_lib_hash()
253 int (*init)(void *); in do_lib_hash()
254 int (*update)(void *, void *, size_t); in do_lib_hash()
255 int (*final)(void *, void *); in do_lib_hash()
256 int digest_length; in do_lib_hash()
257 } algorithms[] = { in do_lib_hash() local
266 }, * hash; in do_lib_hash() local
/third_party/node/deps/npm/node_modules/make-fetch-happen/
Dcache.js113 algorithms: opts.algorithms, property
240 function addCacheHeaders (resHeaders, path, key, hash, time) { argument
/third_party/node/deps/npm/node_modules/ssri/
Dindex.js15 algorithms: {default: ['sha512']}, property
29 constructor (hash, opts) { argument
97 return Hash.prototype.toString.call(hash, opts) argument