Home
last modified time | relevance | path

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

/trueos/contrib/apr-util/test/
HDtestmd4.c86 apr_md4_final(digest, &context);
105 ABTS_ASSERT(tc, "apr_md4_final", (apr_md4_final(digest, &context) ==0)); in test_md4sum()
/trueos/contrib/apr-util/include/
HDapr_md4.h116 APU_DECLARE(apr_status_t) apr_md4_final(
/trueos/contrib/apr-util/crypto/
HDapr_md4.c245 APU_DECLARE(apr_status_t) apr_md4_final( in apr_md4_final() function
291 return apr_md4_final(digest, &ctx); in apr_md4()