Searched refs:APR_MD4_DIGESTSIZE (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/apr-util/test/ |
| HD | testmd4.c | 81 unsigned char digest[APR_MD4_DIGESTSIZE]; 87 return (memcmp(digest, sum, APR_MD4_DIGESTSIZE)); 95 unsigned char digest[APR_MD4_DIGESTSIZE]; in test_md4sum() 107 (memcmp(digest, sum, APR_MD4_DIGESTSIZE) == 0)); in test_md4sum()
|
| /freebsd-11-stable/contrib/apr-util/include/ |
| HD | apr_md4.h | 61 #define APR_MD4_DIGESTSIZE 16 macro 117 unsigned char digest[APR_MD4_DIGESTSIZE], 126 APU_DECLARE(apr_status_t) apr_md4(unsigned char digest[APR_MD4_DIGESTSIZE],
|
| /freebsd-11-stable/contrib/apr-util/crypto/ |
| HD | apr_md4.c | 246 unsigned char digest[APR_MD4_DIGESTSIZE], in apr_md4_final() argument 269 Encode(digest, context->state, APR_MD4_DIGESTSIZE); in apr_md4_final() 279 APU_DECLARE(apr_status_t) apr_md4(unsigned char digest[APR_MD4_DIGESTSIZE], in apr_md4() argument 298 x[APR_MD4_DIGESTSIZE]; in MD4Transform()
|