Searched refs:APR_SHA1PW_IDLEN (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/apr-32/apr-util/apr-util/include/
H A Dapr_sha1.h48 #define APR_SHA1PW_IDLEN 5 macro
/macosx-10.10.1/apr-32/apr-util/apr-util/crypto/
H A Dapr_sha1.c359 apr_cpystrn(out, APR_SHA1PW_ID, APR_SHA1PW_IDLEN + 1);
362 l = apr_base64_encode_binary(out + APR_SHA1PW_IDLEN, digest, sizeof(digest));
363 out[l + APR_SHA1PW_IDLEN] = '\0';
366 * output of base64 encoded SHA1 is always 28 chars + APR_SHA1PW_IDLEN
H A Dapr_passwd.c96 else if (!strncmp(hash, APR_SHA1PW_ID, APR_SHA1PW_IDLEN)) {

Completed in 276 milliseconds