Home
last modified time | relevance | path

Searched refs:key_cmd (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/security/keys/trusted-keys/
Dtrusted_core.c78 int key_cmd; in datablob_parse() local
85 key_cmd = match_token(c, key_tokens, args); in datablob_parse()
86 switch (key_cmd) { in datablob_parse()
153 int key_cmd; in trusted_instantiate() local
171 key_cmd = datablob_parse(&datablob, payload); in trusted_instantiate()
172 if (key_cmd < 0) { in trusted_instantiate()
173 ret = key_cmd; in trusted_instantiate()
179 switch (key_cmd) { in trusted_instantiate()
/linux-6.6.21/drivers/net/wireless/ath/ath11k/
Ddp_rx.h50 enum set_key_cmd key_cmd,
Ddp_rx.c1163 enum set_key_cmd key_cmd, in ath11k_dp_peer_rx_pn_replay_config() argument
1194 if (key_cmd == SET_KEY) { in ath11k_dp_peer_rx_pn_replay_config()
/linux-6.6.21/drivers/net/wireless/ath/ath12k/
Ddp_rx.h93 enum set_key_cmd key_cmd,
Ddp_rx.c1109 enum set_key_cmd key_cmd, in ath12k_dp_rx_peer_pn_replay_config() argument
1140 if (key_cmd == SET_KEY) { in ath12k_dp_rx_peer_pn_replay_config()
/linux-6.6.21/security/keys/encrypted-keys/
Dencrypted.c182 int key_cmd; in datablob_parse() local
191 key_cmd = match_token(keyword, key_tokens, args); in datablob_parse()
232 switch (key_cmd) { in datablob_parse()