Searched refs:ASN1_STRING_FLAG_CONT (Results 1 – 3 of 3) sorted by relevance
131 if (!*pos || ((*pos)->flags == ASN1_STRING_FLAG_CONT)) in cms_content_bio()199 if (*pos && ((*pos)->flags & ASN1_STRING_FLAG_CONT)) { in CMS_dataFinal()213 (*pos)->flags &= ~ASN1_STRING_FLAG_CONT; in CMS_dataFinal()372 (*pos)->flags |= ASN1_STRING_FLAG_CONT; in CMS_set_detached()
74 (*pos)->flags &= ~ASN1_STRING_FLAG_CONT; in CMS_stream()
177 #define ASN1_STRING_FLAG_CONT 0x020 macro