Searched defs:session (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/isc/include/pk11/
H A Dpk11.h46 CK_SESSION_HANDLE session; member in struct:pk11_context
109 * Initialize PKCS#11 device and acquire a session.
112 * if ISC_TRUE, this session requires full PKCS#11 API
114 * the lack of these services will cause the session not
117 * session will be usable for other purposes.
118 * rw: if ISC_TRUE, session will be read/write (useful for
128 * Release an active PKCS#11 session for reuse.
/bind-9.11.3/lib/dns/
H A Dpkcs11dh_link.c77 CK_SESSION_HANDLE session,
134 (session, keyTemplate, (CK_ULONG) 9, hKey),
206 ret = pkcs11dh_loadpriv(priv, ctx.session, &hKey);
211 (ctx.session, &mech, hKey,
217 (ctx.session, hDerived, attr, (CK_ULONG) 1),
224 (ctx.session, hDerived, attr, (CK_ULONG) 1),
241 (void) pkcs_C_DestroyObject(ctx.session, hDerived);
250 (void) pkcs_C_DestroyObject(ctx.session, hKey);
453 (pk11_ctx->session, &mech,
457 (pk11_ctx->session, domainparam
76 pkcs11dh_loadpriv(const dst_key_t *key, CK_SESSION_HANDLE session, CK_OBJECT_HANDLE *hKey) argument
[all...]
/bind-9.11.3/lib/isc/
H A Dpk11.c58 CK_SESSION_HANDLE session; member in struct:pk11_session
291 RUNTIME_CHECK(ctx.session != CK_INVALID_HANDLE);
292 rv = pkcs_C_GenerateRandom(ctx.session,
318 RUNTIME_CHECK(ctx.session != CK_INVALID_HANDLE);
329 (void) pkcs_C_SeedRandom(ctx.session, seed, (CK_ULONG) cc);
354 ctx->session = CK_INVALID_HANDLE;
432 ctx->session = sp->session;
442 sp->session = CK_INVALID_HANDLE;
451 ctx->session
[all...]

Completed in 13 milliseconds