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

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
H A Darcfour_provider.c114 if (!context->arcfour_ctx.initialized) {
120 session = context->arcfour_ctx.dSession;
122 if (context->arcfour_ctx.dKey == CK_INVALID_HANDLE) {
125 kptr = &context->arcfour_ctx.dKey;
149 if (context->arcfour_ctx.initialized)
219 if (!context->arcfour_ctx.initialized) {
224 session = context->arcfour_ctx.eSession;
225 if (context->arcfour_ctx.eKey == 0) {
226 kptr = &context->arcfour_ctx.eKey;
255 if (context->arcfour_ctx
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dinit_ctx.c220 if (ctx->arcfour_ctx.initialized) {
222 ret = krb5_open_pkcs11_session(&ctx->arcfour_ctx.eSession);
224 ctx->arcfour_ctx.initialized = 0;
225 ctx->arcfour_ctx.eSession = CK_INVALID_HANDLE;
229 ret = krb5_open_pkcs11_session(&ctx->arcfour_ctx.dSession);
231 ctx->arcfour_ctx.initialized = 0;
232 ctx->arcfour_ctx.eSession = CK_INVALID_HANDLE;
233 ctx->arcfour_ctx.dSession = CK_INVALID_HANDLE;
332 if (ctx->arcfour_ctx.dKey) {
333 C_DestroyObject(ctx->arcfour_ctx
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1585 /* arcfour_ctx: used only for rcmd stuff so no fork safety issues apply */
1586 arcfour_ctx_rec arcfour_ctx; member in struct:_krb5_context

Completed in 302 milliseconds