Searched refs:ASN1_STRING_FLAG_CONT (Results 1 – 4 of 4) sorted by relevance
138 if (*pos == NULL || ((*pos)->flags == ASN1_STRING_FLAG_CONT)) in ossl_cms_content_bio()207 if (*pos && ((*pos)->flags & ASN1_STRING_FLAG_CONT)) { in CMS_dataFinal()221 (*pos)->flags &= ~ASN1_STRING_FLAG_CONT; in CMS_dataFinal()386 (*pos)->flags |= ASN1_STRING_FLAG_CONT; in CMS_set_detached()
28 (*pos)->flags &= ~ASN1_STRING_FLAG_CONT; in CMS_stream()
172 # define ASN1_STRING_FLAG_CONT 0x020 macro
149 # define ASN1_STRING_FLAG_CONT 0x020 macro