globalvars.c
来自「cryptoboot is set of tools for disk encr」· C语言 代码 · 共 16 行
C
16 行
#include "all.h"#include "globalvars.h"/* Global variables: configuration document pointers */xmlDocPtr ctoken;xmlDocPtr ctab;/* authdata: byte array holding masterkey */u_int8_t* authdata;/* Only used by cryptousercfg: * Flag indicating where cryptoken.xml can be found * NULL - on token * any other value - in specified file */char* cryptokenFile;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?