Searched +defs:hash +defs:algorithms (Results 1 – 3 of 3) sorted by relevance
| /third_party/toybox/toys/lsb/ |
| D | md5sum.c | 251 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/ |
| D | cache.js | 113 algorithms: opts.algorithms, property 240 function addCacheHeaders (resHeaders, path, key, hash, time) { argument
|
| /third_party/node/deps/npm/node_modules/ssri/ |
| D | index.js | 15 algorithms: {default: ['sha512']}, property 29 constructor (hash, opts) { argument 97 return Hash.prototype.toString.call(hash, opts) argument
|