Searched refs:hash_funcs (Results  1 – 2 of 2) sorted by relevance
| /external/pigweed/pw_software_update/py/pw_software_update/ | 
| D | metadata.py | 55     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:
  | 
| /external/ethtool/netlink/ | 
| D | rss.c | 24 			const struct stringset *hash_funcs, u8 hfunc,  in dump_json_rss_info()  argument 46 		for (i = 0; i < get_count(hash_funcs); i++) {  in dump_json_rss_info() 49 					     NULL, get_string(hash_funcs, i));  in dump_json_rss_info() 96 	const struct stringset *hash_funcs;  in rss_reply_cb()  local 138 	hash_funcs = global_stringset(ETH_SS_RSS_HASH_FUNCS,  in rss_reply_cb() 152 				   hkey, hkey_bytes, hash_funcs, rss_hfunc,  in rss_reply_cb() 163 		for (unsigned int i = 0; i < get_count(hash_funcs); i++) {  in rss_reply_cb() 164 			printf("    %s: %s\n", get_string(hash_funcs, i),  in rss_reply_cb()
  |