Home
last modified time | relevance | path

Searched refs:EOL_LEN (Results 1 – 4 of 4) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/enc_dec/
H A Dbase64.c93 "-----BEGIN CERTIFICATE-----" EOL, 27 + EOL_LEN,
94 "-----END CERTIFICATE-----" EOL, 25 + EOL_LEN },
96 "-----BEGIN X509 CERTIFICATE-----" EOL, 32 + EOL_LEN,
97 "-----END X509 CERTIFICATE-----" EOL, 30 + EOL_LEN },
102 "-----BEGIN CERTIFICATE CHAIN-----" EOL, 33 + EOL_LEN,
105 "-----BEGIN PKCS7-----" EOL, 21 + EOL_LEN,
106 "-----END PKCS7-----" EOL, 29 + EOL_LEN },
120 "-----BEGIN X509 CRL-----" EOL, 24 + EOL_LEN,
121 "-----END X509 CRL-----" EOL, 22 + EOL_LEN },
1040 status = swrite( &stream, EOL, EOL_LEN );
[all …]
/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-decode-mime.c51 #define EOL_LEN 2 macro
1453 memcpy(state->data_chunk + state->data_chunk_len, CRLF, EOL_LEN); in ProcessQuotedPrintableBodyLine()
1454 state->data_chunk_len += EOL_LEN; in ProcessQuotedPrintableBodyLine()
1455 entity->decoded_body_len += EOL_LEN; in ProcessQuotedPrintableBodyLine()
1492 CRLF, EOL_LEN); in ProcessQuotedPrintableBodyLine()
1493 state->data_chunk_len += EOL_LEN; in ProcessQuotedPrintableBodyLine()
1494 entity->decoded_body_len += EOL_LEN; in ProcessQuotedPrintableBodyLine()
1511 if (DATA_CHUNK_SIZE - state->data_chunk_len < EOL_LEN + 1) { in ProcessQuotedPrintableBodyLine()
1573 tobuf = avail > remaining + EOL_LEN ? remaining : avail - EOL_LEN; in ProcessBodyLine()
1582 state->data_chunk_len += EOL_LEN; in ProcessBodyLine()
[all …]
/dports/security/cryptlib/cryptlib-3.4.3/misc/
H A Dos_spec.h1099 #define EOL_LEN 2 macro
1106 #define EOL_LEN 1 macro
1109 #define EOL_LEN 1 macro
1117 #define EOL_LEN 1 macro
/dports/print/hplip/hplip-3.20.6/ip/
H A Dxfax.c1360 #define EOL_LEN 12 /* EOL is 11 zeroes and a one */ macro
1763 BITS_LOAD (g, EOL_LEN, blob); in parse_code_routine()
1766 BITS_ADVANCE (g, EOL_LEN); in parse_code_routine()
1771 BITS_ADVANCE (g, EOL_LEN); in parse_code_routine()