Home
last modified time | relevance | path

Searched refs:challenge_switch_key (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/thunderbolt/
Ddomain.c710 if (!tb->cm_ops->approve_switch || !tb->cm_ops->challenge_switch_key) in tb_domain_challenge_switch_key()
719 ret = tb->cm_ops->challenge_switch_key(tb, sw, challenge, response); in tb_domain_challenge_switch_key()
Dicm.c2362 .challenge_switch_key = icm_fr_challenge_switch_key,
2384 .challenge_switch_key = icm_fr_challenge_switch_key,
2406 .challenge_switch_key = icm_tr_challenge_switch_key,
Dtb.h484 int (*challenge_switch_key)(struct tb *tb, struct tb_switch *sw, member