Searched refs:exptag (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Ddh_kdf.c66 static int skip_asn1(unsigned char **pp, long *plen, int exptag) argument
74 if (tag != exptag || xclass != V_ASN1_UNIVERSAL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Ddh_kdf.c66 static int skip_asn1(unsigned char **pp, long *plen, int exptag) argument
74 if (tag != exptag || xclass != V_ASN1_UNIVERSAL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dtasn_dec.c79 int exptag, int expclass, char opt, ASN1_TLC *ctx);
252 int exptag; local
255 exptag = it->utype;
257 exptag = tag;
263 &p, len, exptag, aclass, 1, ctx);
1148 int exptag, int expclass, char opt, ASN1_TLC *ctx)
1189 if (exptag >= 0) {
1190 if ((exptag != ptag) || (expclass != pclass)) {
1145 asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, char *inf, char *cst, const unsigned char **in, long len, int exptag, int expclass, char opt, ASN1_TLC *ctx) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dtasn_dec.c79 int exptag, int expclass, char opt,
247 int exptag; local
250 exptag = it->utype;
251 else exptag = tag;
256 &p, len, exptag, aclass, 1, ctx);
1237 int exptag, int expclass, char opt,
1285 if (exptag >= 0)
1287 if ((exptag != ptag) || (expclass != pclass))
1234 asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, char *inf, char *cst, const unsigned char **in, long len, int exptag, int expclass, char opt, ASN1_TLC *ctx) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dtasn_dec.c79 int exptag, int expclass, char opt, ASN1_TLC *ctx);
252 int exptag; local
255 exptag = it->utype;
257 exptag = tag;
263 &p, len, exptag, aclass, 1, ctx);
1148 int exptag, int expclass, char opt, ASN1_TLC *ctx)
1189 if (exptag >= 0) {
1190 if ((exptag != ptag) || (expclass != pclass)) {
1145 asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, char *inf, char *cst, const unsigned char **in, long len, int exptag, int expclass, char opt, ASN1_TLC *ctx) argument

Completed in 87 milliseconds