Searched refs:CONSTRUCTED (Results 1 – 8 of 8) sorted by relevance
| /freebsd/crypto/krb5/src/lib/krb5/asn.1/ |
| H A D | krbasn1.h | 15 typedef enum { PRIMITIVE = 0x00, CONSTRUCTED = 0x20 } asn1_construction; enumerator
|
| H A D | asn1_encode.h | 437 DEFTAGGEDTYPE(DESCNAME, APPLICATION, CONSTRUCTED, TAG, 0, BASEDESC) 440 DEFTAGGEDTYPE(DESCNAME, CONTEXT_SPECIFIC, CONSTRUCTED, TAG, 0, BASEDESC) 442 DEFTAGGEDTYPE(DESCNAME, CONTEXT_SPECIFIC, CONSTRUCTED, TAG, 1, BASEDESC)
|
| H A D | asn1_encode.c | 666 tag_out->construction = CONSTRUCTED; in encode_atype() 707 tag_out->construction = CONSTRUCTED; in encode_atype() 811 tag_out->construction = CONSTRUCTED; in encode_cntype() 1052 return (t->asn1class == UNIVERSAL && t->construction == CONSTRUCTED && in check_atype_tag() 1077 t->construction == CONSTRUCTED && in check_atype_tag()
|
| H A D | asn1_k_encode.c | 540 return (t->asn1class == UNIVERSAL && t->construction == CONSTRUCTED && in check_kdc_req_body() 1019 DEFTAGGEDTYPE(pa_fx_fast_request, CONTEXT_SPECIFIC, CONSTRUCTED, 0, 0, 1067 DEFTAGGEDTYPE(pa_fx_fast_reply, CONTEXT_SPECIFIC, CONSTRUCTED, 0, 0,
|
| H A D | README.asn1 | 337 PRIVATE, "construction" is one of PRIMITIVE or CONSTRUCTED, "tag" is
|
| /freebsd/contrib/libder/libder/ |
| H A D | libder_write.c | 128 if (DER_NORMALIZING(ctx, CONSTRUCTED) && !libder_obj_coalesce_children(obj, ctx)) in libder_write_object()
|
| H A D | libder_obj.c | 1110 if (DER_NORMALIZING(ctx, CONSTRUCTED) && !libder_obj_coalesce_children(obj, ctx)) in libder_obj_normalize()
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-snmp.c | 251 #define CONSTRUCTED 1 macro 632 case CONSTRUCTED: in asn1_parse()
|