Home
last modified time | relevance | path

Searched refs:soft_token (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dsoftp11.c66 static struct soft_token { struct
95 #define MAX_NUM_SESSION (sizeof(soft_token.state)/sizeof(soft_token.state[0])) argument
97 } soft_token; variable
108 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 …]