Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c231 HASH HA1; /* Kcc or Kcs */ member
329 HASHHEX HA1, /* H(A1) */ in DigestCalcResponse() argument
367 utils->MD5Update(&Md5Ctx, HA1, HASHHEXLEN); in DigestCalcResponse()
446 HASH HA1) in DigestCalcSecret() argument
477 utils->MD5Final(HA1, &Md5Ctx); in DigestCalcSecret()
1694 utils->MD5Update(&Md5Ctx, text->HA1, HASHLEN);
1706 utils->MD5Update(&Md5Ctx, text->HA1, HASHLEN);
2343 HASH HA1, argument
2353 utils->MD5Update(&Md5Ctx, HA1, HASHLEN);
2362 utils->MD5Final(HA1, &Md5Ctx);
[all …]