Home
last modified time | relevance | path

Searched refs:TE_IMPLICIT (Results 1 – 4 of 4) sorted by relevance

/trueos/crypto/heimdal/lib/asn1/
HDsymbol.h108 enum { TE_IMPLICIT, TE_EXPLICIT } tagenv; enumerator
HDasn1parse.y639 if($3->type == TTag && $2 == TE_IMPLICIT) {
683 $$ = TE_IMPLICIT;
956 if(oldtype->type == TTag && oldtype->tag.tagenv == TE_IMPLICIT) { in new_tag()
HDasn1parse.c2187 if((yyvsp[(3) - (3)].type)->type == TTag && (yyvsp[(2) - (3)].constant) == TE_IMPLICIT) {
2249 (yyval.constant) = TE_IMPLICIT;
2779 if(oldtype->type == TTag && oldtype->tag.tagenv == TE_IMPLICIT) { in new_tag()
HDgen.c643 if(t->tag.tagenv == TE_IMPLICIT) in define_asn1()