Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c2273 if (text->cnonce) utils->free(text->cnonce);
2305 if (reauth->cnonce) utils->free(reauth->cnonce);
2396 cnonce,
3137 if (text->cnonce && strcmp((char *)cnonce, (char *)text->cnonce) != 0) {
3141 if (text->cnonce && strcmp(cnonce, text->cnonce) != 0) {
3367 cnonce,
3527 text->reauth->e[val].cnonce = cnonce; cnonce = NULL;
3888 cnonce,
4817 if (text->cnonce) params->utils->free(text->cnonce);
5017 text->reauth->e[val].cnonce = text->cnonce; text->cnonce = NULL;
[all …]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c72 const char *realm, *nonce, *cnonce, *qop, *user, *resp, *dom; member
253 MD5Update(&ctx, (CONST_UCHAR *) attr->cnonce, attr->clen); in digest_hash_a1()
312 MD5Update(&ctx, (CONST_UCHAR *) attr->cnonce, attr->clen); in digest_calc_resp()
418 attr->cnonce = scan; in digest_client_resp()
515 attr_out->cnonce = val; in digest_parse()