Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/asn1/
Dextra.c55 Der_class thisclass; in decode_heim_any() local
62 e = der_get_tag (p, len, &thisclass, &thistype, &thistag, &l); in decode_heim_any()
Dder_get.c670 Der_class thisclass; in der_match_tag2() local
674 e = der_get_tag (p, len, &thisclass, type, &thistag, &l); in der_match_tag2()
676 if (cls != thisclass) in der_match_tag2()