Searched refs:ASN1_STRING_FLAG_CONT (Results 1 – 3 of 3) sorted by relevance
50 if (!*pos || ((*pos)->flags == ASN1_STRING_FLAG_CONT)) in cms_content_bio()114 if (*pos && ((*pos)->flags & ASN1_STRING_FLAG_CONT)) { in CMS_dataFinal()128 (*pos)->flags &= ~ASN1_STRING_FLAG_CONT; in CMS_dataFinal()278 (*pos)->flags |= ASN1_STRING_FLAG_CONT; in CMS_set_detached()
27 (*pos)->flags &= ~ASN1_STRING_FLAG_CONT; in CMS_stream()
135 # define ASN1_STRING_FLAG_CONT 0x020 macro