Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_software_update/py/pw_software_update/
H A Dmetadata.py55 file_name: str, file_contents: bytes, hash_funcs=DEFAULT_HASHES argument
60 hashes=gen_hashes(file_contents, hash_funcs),
66 hash_funcs: Iterable['HashFunction.V'] = DEFAULT_HASHES,
75 hash_funcs=hash_funcs,
87 data: bytes, hash_funcs: Iterable['HashFunction.V']
91 for func in hash_funcs:
/aosp_15_r20/external/ethtool/netlink/
H A Drss.c24 const struct stringset *hash_funcs, u8 hfunc) in dump_json_rss_info() argument
45 for (i = 0; i < get_count(hash_funcs); i++) { in dump_json_rss_info()
48 NULL, get_string(hash_funcs, i)); in dump_json_rss_info()
89 const struct stringset *hash_funcs; in rss_reply_cb() local
127 hash_funcs = global_stringset(ETH_SS_RSS_HASH_FUNCS, in rss_reply_cb()
156 hkey, hkey_bytes, hash_funcs, rss_hfunc); in rss_reply_cb()
166 for (unsigned int i = 0; i < get_count(hash_funcs); i++) { in rss_reply_cb()
167 printf(" %s: %s\n", get_string(hash_funcs, i), in rss_reply_cb()