Searched refs:ASN1_STRING_FLAG_CONT (Results 1 – 4 of 4) sorted by relevance
139 if (*pos == NULL || ((*pos)->flags == ASN1_STRING_FLAG_CONT)) in ossl_cms_content_bio()215 if (*pos && ((*pos)->flags & ASN1_STRING_FLAG_CONT)) { in ossl_cms_DataFinal()229 (*pos)->flags &= ~ASN1_STRING_FLAG_CONT; in ossl_cms_DataFinal()394 (*pos)->flags |= ASN1_STRING_FLAG_CONT; in CMS_set_detached()
29 (*pos)->flags &= ~ASN1_STRING_FLAG_CONT; in CMS_stream()
175 # define ASN1_STRING_FLAG_CONT 0x020 macro
152 # define ASN1_STRING_FLAG_CONT 0x020 macro