Searched refs:dertype (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dgen_decode.c212 const char *forwstr, const char *tmpstr, const char *dertype,
272 if (dertype) {
275 dertype);
281 if (dertype)
211 decode_type(const char *name, const Type *t, int optional, const char *forwstr, const char *tmpstr, const char *dertype, unsigned int depth) argument
H A Dtemplate.c205 Der_type dertype; local
213 &dertype, A1_TAG_TAG(t->tt),
228 if (dertype != A1_TAG_TYPE(t->tt) && (flags & A1_PF_ALLOW_BER)) {
277 &dertype, UT_EndOfContent,
281 if (dertype != PRIM)

Completed in 131 milliseconds