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

/osnet-11/usr/src/lib/libsoftcrypto/common/
H A Dcrypt.c86 ucrypto_ctx_t *uctx = NULL; local
148 uctx = malloc(sizeof (ucrypto_ctx_t));
149 if (uctx == NULL)
152 uctx->mech = mech.cm_type;
153 uctx->blocksize = blocksize; /* constant based on mech type */
154 uctx->remain = 0; /* continuously updated with input */
156 context->cc_framework_private = uctx;
169 ucrypto_ctx_t *uctx = (ucrypto_ctx_t *)(context->cc_framework_private); local
171 if (uctx != NULL)
172 free(uctx);
280 ucrypto_ctx_t *uctx = (ucrypto_ctx_t *)(context->cc_framework_private); local
354 ucrypto_ctx_t *uctx = (ucrypto_ctx_t *)(context->cc_framework_private); local
[all...]
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dctl_srvr.c107 void * uctx; member in struct:ctl_sctx
174 ctl_logfunc logger, void *uctx)
199 ctx->uctx = uctx;
465 (const struct sockaddr *)rav, ctx->uctx);
606 sess->ctx->uctx);
703 (*verb->func)(ctx, sess, verb, rest, 0, NULL, ctx->uctx);
752 CTL_MORE, sess->respctx, sess->ctx->uctx);
762 u_int respflags, const void *respctx, void *uctx)
769 UNUSED(uctx);
170 ctl_server(evContext lev, const struct sockaddr *sap, size_t sap_len, const struct ctl_verb *verbs, u_int unkncode, u_int timeoutcode, u_int timeout, int backlog, int max_sess, ctl_logfunc logger, void *uctx) argument
760 ctl_morehelp(struct ctl_sctx *ctx, struct ctl_sess *sess, const struct ctl_verb *verb, const char *text, u_int respflags, const void *respctx, void *uctx) argument
[all...]

Completed in 18 milliseconds