Searched defs:lctx (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dlucid_context.c78 void *lctx = NULL; local
99 version, &lctx);
110 if (! kg_save_lucidctx_id((void *)lctx)) {
115 rep.value = &lctx;
116 rep.length = sizeof(lctx);
197 gss_krb5_lucid_context_v1_t *lctx = NULL; local
202 if ((lctx = xmalloc(bufsize)) == NULL) {
207 memset(lctx, 0, bufsize);
209 lctx->version = 1;
210 lctx
[all...]
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c6177 crypto_ctx_t *lctx = local
6180 ctx->cc_opstate = lctx->cc_provider_private;

Completed in 69 milliseconds