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

/osnet-11/usr/src/lib/libsasl/include/
H A Dhmac-md5.h20 MD5_CTX ictx, octx; member in struct:HMAC_MD5_CTX_s
H A Dsaslplug.h24 MD5_CTX ictx, octx; member in struct:HMAC_MD5_CTX_s
/osnet-11/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 */

Completed in 23 milliseconds