Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/asn1/
HDasn1_lib.c428 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()
HDtasn_enc.c644 && (strtmp->flags & ASN1_STRING_FLAG_NDEF)) { in asn1_ex_i2c()
HDasn1.h224 # define ASN1_STRING_FLAG_NDEF 0x010 macro
/NextBSD/crypto/openssl/crypto/cms/
HDcms_io.c71 (*pos)->flags |= ASN1_STRING_FLAG_NDEF; in CMS_stream()
/NextBSD/crypto/openssl/crypto/pkcs7/
HDpk7_lib.c642 os->flags |= ASN1_STRING_FLAG_NDEF; in PKCS7_stream()
HDpk7_doit.c887 if (!(os->flags & ASN1_STRING_FLAG_NDEF)) { in PKCS7_dataFinal()