Home
last modified time | relevance | path

Searched refs:encodedDigest (Results 1 – 7 of 7) sorted by relevance

/dports/www/htdigest/httpd-2.4.6/server/
H A Dutil_md5.c128 char *encodedDigest; in ap_md5contextTo64() local
132 encodedDigest = (char *) apr_pcalloc(a, 25 * sizeof(char)); in ap_md5contextTo64()
137 p = encodedDigest; in ap_md5contextTo64()
147 return encodedDigest; in ap_md5contextTo64()
/dports/www/apache24/httpd-2.4.53/server/
H A Dutil_md5.c128 char *encodedDigest; in ap_md5contextTo64() local
132 encodedDigest = (char *) apr_pcalloc(a, 25 * sizeof(char)); in ap_md5contextTo64()
137 p = encodedDigest; in ap_md5contextTo64()
147 return encodedDigest; in ap_md5contextTo64()
/dports/converters/mpack/mpack-1.6/
H A Dcodes.c103 char encodedDigest[25]; in md5contextTo64() local
110 p = encodedDigest; in md5contextTo64()
120 return strsave(encodedDigest); in md5contextTo64()
/dports/math/gretl/gretl-2021d/plugin/mpack/
H A Dencode.c90 static void md5contextTo64 (MD5_CTX *context, char *encodedDigest) in md5contextTo64() argument
99 p = encodedDigest; in md5contextTo64()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/local/src/
H A DnsPop3Protocol.cpp2162 nsAutoCStringN<2 * DIGEST_LENGTH> encodedDigest; in SendPassword() local
2167 encodedDigest.Append(hexVal); in SendPassword()
2171 encodedDigest.get()); in SendPassword()
2188 nsAutoCStringN<2 * DIGEST_LENGTH> encodedDigest; in SendPassword() local
2193 encodedDigest.Append(hexVal); in SendPassword()
2197 encodedDigest.get()); in SendPassword()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/compose/src/
H A DnsSmtpProtocol.cpp1591 nsAutoCStringN<2 * DIGEST_LENGTH> encodedDigest; in AuthLoginStep2() local
1596 encodedDigest.Append(hexVal); in AuthLoginStep2()
1608 encodedDigest.get()); in AuthLoginStep2()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/imap/src/
H A DnsImapProtocol.cpp5855 nsAutoCStringN<2 * DIGEST_LENGTH> encodedDigest; in AuthLogin() local
5860 encodedDigest.Append(hexVal); in AuthLogin()
5864 encodedDigest.get()); in AuthLogin()