Searched refs:eSession (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dinit_ctx.c222 ret = krb5_open_pkcs11_session(&ctx->arcfour_ctx.eSession);
225 ctx->arcfour_ctx.eSession = CK_INVALID_HANDLE;
232 ctx->arcfour_ctx.eSession = CK_INVALID_HANDLE;
338 C_DestroyObject(ctx->arcfour_ctx.eSession,
342 if (ctx->arcfour_ctx.eSession) {
343 C_CloseSession(ctx->arcfour_ctx.eSession);
344 ctx->arcfour_ctx.eSession = 0;
348 ctx->arcfour_ctx.eSession = 0;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
H A Darcfour_provider.c224 session = context->arcfour_ctx.eSession;
335 retval = krb5_open_pkcs11_session(&context->arcfour_ctx.eSession);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1506 CK_SESSION_HANDLE eSession; /* encrypt session handle */ member in struct:_arcfour_ctx

Completed in 67 milliseconds