Searched defs:my_md5 (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dutil_md5.c55 apr_md5_ctx_t my_md5; local
63 apr_md5_init(&my_md5);
65 apr_md5_set_xlate(&my_md5, ap_hdrs_to_ascii);
67 apr_md5_update(&my_md5, buf, (unsigned int)length);
68 apr_md5_final(hash, &my_md5);

Completed in 1402 milliseconds