Searched refs:cnonce (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 184 unsigned char *cnonce; member in struct:reauth_entry 221 unsigned char *cnonce; member in struct:context 2272 if (text->cnonce) utils->free(text->cnonce); 2304 if (reauth->cnonce) utils->free(reauth->cnonce); 2375 unsigned char *cnonce, 2395 cnonce, 2402 cnonce, /* client nonce */ 2426 cnonce, /* clien 2371 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 2852 unsigned char *nonce = NULL, *cnonce = NULL; local 3846 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...] |
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | digest_md5.c | 74 const char *realm, *nonce, *cnonce, *qop, *user, *resp, *dom; member in struct:__anon3486 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 67 milliseconds