Home
last modified time | relevance | path

Searched refs:ASN1_STRING_FLAG_EMBED (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/asn1/
Dasn1_lib.c251 dst->flags &= ASN1_STRING_FLAG_EMBED; in ASN1_STRING_copy()
252 dst->flags |= str->flags & ~ASN1_STRING_FLAG_EMBED; in ASN1_STRING_copy()
364 asn1_string_embed_free(a, a->flags & ASN1_STRING_FLAG_EMBED); in ASN1_STRING_free()
Dtasn_new.c316 str->flags = ASN1_STRING_FLAG_EMBED; in asn1_primitive_new()
/third_party/openssl/include/openssl/
Dasn1.h142 # define ASN1_STRING_FLAG_EMBED 0x080 macro