Searched defs:logon (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/bin/tests/pkcs11/
H A Dpkcs11-md5sum.c91 isc_boolean_t logon = ISC_TRUE; local
106 logon = ISC_FALSE;
138 if (logon && pin == NULL)
141 result = pk11_get_session(&pctx, op_type, ISC_FALSE, ISC_FALSE, logon,
H A Dpkcs11-hmacmd5.c108 isc_boolean_t logon = ISC_TRUE; local
124 logon = ISC_FALSE;
216 if (logon && pin == NULL)
219 result = pk11_get_session(&pctx, op_type, ISC_FALSE, ISC_FALSE, logon,
/bind-9.11.3/bin/pkcs11/
H A Dpkcs11-list.c72 isc_boolean_t error = ISC_FALSE, logon = ISC_TRUE, all = ISC_FALSE; local
83 logon = ISC_FALSE;
144 if (logon && pin == NULL)
148 logon, pin, slot);
/bind-9.11.3/lib/isc/
H A Dpk11.c340 isc_boolean_t logon, const char *pin, CK_SLOT_ID slot)
410 if (logon && pin != NULL && *pin != '\0') {
429 if (logon)
445 if ((ret == ISC_R_SUCCESS) && logon)
338 pk11_get_session(pk11_context_t *ctx, pk11_optype_t optype, isc_boolean_t need_services, isc_boolean_t rw, isc_boolean_t logon, const char *pin, CK_SLOT_ID slot) argument

Completed in 15 milliseconds