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

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c348 #define suffixsize (sizeof (rstr) + sizeof (qstr) - 1 + DIGEST_SIZE * 2)
352 static const char qstr[] = ",qop=auth"; local
441 memcpy(scan, qstr, sizeof (qstr));
444 if (plen != NULL) *plen = scan - outbuf + sizeof (qstr) - 1;
459 static const char qstr[] = "qop"; local
556 if (lstreqcase(qstr, attr, alen)) {

Completed in 22 milliseconds