Home
last modified time | relevance | path

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

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