Searched refs:ASN1_C_UNIV (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | asn1parse.y | 352 $$ = new_tag(ASN1_C_UNIV, UT_Boolean, 396 $$ = new_tag(ASN1_C_UNIV, UT_Integer, 403 $$ = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, $$); 409 $$ = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, $$); 445 $$ = new_tag(ASN1_C_UNIV, UT_Enumerated, TE_EXPLICIT, $$); 457 $$ = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, $$); 463 $$ = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, $$); 469 $$ = new_tag(ASN1_C_UNIV, UT_OID, 477 $$ = new_tag(ASN1_C_UNIV, UT_OctetString, 484 $$ = new_tag(ASN1_C_UNIV, UT_Nul [all...] |
H A D | gen_decode.c | 65 *cl = ASN1_C_UNIV; in find_tag() 70 *cl = ASN1_C_UNIV; in find_tag() 77 *cl = ASN1_C_UNIV; in find_tag() 82 *cl = ASN1_C_UNIV; in find_tag() 87 *cl = ASN1_C_UNIV; in find_tag() 92 *cl = ASN1_C_UNIV; in find_tag() 97 *cl = ASN1_C_UNIV; in find_tag() 102 *cl = ASN1_C_UNIV; in find_tag() 107 *cl = ASN1_C_UNIV; in find_tag() 112 *cl = ASN1_C_UNIV; in find_tag() [all...] |
H A D | asn1parse.c | 1855 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Boolean, 1909 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer, 1919 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, (yyval.type)); 1928 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, (yyval.type)); 1973 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Enumerated, TE_EXPLICIT, (yyval.type)); 1983 (yyval.type) = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, (yyval.type)); 1992 (yyval.type) = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, (yyval.type)); 1999 (yyval.type) = new_tag(ASN1_C_UNIV, UT_OID, 2009 (yyval.type) = new_tag(ASN1_C_UNIV, UT_OctetString, 2017 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Nul [all...] |
H A D | asn1_print.c | 81 if (class == ASN1_C_UNIV && tagname != NULL) in loop() 94 if ((class == ASN1_C_UNIV && type == PRIM && tag == UT_OctetString) || in loop() 96 (class == ASN1_C_UNIV && type == CONS && tag == UT_Sequence) || in loop() 97 (class == ASN1_C_UNIV && type == CONS && tag == UT_Set)) { in loop() 123 } else if (class == ASN1_C_UNIV) { in loop()
|
H A D | der.h | 40 ASN1_C_UNIV = 0, enumerator
|
H A D | gen_encode.c | 51 const char *cn[] = { "ASN1_C_UNIV", "ASN1_C_APPL", in classname() 53 if(class < ASN1_C_UNIV || class > ASN1_C_PRIVATE) in classname() 98 if(class == ASN1_C_UNIV) { in valuename()
|
H A D | der_get.c | 326 if (class != ASN1_C_UNIV) { in der_get_octet_string_ber()
|
H A D | gen.c | 639 if(t->tag.tagclass != ASN1_C_UNIV) in define_asn1()
|
H A D | template.c | 278 ret = der_match_tag_and_length(p, len, ASN1_C_UNIV, in _asn1_decode()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | pkinit.c | 1223 ASN1_C_UNIV, CONS, UT_Sequence, &l); in pk_rd_pa_reply_enckey()
|