Searched refs:octx (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/include/
H A Dhmac-md5.h23 MD5_CTX ictx, octx; member in struct:HMAC_MD5_CTX_s
H A Dsaslplug.h27 MD5_CTX ictx, octx; member in struct:HMAC_MD5_CTX_s
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dmd5.c417 _sasl_MD5Init(&hmac->octx); /* init outer context */
418 _sasl_MD5Update(&hmac->octx, k_opad, 64); /* apply outer pad */
446 state->ostate[lupe] = htonl(hmac.octx.state[lupe]);
459 hmac->octx.state[lupe] = ntohl(state->ostate[lupe]);
464 hmac->ictx.count[0] = hmac->octx.count[0] = 0x200;
471 _sasl_MD5Update(&hmac->octx, digest, 16); /* Update outer ctx */
472 _sasl_MD5Final(digest, &hmac->octx); /* Finalize outer md5 */
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddcpc.c466 kcpc_ctx_t *ctx, *octx; local
496 octx = c->cpu_cpc_ctx;
500 if (octx != NULL) {
501 kcpc_set_t *oset = octx->kc_set;
505 kcpc_ctx_free(octx);
/illumos-gate/usr/src/tools/onbld/Scm/
H A DWorkSpace.py195 octx = fctxcache[fname]
196 fctx = ctx.filectx(fname, filelog=octx.filelog())

Completed in 233 milliseconds