Searched refs:ASN1_STRING_FLAG_EMBED (Results 1 – 4 of 4) sorted by relevance
259 dst->flags &= ASN1_STRING_FLAG_EMBED; in ASN1_STRING_copy()260 dst->flags |= str->flags & ~ASN1_STRING_FLAG_EMBED; in ASN1_STRING_copy()373 ossl_asn1_string_embed_free(a, a->flags & ASN1_STRING_FLAG_EMBED); in ASN1_STRING_free()
315 str->flags = ASN1_STRING_FLAG_EMBED; in asn1_primitive_new()
179 # define ASN1_STRING_FLAG_EMBED 0x080 macro
156 # define ASN1_STRING_FLAG_EMBED 0x080 macro