nh_key            101 crypto/nhpoly1305.c 			nh_fn(key->nh_key, src, bytes, state->nh_hash);
nh_key            111 crypto/nhpoly1305.c 			nh_fn(&key->nh_key[pos / 4], src, bytes, tmp_hash);
nh_key            137 crypto/nhpoly1305.c 		ctx->nh_key[i] = get_unaligned_le32(key + i * sizeof(u32));
nh_key            743 fs/ocfs2/cluster/tcp.c 	int ret = memcmp(&nmh->nh_key, &key, sizeof(key));
nh_key            838 fs/ocfs2/cluster/tcp.c 	nmh->nh_key = key;
nh_key            877 fs/ocfs2/cluster/tcp.c 		     nmh->nh_func, nmh->nh_msg_type, nmh->nh_key);
nh_key            183 fs/ocfs2/cluster/tcp_internal.h 	u32			nh_key;
nh_key             37 include/crypto/nhpoly1305.h 	u32 nh_key[NH_KEY_WORDS];