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

/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c185 unsigned char *cnonce; member in struct:reauth_entry
222 unsigned char *cnonce; member in struct:context
2277 if (text->cnonce) utils->free(text->cnonce);
2309 if (reauth->cnonce) utils->free(reauth->cnonce);
2380 unsigned char *cnonce,
2400 cnonce,
2407 cnonce, /* client nonce */
2431 cnonce, /* clien
2376 create_response(context_t * text, const sasl_utils_t * utils, unsigned char *nonce, unsigned int ncvalue, unsigned char *cnonce, char *qop, char *digesturi, HASH Secret, char *authorization_id, char **response_value) argument
2857 unsigned char *nonce = NULL, *cnonce = NULL; local
3859 calculate_response(context_t * text, const sasl_utils_t * utils, unsigned char *username, unsigned char *realm, unsigned char *nonce, unsigned int ncvalue, unsigned char *cnonce, char *qop, unsigned char *digesturi, sasl_secret_t * passwd, unsigned char *authorization_id, char **response_value) argument
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c74 const char *realm, *nonce, *cnonce, *qop, *user, *resp, *dom; member in struct:__anon1919
240 * Compute MD5("<hash_pass>:<nonce>:<cnonce>")
255 MD5Update(&ctx, (CONST_UCHAR *) attr->cnonce, attr->clen);
314 MD5Update(&ctx, (CONST_UCHAR *) attr->cnonce, attr->clen);
350 "username=\"%.*s\",realm=\"%.*s\",nonce=\"%.*s\",nc=%.*s,cnonce=\"";
420 attr->cnonce = scan;
458 static const char cstr[] = "cnonce";
517 attr_out->cnonce = val;

Completed in 32 milliseconds