Searched refs:nh_key (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/crypto/ |
D | nhpoly1305.c | 101 nh_fn(key->nh_key, src, bytes, state->nh_hash); in nhpoly1305_units() 111 nh_fn(&key->nh_key[pos / 4], src, bytes, tmp_hash); in nhpoly1305_units() 137 ctx->nh_key[i] = get_unaligned_le32(key + i * sizeof(u32)); in crypto_nhpoly1305_setkey()
|
/Linux-v5.4/include/crypto/ |
D | nhpoly1305.h | 37 u32 nh_key[NH_KEY_WORDS]; member
|
/Linux-v5.4/fs/ocfs2/cluster/ |
D | tcp_internal.h | 183 u32 nh_key; member
|
D | tcp.c | 743 int ret = memcmp(&nmh->nh_key, &key, sizeof(key)); in o2net_handler_cmp() 838 nmh->nh_key = key; in o2net_register_handler() 877 nmh->nh_func, nmh->nh_msg_type, nmh->nh_key); in o2net_unregister_handler_list()
|