Searched refs:key_cmd (Results 1 – 9 of 9) sorted by relevance
| /linux/security/keys/trusted-keys/ |
| H A D | trusted_core.c | 87 int key_cmd; in datablob_parse() local 94 key_cmd = match_token(c, key_tokens, args); in datablob_parse() 95 switch (key_cmd) { in datablob_parse() 162 int key_cmd; in trusted_instantiate() local 180 key_cmd = datablob_parse(&datablob, payload); in trusted_instantiate() 181 if (key_cmd < 0) { in trusted_instantiate() 182 ret = key_cmd; in trusted_instantiate() 188 switch (key_cmd) { in trusted_instantiate()
|
| /linux/drivers/net/wireless/ath/ath12k/wifi7/ |
| H A D | dp_rx.h | 28 u32 cipher, enum set_key_cmd key_cmd);
|
| H A D | dp_rx.c | 1792 u32 cipher, enum set_key_cmd key_cmd) in ath12k_wifi7_dp_setup_pn_check_reo_cmd() argument 1807 if (key_cmd == SET_KEY) { in ath12k_wifi7_dp_setup_pn_check_reo_cmd()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | dp.h | 403 u32 cipher, enum set_key_cmd key_cmd); 576 enum set_key_cmd key_cmd) in ath12k_dp_arch_setup_pn_check_reo_cmd() argument 578 dp->ops->setup_pn_check_reo_cmd(cmd, rx_tid, cipher, key_cmd); in ath12k_dp_arch_setup_pn_check_reo_cmd()
|
| H A D | dp_rx.h | 220 enum set_key_cmd key_cmd,
|
| H A D | dp_rx.c | 789 enum set_key_cmd key_cmd, in ath12k_dp_rx_peer_pn_replay_config() argument 828 key_cmd); in ath12k_dp_rx_peer_pn_replay_config()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | dp_rx.h | 51 enum set_key_cmd key_cmd,
|
| H A D | dp_rx.c | 1154 enum set_key_cmd key_cmd, in ath11k_dp_peer_rx_pn_replay_config() argument 1185 if (key_cmd == SET_KEY) { in ath11k_dp_peer_rx_pn_replay_config()
|
| /linux/security/keys/encrypted-keys/ |
| H A D | encrypted.c | 178 int key_cmd; in datablob_parse() local 187 key_cmd = match_token(keyword, key_tokens, args); in datablob_parse() 228 switch (key_cmd) { in datablob_parse()
|