Home
last modified time | relevance | path

Searched refs:ASN1_STRING_FLAG_CONT (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/cms/
H A Dcms_lib.c138 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()
H A Dcms_io.c28 (*pos)->flags &= ~ASN1_STRING_FLAG_CONT; in CMS_stream()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h172 # define ASN1_STRING_FLAG_CONT 0x020 macro
H A Dasn1.h.in149 # define ASN1_STRING_FLAG_CONT 0x020 macro