HomeSort by: relevance | last modified time | path
    Searched defs:soft_token (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
softp11.c 66 static struct soft_token { struct
95 #define MAX_NUM_SESSION (sizeof(soft_token.state)/sizeof(soft_token.state[0]))
97 } soft_token; variable in typeref:struct:soft_token
108 if (soft_token.flags.app_error_fatal)
116 if (soft_token.logfile == NULL)
119 vfprintf(soft_token.logfile, fmt, ap);
121 fflush(soft_token.logfile);
171 if (soft_token.state[i].session_handle == hSession)
180 *state = &soft_token.state[i]
    [all...]
softp11.c 66 static struct soft_token { struct
95 #define MAX_NUM_SESSION (sizeof(soft_token.state)/sizeof(soft_token.state[0]))
97 } soft_token; variable in typeref:struct:soft_token
108 if (soft_token.flags.app_error_fatal)
116 if (soft_token.logfile == NULL)
119 vfprintf(soft_token.logfile, fmt, ap);
121 fflush(soft_token.logfile);
171 if (soft_token.state[i].session_handle == hSession)
180 *state = &soft_token.state[i]
    [all...]

Completed in 32 milliseconds