Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
A Dtest_lpm_map.c562 assert(key_p->prefixlen == 16 && key_p->data[0] == 192 && in test_lpm_get_next_key()
569 key_p->prefixlen = 8; in test_lpm_get_next_key()
571 assert(key_p->prefixlen == 16 && key_p->data[0] == 192 && in test_lpm_get_next_key()
581 assert(key_p->prefixlen == 24 && key_p->data[0] == 192 && in test_lpm_get_next_key()
582 key_p->data[1] == 168 && key_p->data[2] == 128); in test_lpm_get_next_key()
600 assert(key_p->prefixlen == 24 && key_p->data[0] == 192 && in test_lpm_get_next_key()
601 key_p->data[1] == 168 && key_p->data[2] == 0); in test_lpm_get_next_key()
624 assert(key_p->prefixlen == 24 && key_p->data[0] == 192 && in test_lpm_get_next_key()
625 key_p->data[1] == 168 && key_p->data[2] == 0); in test_lpm_get_next_key()
653 assert(key_p->prefixlen == 24 && key_p->data[0] == 192 && in test_lpm_get_next_key()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
A 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/drivers/net/ethernet/chelsio/inline_crypto/chtls/
A 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/drivers/accessibility/speakup/
A Dspeakupmap.map80 ctrl spk key_p = bottom_edge
85 spk key_p = say_to_bottom
/linux/Documentation/admin-guide/
A Dspkguide.txt334 ctrl spk key_p = bottom_edge
339 spk key_p = say_to_bottom

Completed in 70 milliseconds