Lines Matching refs:strlen
93 size_t in_len = strlen(in); in base64_decode()
347 username_len = username ? strlen(username) : 0; in http_auth_match_rules()
361 r_len = strlen(rules) - (r - rules); in http_auth_match_rules()
475 if (!strncmp(sp, APR1_ID, strlen(APR1_ID))) { in apr_md5_encode()
476 sp += strlen(APR1_ID); in apr_md5_encode()
499 li_MD5_Update(&ctx, pw, strlen(pw)); in apr_md5_encode()
504 li_MD5_Update(&ctx, APR1_ID, strlen(APR1_ID)); in apr_md5_encode()
515 li_MD5_Update(&ctx1, pw, strlen(pw)); in apr_md5_encode()
517 li_MD5_Update(&ctx1, pw, strlen(pw)); in apr_md5_encode()
519 for (pl = strlen(pw); pl > 0; pl -= APR_MD5_DIGESTSIZE) { in apr_md5_encode()
532 for (i = strlen(pw); i != 0; i >>= 1) { in apr_md5_encode()
559 li_MD5_Update(&ctx1, pw, strlen(pw)); in apr_md5_encode()
569 li_MD5_Update(&ctx1, pw, strlen(pw)); in apr_md5_encode()
576 li_MD5_Update(&ctx1, pw, strlen(pw)); in apr_md5_encode()
581 p = passwd + strlen(passwd); in apr_md5_encode()
630 li_MD5_Update(&Md5Ctx, (unsigned char *)pw, strlen(pw)); in http_auth_basic_password_compare()
640 if (!strncmp(password->ptr, APR1_ID, strlen(APR1_ID))) { in http_auth_basic_password_compare()
1008 c += strlen(c) - 1; in http_auth_digest_check()
1075 li_MD5_Update(&Md5Ctx, (unsigned char *)username, strlen(username)); in http_auth_digest_check()
1077 li_MD5_Update(&Md5Ctx, (unsigned char *)realm, strlen(realm)); in http_auth_digest_check()
1102 li_MD5_Update(&Md5Ctx, (unsigned char *)nonce, strlen(nonce)); in http_auth_digest_check()
1104 li_MD5_Update(&Md5Ctx, (unsigned char *)cnonce, strlen(cnonce)); in http_auth_digest_check()
1112 li_MD5_Update(&Md5Ctx, (unsigned char *)m, strlen(m)); in http_auth_digest_check()
1114 li_MD5_Update(&Md5Ctx, (unsigned char *)uri, strlen(uri)); in http_auth_digest_check()
1126 li_MD5_Update(&Md5Ctx, (unsigned char *)nonce, strlen(nonce)); in http_auth_digest_check()
1129 li_MD5_Update(&Md5Ctx, (unsigned char *)nc, strlen(nc)); in http_auth_digest_check()
1131 li_MD5_Update(&Md5Ctx, (unsigned char *)cnonce, strlen(cnonce)); in http_auth_digest_check()
1133 li_MD5_Update(&Md5Ctx, (unsigned char *)qop, strlen(qop)); in http_auth_digest_check()
1192 li_MD5_Update(&Md5Ctx, (unsigned char *)hh, strlen(hh)); in http_auth_digest_generate_nonce()
1195 li_MD5_Update(&Md5Ctx, (unsigned char *)hh, strlen(hh)); in http_auth_digest_generate_nonce()