Searched refs:key_p (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_lpm_map.c | 535 struct bpf_lpm_trie_key_u8 *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 …]
|
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_hw.c | 256 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()
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | speakupmap.map | 80 ctrl spk key_p = bottom_edge 85 spk key_p = say_to_bottom
|
/openbmc/phosphor-inventory-manager/ |
H A D | pimgen.py | 296 key_p = TrivialArgument(value=prop, type="string") 302 InitializerList(values=[key_p, value_v])
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | spkguide.txt | 334 ctrl spk key_p = bottom_edge 339 spk key_p = say_to_bottom
|