Home
last modified time | relevance | path

Searched refs:BASE64_BUF_SIZE (Results 1 – 21 of 21) sorted by relevance

/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dsaslserver.c55 #define BASE64_BUF_SIZE 21848 /* per RFC 2222bis: ((16K / 3) + 1) * 4 */ macro
64 char base64[BASE64_BUF_SIZE+1]; in saslserver()
82 clientin, BASE64_BUF_SIZE, &clientinlen); in saslserver()
97 base64, BASE64_BUF_SIZE, NULL); in saslserver()
109 if (!prot_fgets(base64, BASE64_BUF_SIZE, pin) || in saslserver()
132 clientin, BASE64_BUF_SIZE, &clientinlen); in saslserver()
143 base64, BASE64_BUF_SIZE, NULL); in saslserver()
H A Dsaslclient.c177 #define BASE64_BUF_SIZE 21848 /* per RFC 2222bis: ((16K / 3) + 1) * 4 */ macro
178 #define AUTH_BUF_SIZE BASE64_BUF_SIZE+50 /* data + response overhead */
241 base64, BASE64_BUF_SIZE, NULL); in saslclient()
321 serverin, BASE64_BUF_SIZE, &serverinlen); in saslclient()
H A Dhttp_proxy.c120 #define BASE64_BUF_SIZE 21848 /* per RFC 2222bis: ((16K / 3) + 1) * 4 */ macro
189 char base64[BASE64_BUF_SIZE+1]; in login()
204 base64, BASE64_BUF_SIZE, &clientoutlen); in login()
452 base64, BASE64_BUF_SIZE, &serverinlen); in login()
H A Dhttpd.c3836 #define BASE64_BUF_SIZE (MAX_AUTHPARAM_SIZE +MAX_SESSIONID_SIZE +MAX_BASE64_SIZE) macro
3846 static char base64[BASE64_BUF_SIZE+1]; in http_auth()
3936 snprintf(base64, BASE64_BUF_SIZE, "realm=\"%s\"", realm); in http_auth()
3967 base64, BASE64_BUF_SIZE, &clientinlen); in http_auth()
4033 base64, BASE64_BUF_SIZE); in http_auth()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dsaslserver.c55 #define BASE64_BUF_SIZE 21848 /* per RFC 2222bis: ((16K / 3) + 1) * 4 */ macro
64 char base64[BASE64_BUF_SIZE+1]; in saslserver()
82 clientin, BASE64_BUF_SIZE, &clientinlen); in saslserver()
97 base64, BASE64_BUF_SIZE, NULL); in saslserver()
109 if (!prot_fgets(base64, BASE64_BUF_SIZE, pin) || in saslserver()
132 clientin, BASE64_BUF_SIZE, &clientinlen); in saslserver()
143 base64, BASE64_BUF_SIZE, NULL); in saslserver()
H A Dsaslclient.c177 #define BASE64_BUF_SIZE 21848 /* per RFC 2222bis: ((16K / 3) + 1) * 4 */ macro
178 #define AUTH_BUF_SIZE BASE64_BUF_SIZE+50 /* data + response overhead */
241 base64, BASE64_BUF_SIZE, NULL); in saslclient()
321 serverin, BASE64_BUF_SIZE, &serverinlen); in saslclient()
H A Dhttp_proxy.c120 #define BASE64_BUF_SIZE 21848 /* per RFC 2222bis: ((16K / 3) + 1) * 4 */ macro
189 char base64[BASE64_BUF_SIZE+1]; in login()
204 base64, BASE64_BUF_SIZE, &clientoutlen); in login()
452 base64, BASE64_BUF_SIZE, &serverinlen); in login()
H A Dhttpd.c3882 #define BASE64_BUF_SIZE (MAX_AUTHPARAM_SIZE +MAX_SESSIONID_SIZE +MAX_BASE64_SIZE) macro
3892 static char base64[BASE64_BUF_SIZE+1]; in http_auth()
3982 snprintf(base64, BASE64_BUF_SIZE, "realm=\"%s\"", realm); in http_auth()
4013 base64, BASE64_BUF_SIZE, &clientinlen); in http_auth()
4079 base64, BASE64_BUF_SIZE); in http_auth()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dsaslserver.c55 #define BASE64_BUF_SIZE 21848 /* per RFC 2222bis: ((16K / 3) + 1) * 4 */ macro
64 char base64[BASE64_BUF_SIZE+1]; in saslserver()
82 clientin, BASE64_BUF_SIZE, &clientinlen); in saslserver()
97 base64, BASE64_BUF_SIZE, NULL); in saslserver()
109 if (!prot_fgets(base64, BASE64_BUF_SIZE, pin) || in saslserver()
132 clientin, BASE64_BUF_SIZE, &clientinlen); in saslserver()
143 base64, BASE64_BUF_SIZE, NULL); in saslserver()
H A Dsaslclient.c177 #define BASE64_BUF_SIZE 21848 /* per RFC 2222bis: ((16K / 3) + 1) * 4 */ macro
178 #define AUTH_BUF_SIZE BASE64_BUF_SIZE+50 /* data + response overhead */
241 base64, BASE64_BUF_SIZE, NULL); in saslclient()
321 serverin, BASE64_BUF_SIZE, &serverinlen); in saslclient()
H A Dhttp_proxy.c128 #define BASE64_BUF_SIZE 21848 /* per RFC 2222bis: ((16K / 3) + 1) * 4 */ macro
195 char base64[BASE64_BUF_SIZE+1]; in login()
209 base64, BASE64_BUF_SIZE, &clientoutlen); in login()
415 base64, BASE64_BUF_SIZE, &serverinlen); in login()
H A Dhttpd.c3882 #define BASE64_BUF_SIZE 21848 /* per RFC 4422: ((16K / 3) + 1) * 4 */ macro
3892 static char base64[BASE64_BUF_SIZE+1]; in http_auth()
3960 base64, BASE64_BUF_SIZE, &clientinlen); in http_auth()
4013 snprintf(base64, BASE64_BUF_SIZE, "realm=\"%s\"", realm); in http_auth()
4062 snprintf(base64, BASE64_BUF_SIZE, "realm=\"%s\"", realm); in http_auth()
4072 status = txn->req_tgt.namespace->bearer(clientin, base64, BASE64_BUF_SIZE); in http_auth()
4110 base64, BASE64_BUF_SIZE, NULL); in http_auth()
/dports/news/inn-current/inn-2.7-20211226/nnrpd/
H A Dsasl.c25 # define BASE64_BUF_SIZE \ macro
85 char base64[BASE64_BUF_SIZE + 1]; in SASLauth()
142 BASE64_BUF_SIZE, &clientinlen); in SASLauth()
161 BASE64_BUF_SIZE + 1, NULL); in SASLauth()
181 if (clientinlen <= BASE64_BUF_SIZE) in SASLauth()
226 r1 = sasl_decode64(clientin, clientinlen, base64, BASE64_BUF_SIZE, in SASLauth()
/dports/news/inn/inn-2.6.4/nnrpd/
H A Dsasl.c36 #define BASE64_BUF_SIZE 21848 /* Per RFC 4422: (floor(n/3) + 1) * 4 macro
92 char base64[BASE64_BUF_SIZE+1]; in SASLauth()
149 base64, BASE64_BUF_SIZE, &clientinlen); in SASLauth()
168 base64, BASE64_BUF_SIZE+1, NULL); in SASLauth()
189 if (clientinlen <= BASE64_BUF_SIZE) in SASLauth()
234 base64, BASE64_BUF_SIZE, &clientinlen); in SASLauth()
/dports/sysutils/shlock/inn-2.6.4/nnrpd/
H A Dsasl.c36 #define BASE64_BUF_SIZE 21848 /* Per RFC 4422: (floor(n/3) + 1) * 4 macro
92 char base64[BASE64_BUF_SIZE+1]; in SASLauth()
149 base64, BASE64_BUF_SIZE, &clientinlen); in SASLauth()
168 base64, BASE64_BUF_SIZE+1, NULL); in SASLauth()
189 if (clientinlen <= BASE64_BUF_SIZE) in SASLauth()
234 base64, BASE64_BUF_SIZE, &clientinlen); in SASLauth()
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/include/
H A Dlvxml.h447 #define BASE64_BUF_SIZE 128 macro
457 lUInt8 m_bytes[BASE64_BUF_SIZE];
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imtest/
H A Dimtest.c2416 #define BASE64_BUF_SIZE 21848 /* per RFC 2222bis: ((16K / 3) + 1) * 4 */ macro
2427 char buf[BASE64_BUF_SIZE+1], *base64 = buf; in auth_http_sasl()
2492 base64, BASE64_BUF_SIZE, in auth_http_sasl()
2617 base64, BASE64_BUF_SIZE, in auth_http_sasl()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imtest/
H A Dimtest.c2365 #define BASE64_BUF_SIZE 21848 /* per RFC 2222bis: ((16K / 3) + 1) * 4 */ macro
2376 char buf[BASE64_BUF_SIZE+1], *base64 = buf; in auth_http_sasl()
2428 base64, BASE64_BUF_SIZE, in auth_http_sasl()
2492 base64, BASE64_BUF_SIZE, in auth_http_sasl()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imtest/
H A Dimtest.c2418 #define BASE64_BUF_SIZE 21848 /* per RFC 2222bis: ((16K / 3) + 1) * 4 */ macro
2429 char buf[BASE64_BUF_SIZE+1], *base64 = buf; in auth_http_sasl()
2494 base64, BASE64_BUF_SIZE, in auth_http_sasl()
2619 base64, BASE64_BUF_SIZE, in auth_http_sasl()
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvxml.cpp6064 for ( ; m_text_pos<len && m_bytes_count < BASE64_BUF_SIZE - 3; m_text_pos++ ) in readNextBytes()
H A Dlvtinydom.cpp7798 #define BASE64_BUF_SIZE 128 macro
7812 lUInt8 m_bytes[BASE64_BUF_SIZE];
7829 for ( ; m_text_pos<len && m_bytes_count < BASE64_BUF_SIZE - 3; m_text_pos++ ) in readNextBytes()