TB_SWITCH_KEY_SIZE  644 drivers/thunderbolt/domain.c 	u8 challenge[TB_SWITCH_KEY_SIZE];
TB_SWITCH_KEY_SIZE  645 drivers/thunderbolt/domain.c 	u8 response[TB_SWITCH_KEY_SIZE];
TB_SWITCH_KEY_SIZE  646 drivers/thunderbolt/domain.c 	u8 hmac[TB_SWITCH_KEY_SIZE];
TB_SWITCH_KEY_SIZE  669 drivers/thunderbolt/domain.c 	ret = crypto_shash_setkey(tfm, sw->key, TB_SWITCH_KEY_SIZE);
TB_SWITCH_KEY_SIZE  474 drivers/thunderbolt/icm.c 	memcpy(request.key, sw->key, TB_SWITCH_KEY_SIZE);
TB_SWITCH_KEY_SIZE  502 drivers/thunderbolt/icm.c 	memcpy(request.challenge, challenge, TB_SWITCH_KEY_SIZE);
TB_SWITCH_KEY_SIZE  515 drivers/thunderbolt/icm.c 	memcpy(response, reply.response, TB_SWITCH_KEY_SIZE);
TB_SWITCH_KEY_SIZE 1026 drivers/thunderbolt/icm.c 	memcpy(request.key, sw->key, TB_SWITCH_KEY_SIZE);
TB_SWITCH_KEY_SIZE 1055 drivers/thunderbolt/icm.c 	memcpy(request.challenge, challenge, TB_SWITCH_KEY_SIZE);
TB_SWITCH_KEY_SIZE 1068 drivers/thunderbolt/icm.c 	memcpy(response, reply.response, TB_SWITCH_KEY_SIZE);
TB_SWITCH_KEY_SIZE 1153 drivers/thunderbolt/switch.c 		ret = sprintf(buf, "%*phN\n", TB_SWITCH_KEY_SIZE, sw->key);
TB_SWITCH_KEY_SIZE 1165 drivers/thunderbolt/switch.c 	u8 key[TB_SWITCH_KEY_SIZE];