Searched refs:APR_MD5_DIGESTSIZE (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dmd5.c46 return svn__digest_to_cstring_display(digest, APR_MD5_DIGESTSIZE, pool);
52 return svn__digest_to_cstring(digest, APR_MD5_DIGESTSIZE, pool);
58 return svn__digests_match(d1, d2, APR_MD5_DIGESTSIZE);
H A Dchecksum.c78 APR_MD5_DIGESTSIZE,
98 #define MAX_DIGESTSIZE (MAX(APR_MD5_DIGESTSIZE,APR_SHA1_DIGESTSIZE))
H A Dcache-memcache.c76 2 * APR_MD5_DIGESTSIZE)
107 with the checksum. Note that APR_MD5_DIGESTSIZE is for the pure
H A Dcache-membuffer.c416 unsigned char content_hash[APR_MD5_DIGESTSIZE];
421 unsigned char prefix_hash[APR_MD5_DIGESTSIZE];
427 unsigned char key_hash[APR_MD5_DIGESTSIZE];
H A Ddeprecated.c1578 APR_MD5_DIGESTSIZE);
1583 APR_MD5_DIGESTSIZE);
H A Dio.c1551 memcpy(digest, checksum->digest, APR_MD5_DIGESTSIZE);
/freebsd-12-stable/contrib/apr-util/include/
H A Dapr_md5.h68 #define APR_MD5_DIGESTSIZE 16 macro
119 APU_DECLARE(apr_status_t) apr_md5_final(unsigned char digest[APR_MD5_DIGESTSIZE],
128 APU_DECLARE(apr_status_t) apr_md5(unsigned char digest[APR_MD5_DIGESTSIZE],
/freebsd-12-stable/contrib/apr-util/test/
H A Dtestmd5.c55 unsigned char digest[APR_MD5_DIGESTSIZE];
66 (memcmp(digest, sum, APR_MD5_DIGESTSIZE) == 0));
78 unsigned char digest[APR_MD5_DIGESTSIZE];
90 (memcmp(digest, sum, APR_MD5_DIGESTSIZE) == 0));
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dcram.c61 for (i = 0; i < APR_MD5_DIGESTSIZE; i++)
76 for (i = 0; i < APR_MD5_DIGESTSIZE; i++)
109 apr_md5_update(&ctx, digest, APR_MD5_DIGESTSIZE);
142 unsigned char cdigest[APR_MD5_DIGESTSIZE], sdigest[APR_MD5_DIGESTSIZE];
166 if (!sep || resp->len - (sep + 1 - resp->data) != APR_MD5_DIGESTSIZE * 2
188 unsigned char digest[APR_MD5_DIGESTSIZE];
189 char hex[2 * APR_MD5_DIGESTSIZE + 1];
/freebsd-12-stable/contrib/serf/auth/
H A Dauth_digest.c77 char *hexval = apr_palloc(pool, (APR_MD5_DIGESTSIZE * 2) + 1);
78 for (i = 0; i < APR_MD5_DIGESTSIZE; i++) {
82 hexval[APR_MD5_DIGESTSIZE * 2] = '\0';
112 unsigned char ha1[APR_MD5_DIGESTSIZE];
139 unsigned char ha2[APR_MD5_DIGESTSIZE];
170 unsigned char response_hdr[APR_MD5_DIGESTSIZE];
533 unsigned char resp_hdr[APR_MD5_DIGESTSIZE];
/freebsd-12-stable/contrib/apr-util/crypto/
H A Dapr_md5.c288 APU_DECLARE(apr_status_t) apr_md5_final(unsigned char digest[APR_MD5_DIGESTSIZE],
311 Encode(digest, context->state, APR_MD5_DIGESTSIZE);
321 APU_DECLARE(apr_status_t) apr_md5(unsigned char digest[APR_MD5_DIGESTSIZE],
341 tmpbuf[APR_MD5_DIGESTSIZE];
515 unsigned char final[APR_MD5_DIGESTSIZE];
580 for (pl = strlen(pw); pl > 0; pl -= APR_MD5_DIGESTSIZE) {
582 (pl > APR_MD5_DIGESTSIZE) ? APR_MD5_DIGESTSIZE : pl, SKIP_XLATE);
630 md5_update_buffer(&ctx1, final, APR_MD5_DIGESTSIZE, SKIP_XLATE);
641 md5_update_buffer(&ctx1, final, APR_MD5_DIGESTSIZE, SKIP_XLAT
[all...]
H A Dgetuuid.c63 unsigned char seed[APR_MD5_DIGESTSIZE];
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dfs.h448 unsigned char md5_digest[APR_MD5_DIGESTSIZE];
H A Dlow_level.c328 if ((str == NULL) || (strlen(str) != (APR_MD5_DIGESTSIZE * 2)))
H A Dcached_data.c932 unsigned char md5_digest[APR_MD5_DIGESTSIZE];
2318 unsigned char md5_digest[APR_MD5_DIGESTSIZE];
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs/
H A Ddeprecated.c228 memcpy(digest, md5sum->digest, APR_MD5_DIGESTSIZE);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs.h559 unsigned char md5_digest[APR_MD5_DIGESTSIZE];
H A Dlow_level.c800 if ((str == NULL) || (strlen(str) != (APR_MD5_DIGESTSIZE * 2)))
H A Dcached_data.c1205 unsigned char md5_digest[APR_MD5_DIGESTSIZE];
2427 unsigned char md5_digest[APR_MD5_DIGESTSIZE];
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dwc_editor.c357 unsigned char digest[APR_MD5_DIGESTSIZE]; /* MD5 digest of new fulltext */
H A Drepos_diff.c198 unsigned char result_digest[APR_MD5_DIGESTSIZE];
H A Dexport.c540 unsigned char text_digest[APR_MD5_DIGESTSIZE];
/freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/
H A Dtext_delta.c108 must point to at least APR_MD5_DIGESTSIZE
932 memcpy(digest, md5_checksum->digest, APR_MD5_DIGESTSIZE);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/util/
H A Dfs_skels.c1044 APR_MD5_DIGESTSIZE, pool),
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Ddiff_editor.c227 unsigned char result_digest[APR_MD5_DIGESTSIZE];

Completed in 262 milliseconds

12