Searched refs:ASN1_STRING_FLAG_CONT (Results 1 – 3 of 3) sorted by relevance
100 if (!*pos || ((*pos)->flags == ASN1_STRING_FLAG_CONT)) in cms_content_bio()163 if (*pos && ((*pos)->flags & ASN1_STRING_FLAG_CONT)) { in CMS_dataFinal()177 (*pos)->flags &= ~ASN1_STRING_FLAG_CONT; in CMS_dataFinal()329 (*pos)->flags |= ASN1_STRING_FLAG_CONT; in CMS_set_detached()
72 (*pos)->flags &= ~ASN1_STRING_FLAG_CONT; in CMS_stream()
232 # define ASN1_STRING_FLAG_CONT 0x020 macro