Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp_auth.c462 li_MD5_CTX ctx, ctx1; in apr_md5_encode() local
514 li_MD5_Init(&ctx1); in apr_md5_encode()
515 li_MD5_Update(&ctx1, pw, strlen(pw)); in apr_md5_encode()
516 li_MD5_Update(&ctx1, sp, sl); in apr_md5_encode()
517 li_MD5_Update(&ctx1, pw, strlen(pw)); in apr_md5_encode()
518 li_MD5_Final(final, &ctx1); in apr_md5_encode()
557 li_MD5_Init(&ctx1); in apr_md5_encode()
559 li_MD5_Update(&ctx1, pw, strlen(pw)); in apr_md5_encode()
565 li_MD5_Update(&ctx1, sp, sl); in apr_md5_encode()
569 li_MD5_Update(&ctx1, pw, strlen(pw)); in apr_md5_encode()
[all …]