Lines Matching refs:strcasecompare
236 if(strcasecompare(token, DIGEST_QOP_VALUE_STRING_AUTH))
238 else if(strcasecompare(token, DIGEST_QOP_VALUE_STRING_AUTH_INT))
240 else if(strcasecompare(token, DIGEST_QOP_VALUE_STRING_AUTH_CONF))
528 if(strcasecompare(value, "nonce")) {
534 else if(strcasecompare(value, "stale")) {
535 if(strcasecompare(content, "true")) {
540 else if(strcasecompare(value, "realm")) {
546 else if(strcasecompare(value, "opaque")) {
552 else if(strcasecompare(value, "qop")) {
565 if(strcasecompare(token, DIGEST_QOP_VALUE_STRING_AUTH)) {
568 else if(strcasecompare(token, DIGEST_QOP_VALUE_STRING_AUTH_INT)) {
590 else if(strcasecompare(value, "algorithm")) {
596 if(strcasecompare(content, "MD5-sess"))
598 else if(strcasecompare(content, "MD5"))
600 else if(strcasecompare(content, "SHA-256"))
602 else if(strcasecompare(content, "SHA-256-SESS"))
604 else if(strcasecompare(content, "SHA-512-256"))
606 else if(strcasecompare(content, "SHA-512-256-SESS"))
611 else if(strcasecompare(value, "userhash")) {
612 if(strcasecompare(content, "true")) {
773 if(digest->qop && strcasecompare(digest->qop, "auth-int")) {