Home
last modified time | relevance | path

Searched refs:key32 (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/tools/testing/selftests/net/
Dtoeplitz.c108 uint32_t key32; in toeplitz() local
110 key32 = ntohl(*((uint32_t *)key)); in toeplitz()
116 ret ^= key32; in toeplitz()
118 key32 <<= 1; in toeplitz()
119 key32 |= !!(key[0] & (1 << bit)); in toeplitz()
/Linux-v5.15/fs/ufs/
Dinode.c81 __fs32 key32; member
96 to->key32 = *(__fs32 *)(to->p = v); in grow_chain32()
97 for (p = from; p <= to && p->key32 == *(__fs32 *)p->p; p++) in grow_chain32()
151 if (!q->key32) in ufs_frag_map()
159 fs32_to_cpu(sb, q->key32) + (n>>shift)); in ufs_frag_map()
165 if (!q->key32) in ufs_frag_map()
168 res = fs32_to_cpu(sb, q->key32); in ufs_frag_map()
/Linux-v5.15/net/sched/
Dact_tunnel_key.c410 __be32 key32; in tunnel_key_init() local
412 key32 = nla_get_be32(tb[TCA_TUNNEL_KEY_ENC_KEY_ID]); in tunnel_key_init()
413 key_id = key32_to_tunnel_id(key32); in tunnel_key_init()
/Linux-v5.15/drivers/crypto/
Domap-des.c248 unsigned int key32; in omap_des_write_ctrl() local
256 key32 = dd->ctx->keylen / sizeof(u32); in omap_des_write_ctrl()
259 for (i = 0; i < key32; i++) { in omap_des_write_ctrl()
271 if (key32 == 6) in omap_des_write_ctrl()
Domap-aes.c125 unsigned int key32; in omap_aes_write_ctrl() local
133 key32 = dd->ctx->keylen / sizeof(u32); in omap_aes_write_ctrl()
140 for (i = 0; i < key32; i++) { in omap_aes_write_ctrl()