Searched refs:soft_token (Results 1 – 1 of 1) sorted by relevance
64 static struct soft_token { struct93 #define MAX_NUM_SESSION (sizeof(soft_token.state)/sizeof(soft_token.state[0])) argument95 } soft_token; argument106 if (soft_token.flags.app_error_fatal) in application_error()114 if (soft_token.logfile == NULL) in st_logf()117 vfprintf(soft_token.logfile, fmt, ap); in st_logf()119 fflush(soft_token.logfile); in st_logf()169 if (soft_token.state[i].session_handle == hSession) in verify_session_handle()178 *state = &soft_token.state[i]; in verify_session_handle()189 if (i >= soft_token.object.num_objs) in object_handle_to_object()[all …]