Searched refs:ASN1_STRING_FLAG_NDEF (Results 1 – 6 of 6) sorted by relevance
428 if (a->data && !(a->flags & ASN1_STRING_FLAG_NDEF)) in ASN1_STRING_free()435 if (a && a->data && !(a->flags & ASN1_STRING_FLAG_NDEF)) in ASN1_STRING_clear_free()
644 && (strtmp->flags & ASN1_STRING_FLAG_NDEF)) { in asn1_ex_i2c()
224 # define ASN1_STRING_FLAG_NDEF 0x010 macro
71 (*pos)->flags |= ASN1_STRING_FLAG_NDEF; in CMS_stream()
642 os->flags |= ASN1_STRING_FLAG_NDEF; in PKCS7_stream()
887 if (!(os->flags & ASN1_STRING_FLAG_NDEF)) { in PKCS7_dataFinal()