Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/
Dtest_lpm_map.c535 struct bpf_lpm_trie_key *key_p, *next_key_p; in test_lpm_get_next_key() local
540 key_size = sizeof(*key_p) + sizeof(__u32); in test_lpm_get_next_key()
541 key_p = alloca(key_size); in test_lpm_get_next_key()
548 assert(bpf_map_get_next_key(map_fd, NULL, key_p) == -ENOENT); in test_lpm_get_next_key()
551 key_p->prefixlen = 16; in test_lpm_get_next_key()
552 inet_pton(AF_INET, "192.168.0.0", key_p->data); in test_lpm_get_next_key()
553 assert(bpf_map_update_elem(map_fd, key_p, &value, 0) == 0); in test_lpm_get_next_key()
555 memset(key_p, 0, key_size); in test_lpm_get_next_key()
556 assert(bpf_map_get_next_key(map_fd, NULL, key_p) == 0); in test_lpm_get_next_key()
557 assert(key_p->prefixlen == 16 && key_p->data[0] == 192 && in test_lpm_get_next_key()
[all …]
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dcrypto.c16 void *obj, *key_p; in mlx5_create_encryption_key() local
20 key_p = MLX5_ADDR_OF(encryption_key_obj, obj, key); in mlx5_create_encryption_key()
31 key_p += sz_bytes; in mlx5_create_encryption_key()
41 memcpy(key_p, key, sz_bytes); in mlx5_create_encryption_key()
/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_hw.c256 unsigned char *key_p, *salt; in chtls_key_info() local
275 key_p = gcm_ctx_128->key; in chtls_key_info()
288 key_p = gcm_ctx_256->key; in chtls_key_info()
328 memcpy(kctx->key, key_p, keylen); in chtls_key_info()
331 memset(key_p, 0, keylen); in chtls_key_info()
/linux-6.1.9/drivers/accessibility/speakup/
Dspeakupmap.map80 ctrl spk key_p = bottom_edge
85 spk key_p = say_to_bottom
/linux-6.1.9/Documentation/admin-guide/
Dspkguide.txt334 ctrl spk key_p = bottom_edge
339 spk key_p = say_to_bottom