摘要: CA侧打印cmd id字串: const char* get_cmd(uint32_t cmd) { switch(cmd) { case KM_GENERATE_KEY: return "KM_GENERATE_KEY"; case KM_BEGIN_OPERATION: return "KM_B 阅读全文
posted @ 2023-10-09 16:06 xiululu 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 因为需要在kernel tee driver中做个获取时间的测试,才有了这次搜索。 这篇比较符合需求:https://www.dingmos.com/index.php/archives/38/,感谢这位博主! 问题分析中看到的一些点: auth_token_table.h中获取时间: explic 阅读全文
posted @ 2023-10-09 14:58 xiululu 阅读(90) 评论(0) 推荐(0) 编辑