Searched refs:octx (Results 1 – 5 of 5) sorted by relevance
417 _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()
23 MD5_CTX ictx, octx; member
27 MD5_CTX ictx, octx; member
466 kcpc_ctx_t *ctx, *octx; in dcpc_program_cpu_event() local496 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()
195 octx = fctxcache[fname]196 fctx = ctx.filectx(fname, filelog=octx.filelog())