Searched refs:thisclass (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | extra.c | 53 Der_class thisclass; 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 | 600 Der_class thisclass; 604 e = der_get_tag (p, len, &thisclass, type, &thistag, &l); 606 if (class != thisclass) 561 Der_class thisclass; der_match_tag2() local
|