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.c139 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()
H A Dcms_io.c29 (*pos)->flags &= ~ASN1_STRING_FLAG_CONT; in CMS_stream()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h175 # define ASN1_STRING_FLAG_CONT 0x020 macro
H A Dasn1.h.in152 # define ASN1_STRING_FLAG_CONT 0x020 macro