Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/asn1/
H A Dasn1_lib.c259 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()
H A Dtasn_new.c315 str->flags = ASN1_STRING_FLAG_EMBED; in asn1_primitive_new()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h179 # define ASN1_STRING_FLAG_EMBED 0x080 macro
H A Dasn1.h.in156 # define ASN1_STRING_FLAG_EMBED 0x080 macro