Searched refs:soft_token (Results 1 – 1 of 1) sorted by relevance
66 static struct soft_token { struct95 #define MAX_NUM_SESSION (sizeof(soft_token.state)/sizeof(soft_token.state[0])) argument97 } soft_token; variable108 if (soft_token.flags.app_error_fatal) in application_error()116 if (soft_token.logfile == NULL) in st_logf()119 vfprintf(soft_token.logfile, fmt, ap); in st_logf()121 fflush(soft_token.logfile); in st_logf()171 if (soft_token.state[i].session_handle == hSession) in verify_session_handle()180 *state = &soft_token.state[i]; in verify_session_handle()191 if (i >= soft_token.object.num_objs) in object_handle_to_object()[all …]