Home
last modified time | relevance | path

Searched refs:SMIME_ASCIICRLF (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/crypto/asn1/
Dasn_mime.c511 if (flags & SMIME_ASCIICRLF) { in SMIME_crlf_copy()
520 } else if (flags & SMIME_ASCIICRLF) in SMIME_crlf_copy()
962 } else if (is_eol && flags & SMIME_ASCIICRLF && c == 32) { in strip_eol()
/third_party/openssl/include/openssl/
Dpkcs7.h202 # define SMIME_ASCIICRLF 0x80000 macro