Searched refs:current_key (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/hid/ |
| A D | hid-appleir.c | 113 int current_key; /* the currently pressed key */ member 175 if (appleir->current_key) { in key_up_tick() 176 key_up(hid, appleir, appleir->current_key); in key_up_tick() 177 appleir->current_key = 0; in key_up_tick() 202 if (appleir->current_key) in appleir_raw_event() 203 key_up(hid, appleir, appleir->current_key); in appleir_raw_event() 212 appleir->current_key = appleir->keymap[index]; in appleir_raw_event() 214 key_down(hid, appleir, appleir->current_key); in appleir_raw_event() 232 key_down(hid, appleir, appleir->current_key); in appleir_raw_event()
|
| /linux/tools/testing/selftests/net/tcp_ao/ |
| A D | key-management.c | 67 int current_key, int rnext_key) in test_del_key() argument 80 if (current_key >= 0) { in test_del_key() 82 del.current_key = (uint8_t)current_key; in test_del_key() 103 if (current_key < 0 && rnext_key < 0) in test_del_key() 107 if (current_key >= 0 && ao_info.current_key != (uint8_t)current_key) in test_del_key() 115 bool async, int current_key, int rnext_key, in try_delete_key() argument 149 ao_info.current_key = (uint8_t)current_keyid; in test_set_key() 206 if (set_current && ao_info.current_key != sndid) in __try_add_current_rnext_key() 561 else if (ao_info.current_key != current_keyid) in verify_current_rnext() 563 tst, current_keyid, ao_info.current_key); in verify_current_rnext() [all …]
|
| A D | setsockopt-closed.c | 39 __cmp_ao(current_key); in test_vefify_ao_info() 462 del.current_key = 100; in test_einval_del_key() 472 del.current_key = 100; in test_einval_del_key() 562 info.current_key = 100; in test_einval_ao_info() 573 info.current_key = 100; in test_einval_ao_info()
|
| /linux/net/ipv4/ |
| A D | tcp_ao.c | 974 struct tcp_ao_key *current_key; in tcp_inbound_ao_hash() local 999 current_key = READ_ONCE(info->current_key); in tcp_inbound_ao_hash() 1125 ao_info->current_key = NULL; in tcp_ao_connect_init() 1138 if (!ao_info->current_key) in tcp_ao_connect_init() 1139 ao_info->current_key = key; in tcp_ao_connect_init() 1261 new_ao->current_key = key; in tcp_ao_copy_all_matching() 1730 ao_info->current_key = key; in tcp_ao_add_cmd() 2230 current_key = READ_ONCE(ao_info->current_key); in tcp_ao_copy_mkts_to_user() 2354 current_key = READ_ONCE(ao->current_key); in tcp_ao_get_sock_info() 2355 if (current_key) { in tcp_ao_get_sock_info() [all …]
|
| /linux/arch/s390/kernel/ |
| A D | cert_store.c | 320 struct key *current_key; in invalidate_keyring_keys() local 336 current_key = key_lookup(key_array[key_index]); in invalidate_keyring_keys() 337 pr_dbf_msg("Invalidating key %08x", current_key->serial); in invalidate_keyring_keys() 339 key_invalidate(current_key); in invalidate_keyring_keys() 340 key_put(current_key); in invalidate_keyring_keys() 341 rc = key_unlink(keyring, current_key); in invalidate_keyring_keys() 343 pr_dbf_msg("Couldn't unlink key %08x: %d", current_key->serial, rc); in invalidate_keyring_keys()
|
| /linux/include/uapi/linux/ |
| A D | tcp.h | 408 __u8 current_key; /* KeyID to set as Current_key */ member 422 __u8 current_key; /* in/out: KeyID of Current_key */ member
|
| /linux/Documentation/networking/ |
| A D | tcp_ao.rst | 167 Q: How is current_key set, and when does it change? Is it a user-triggered 171 A: current_key is set by RNextKeyID [6.1]:: 177 the current_key to change to a new MKT, then change back to a previously 187 a. Set current_key to the RNextKeyID MKT. 220 always have one current_key [3.3]:: 299 ``setsockopt(TCP_AO_DEL_KEY)`` command may specify ``tcp_ao_del::current_key`` 316 peer and/or sndid/rcvid, VRF L3 interface or get current_key/rnext_key.
|
| /linux/drivers/net/ethernet/toshiba/ |
| A D | ps3_gelic_wireless.h | 268 unsigned int current_key; member
|
| A D | ps3_gelic_wireless.c | 1032 key_index = wl->current_key; in gelic_wl_set_encode() 1038 wl->current_key = key_index; in gelic_wl_set_encode() 1099 key_index = wl->current_key; in gelic_wl_get_encode() 1217 key_index = wl->current_key; in gelic_wl_set_encodeext() 1223 wl->current_key = key_index; in gelic_wl_set_encodeext() 1306 key_index = wl->current_key; in gelic_wl_get_encodeext() 2473 wl->current_key = 0; in gelic_wl_reset_state()
|
| /linux/include/net/ |
| A D | tcp_ao.h | 105 struct tcp_ao_key *current_key; member
|
| A D | tcp.h | 2356 out->ao_key = READ_ONCE(ao->current_key); in tcp_get_current_key()
|
| /linux/drivers/scsi/mpi3mr/mpi/ |
| A D | mpi30_cnfg.h | 1071 __le32 current_key[128]; member 1246 __le32 current_key[]; member
|
Completed in 73 milliseconds