Home
last modified time | relevance | path

Searched refs:thistag (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/heimdal/lib/asn1/
H A Dextra.c55 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 Dder_get.c601 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