Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/keys/trusted-keys/
H A Dtrusted_tpm1.c888 int key_cmd; in datablob_parse() local
895 key_cmd = match_token(c, key_tokens, args); in datablob_parse()
896 switch (key_cmd) { in datablob_parse()
992 int key_cmd; in trusted_instantiate() local
1020 key_cmd = datablob_parse(datablob, payload, options); in trusted_instantiate()
1021 if (key_cmd < 0) { in trusted_instantiate()
1022 ret = key_cmd; in trusted_instantiate()
1034 switch (key_cmd) { in trusted_instantiate()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.h50 enum set_key_cmd key_cmd,
H A Ddp_rx.c1097 enum set_key_cmd key_cmd, in ath11k_dp_peer_rx_pn_replay_config() argument
1128 if (key_cmd == SET_KEY) { in ath11k_dp_peer_rx_pn_replay_config()
/OK3568_Linux_fs/kernel/security/keys/encrypted-keys/
H A Dencrypted.c177 int key_cmd; in datablob_parse() local
186 key_cmd = match_token(keyword, key_tokens, args); in datablob_parse()
227 switch (key_cmd) { in datablob_parse()