Home
last modified time | relevance | path

Searched refs:thistype (Results 1 – 3 of 3) sorted by relevance

/minix/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dextra.c56 Der_type thistype; in decode_heim_any() local
62 e = der_get_tag (p, len, &thisclass, &thistype, &thistag, &l); in decode_heim_any()
H A Dder_get.c548 Der_type thistype; in der_match_tag() local
551 e = der_match_tag2(p, len, class, &thistype, tag, size); in der_match_tag()
553 if (thistype != type) return ASN1_BAD_ID; in der_match_tag()
/minix/external/bsd/bind/dist/lib/dns/
H A Dspnego.c929 Der_type thistype; in der_match_tag() local
933 e = der_get_tag(p, len, &thisclass, &thistype, &thistag, &l); in der_match_tag()
936 if (class != thisclass || type != thistype) in der_match_tag()