HomeSort by: relevance | last modified time | path
    Searched refs:i_hash (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/fs/ntfs/
ntfs_ihash.c 91 LIST_REMOVE(ip, i_hash);
93 LIST_INSERT_HEAD(&hash[val], ip, i_hash);
124 LIST_FOREACH(ip, ipp, i_hash) {
143 LIST_INSERT_HEAD(ipp, ip, i_hash);
157 LIST_REMOVE(ip, i_hash);
ntfs_inode.h 56 LIST_ENTRY(ntnode) i_hash; member in struct:ntnode
  /src/sys/fs/filecorefs/
filecore_node.h 85 LIST_ENTRY(filecore_node) i_hash; member in struct:filecore_node
  /src/external/bsd/wpa/dist/wpa_supplicant/
dpp_supplicant.c 3674 const u8 *i_hash, *r_hash, *c_nonce; local
3690 i_hash = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH,
3696 if (!i_hash || i_hash_len != SHA256_MAC_LEN ||
3704 i_hash, i_hash_len);
3727 os_memcmp(i_hash, wpa_s->dpp_pb_init_hash, SHA256_MAC_LEN) != 0) {
3748 os_memcpy(wpa_s->dpp_pb_init_hash, i_hash, SHA256_MAC_LEN);
  /src/external/bsd/wpa/dist/src/common/
dpp.c 5141 const u8 *i_hash = bi->pubkey_hash_chirp; local
5158 os_memcpy(test_hash, i_hash, SHA256_MAC_LEN);
5160 i_hash = test_hash;
5174 wpabuf_put_data(msg, i_hash, SHA256_MAC_LEN);

Completed in 24 milliseconds