Home
last modified time | relevance | path

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); in krb5_reinit_ef_handle()
225 ctx->arcfour_ctx.eSession = CK_INVALID_HANDLE; in krb5_reinit_ef_handle()
232 ctx->arcfour_ctx.eSession = CK_INVALID_HANDLE; in krb5_reinit_ef_handle()
338 C_DestroyObject(ctx->arcfour_ctx.eSession, in krb5_free_ef_handle()
342 if (ctx->arcfour_ctx.eSession) { in krb5_free_ef_handle()
343 C_CloseSession(ctx->arcfour_ctx.eSession); in krb5_free_ef_handle()
344 ctx->arcfour_ctx.eSession = 0; in krb5_free_ef_handle()
348 ctx->arcfour_ctx.eSession = 0; in krb5_free_ef_handle()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
H A Darcfour_provider.c223 session = context->arcfour_ctx.eSession; in k5_arcfour_encrypt()
334 retval = krb5_open_pkcs11_session(&context->arcfour_ctx.eSession); in k5_arcfour_init_state()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1506 CK_SESSION_HANDLE eSession; /* encrypt session handle */ member