Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dderparse.h45 #define CONSTRUCTED 0x20 /* 1 = constructed */ macro
81 #define SEQ_ELM(n) (IDENTIFIER_CONTEXT_SPECIFIC | CONSTRUCTED | ((n)&TAG_MASK))
98 #define SPNEGO_NEGINIT_APP_CONSTRUCT ( IDENTIFIER_APPLICATION | CONSTRUCTED ) // 0x60
101 #define SPNEGO_CONSTRUCTED_SEQUENCE ( SEQUENCE | CONSTRUCTED )
104 #define SPNEGO_MECHLIST_TYPE ( SEQUENCE | CONSTRUCTED | OID )
111 #define SPNEGO_NEGINIT_TOKEN_IDENTIFIER ( IDENTIFIER_CONTEXT_SPECIFIC | CONSTRUCTED | \
134 #define SPNEGO_NEGTARG_TOKEN_IDENTIFIER ( IDENTIFIER_CONTEXT_SPECIFIC | CONSTRUCTED | \
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_make.c33 return asn1_make_tag(buf,asn1class,CONSTRUCTED,tagnum,in_len,retlen); in asn1_make_etag()
127 retval = asn1_make_id(buf,UNIVERSAL,CONSTRUCTED,ASN1_SEQUENCE,&len); in asn1_make_sequence()
143 retval = asn1_make_id(buf,UNIVERSAL,CONSTRUCTED,ASN1_SET,&len); in asn1_make_set()
H A Dasn1_get.c97 if (t->indef && t->construction != CONSTRUCTED) in asn1_get_tag_2()
110 if (t.asn1class != UNIVERSAL || t.construction != CONSTRUCTED || in asn1_get_sequence()
H A Dkrbasn1.h33 typedef enum { PRIMITIVE = 0x00, CONSTRUCTED = 0x20 } asn1_construction; enumerator
H A Dkrb5_decode.c72 if (t1.asn1class != APPLICATION || t1.construction != CONSTRUCTED) \
140 if(asn1class != CONTEXT_SPECIFIC || construction != CONSTRUCTED)\
147 if (asn1class != CONTEXT_SPECIFIC || construction != CONSTRUCTED) \
165 if(asn1class != CONTEXT_SPECIFIC || construction != CONSTRUCTED)\
172 if (asn1class != CONTEXT_SPECIFIC || construction != CONSTRUCTED) \
340 if (t4.asn1class != APPLICATION || t4.construction != CONSTRUCTED) clean_return(ASN1_BAD_ID); in decode_krb5_enc_kdc_rep_part()
H A Dasn1_k_decode.c86 if (t1.asn1class != APPLICATION || t1.construction != CONSTRUCTED || \
120 if ((asn1class != CONTEXT_SPECIFIC || construction != CONSTRUCTED) \
135 if ((asn1class != CONTEXT_SPECIFIC || construction != CONSTRUCTED) \
156 if ((asn1class != CONTEXT_SPECIFIC || construction != CONSTRUCTED) \
1039 if (asn1class != CONTEXT_SPECIFIC || construction != CONSTRUCTED) in asn1_decode_sam_challenge_2()
1478 if ((asn1class != CONTEXT_SPECIFIC || construction != CONSTRUCTED) in asn1_decode_auth_pack()
1511 if ((asn1class != CONTEXT_SPECIFIC || construction != CONSTRUCTED) in asn1_decode_auth_pack_draft9()