Home
last modified time | relevance | path

Searched refs:APR1_ID (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp_auth.c432 #define APR1_ID "$apr1$" macro
475 if (!strncmp(sp, APR1_ID, strlen(APR1_ID))) { in apr_md5_encode()
476 sp += strlen(APR1_ID); in apr_md5_encode()
504 li_MD5_Update(&ctx, APR1_ID, strlen(APR1_ID)); in apr_md5_encode()
545 strcpy(passwd, APR1_ID); in apr_md5_encode()
640 if (!strncmp(password->ptr, APR1_ID, strlen(APR1_ID))) { in http_auth_basic_password_compare()