Searched refs:PRIMITIVE (Results 1 – 8 of 8) sorted by relevance
| /src/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.c | 729 tag_out->construction = PRIMITIVE; in encode_atype() 735 tag_out->construction = PRIMITIVE; in encode_atype() 741 tag_out->construction = PRIMITIVE; in encode_atype() 748 tag_out->construction = PRIMITIVE; in encode_atype() 796 tag_out->construction = PRIMITIVE; in encode_cntype() 1072 t->construction == PRIMITIVE && in check_atype_tag() 1107 return (t->asn1class == UNIVERSAL && t->construction == PRIMITIVE && in check_atype_tag() 1112 return (t->asn1class == UNIVERSAL && t->construction == PRIMITIVE && in check_atype_tag()
|
| H A D | asn1_k_encode.c | 128 rettag->construction = PRIMITIVE; in encode_seqno() 150 return (t->asn1class == UNIVERSAL && t->construction == PRIMITIVE && in check_seqno() 163 rettag->construction = PRIMITIVE; in encode_kerberos_time() 182 return (t->asn1class == UNIVERSAL && t->construction == PRIMITIVE && in check_kerberos_time() 237 rettag->construction = PRIMITIVE; in encode_krb5_flags() 261 return (t->asn1class == UNIVERSAL && t->construction == PRIMITIVE && in check_krb5_flags() 322 rettag->construction = PRIMITIVE; in encode_lr_type() 343 return (t->asn1class == UNIVERSAL && t->construction == PRIMITIVE && in check_lr_type() 1368 DEFTAGGEDTYPE(pkinit_krb5_principal_name_wrapped, UNIVERSAL, PRIMITIVE,
|
| H A D | README.asn1 | 337 PRIVATE, "construction" is one of PRIMITIVE or CONSTRUCTED, "tag" is 510 DEFTAGGEDTYPE(descname, UNIVERSAL, PRIMITIVE, ASN1_OCTETSTRING, 0,
|
| /src/contrib/tcpdump/ |
| H A D | print-snmp.c | 249 #define PRIMITIVE 0 macro 523 case PRIMITIVE: in asn1_parse()
|
| /src/stand/ficl/ |
| H A D | ficl.h | 1093 PRIMITIVE, enumerator
|
| H A D | words.c | 4825 return PRIMITIVE; in ficlWordClassify()
|
| /src/crypto/openssl/include/openssl/ |
| H A D | asn1t.h.in | 46 * For PRIMITIVE types the underlying type
|