Home
last modified time | relevance | path

Searched refs:ASN1_STRING_FLAG_NDEF (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/crypto/asn1/
H A Dasn1_lib.c363 if (!(a->flags & ASN1_STRING_FLAG_NDEF)) in ossl_asn1_string_embed_free()
380 if (a->data && !(a->flags & ASN1_STRING_FLAG_NDEF)) in ASN1_STRING_clear_free()
H A Dtasn_enc.c629 && (strtmp->flags & ASN1_STRING_FLAG_NDEF)) { in asn1_ex_i2c()
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_io.c27 (*pos)->flags |= ASN1_STRING_FLAG_NDEF; in CMS_stream()
/freebsd/crypto/openssl/crypto/pkcs7/
H A Dpk7_lib.c749 os->flags |= ASN1_STRING_FLAG_NDEF; in PKCS7_stream()
H A Dpk7_doit.c882 if (!(os->flags & ASN1_STRING_FLAG_NDEF)) { in PKCS7_dataFinal()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h164 # define ASN1_STRING_FLAG_NDEF 0x010 macro
H A Dasn1.h.in141 # define ASN1_STRING_FLAG_NDEF 0x010 macro