Searched refs:i_hash (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/sys/dev/wg/ |
| HD | wg_noise.c | 1200 uint8_t i_hash[BLAKE2S_HASH_SIZE] __aligned(sizeof(uint32_t)); in hmac() local 1216 blake2s_final(&state, i_hash); in hmac() 1223 blake2s_update(&state, i_hash, BLAKE2S_HASH_SIZE); in hmac() 1224 blake2s_final(&state, i_hash); in hmac() 1226 memcpy(out, i_hash, outlen); in hmac() 1228 explicit_bzero(i_hash, BLAKE2S_HASH_SIZE); in hmac()
|
| /freebsd-13-stable/sbin/fsck_ffs/ |
| HD | inode.c | 1168 SLIST_INSERT_HEAD(&inphash[inumber % dirhash], inp, i_hash); in cacheino() 1200 SLIST_FOREACH(inp, &inphash[inumber % dirhash], i_hash) { in getinoinfo() 1219 SLIST_FOREACH(inp, &inphash[inumber % dirhash], i_hash) { in removecachedino() 1222 SLIST_REMOVE(&inphash[inumber % dirhash], inp, inoinfo, i_hash); in removecachedino()
|
| HD | fsck.h | 302 SLIST_ENTRY(inoinfo) i_hash; /* hash list */
|
| /freebsd-13-stable/contrib/wpa/wpa_supplicant/ |
| HD | dpp_supplicant.c | 3674 const u8 *i_hash, *r_hash, *c_nonce; in wpas_dpp_rx_pb_presence_announcement_resp() local 3690 i_hash = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in wpas_dpp_rx_pb_presence_announcement_resp() 3696 if (!i_hash || i_hash_len != SHA256_MAC_LEN || in wpas_dpp_rx_pb_presence_announcement_resp() 3704 i_hash, i_hash_len); in wpas_dpp_rx_pb_presence_announcement_resp() 3727 os_memcmp(i_hash, wpa_s->dpp_pb_init_hash, SHA256_MAC_LEN) != 0) { in wpas_dpp_rx_pb_presence_announcement_resp() 3748 os_memcpy(wpa_s->dpp_pb_init_hash, i_hash, SHA256_MAC_LEN); in wpas_dpp_rx_pb_presence_announcement_resp()
|
| /freebsd-13-stable/contrib/wpa/src/common/ |
| HD | dpp.c | 5141 const u8 *i_hash = bi->pubkey_hash_chirp; in dpp_build_pb_announcement_resp() local 5158 os_memcpy(test_hash, i_hash, SHA256_MAC_LEN); in dpp_build_pb_announcement_resp() 5160 i_hash = test_hash; in dpp_build_pb_announcement_resp() 5174 wpabuf_put_data(msg, i_hash, SHA256_MAC_LEN); in dpp_build_pb_announcement_resp()
|