Searched refs:thistag (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | extra.c | 55 unsigned int thistag; in decode_heim_any() local 60 e = der_get_tag (p, len, &thisclass, &thistype, &thistag, &l); in decode_heim_any()
|
H A D | der_get.c | 601 unsigned int thistag; 604 e = der_get_tag (p, len, &thisclass, type, &thistag, &l); 608 if(tag > thistag) 610 if(tag < thistag) 562 unsigned int thistag; der_match_tag2() local
|