Searched defs:utype (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dx_bignum.c76 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
127 int utype, char *free_cont, const ASN1_ITEM *it)
126 bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
H A Dtasn_fre.c206 int utype; local
221 utype = typ->type;
228 utype = -1;
234 utype = it->utype;
235 if ((utype != V_ASN1_BOOLEAN) && !*pval)
239 switch(utype)
H A Dtasn_new.c329 int utype; local
339 utype = -1;
341 utype = it->utype;
342 switch(utype)
366 str = ASN1_STRING_type_new(utype);
379 int utype; local
390 utype = -1;
392 utype = it->utype;
[all...]
H A Dx_long.c73 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
143 int utype, char *free_cont, const ASN1_ITEM *it)
142 long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
H A Dtasn_prn.c524 long utype; local
536 utype = str->type & ~V_ASN1_NEG;
538 utype = it->utype;
539 if (utype == V_ASN1_ANY)
542 utype = atype->type;
548 pname = ASN1_tag2str(utype);
553 pname = ASN1_tag2str(utype);
558 if (utype == V_ASN1_NULL)
573 switch (utype)
[all...]
H A Dtasn_dec.c224 if (!(ASN1_tag2bit(otag) & it->utype))
252 exptag = it->utype;
295 | it->utype);
771 int ret = 0, utype; local
786 utype = tag;
790 utype = it->utype;
792 if (utype == V_ASN1_ANY)
809 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL,
818 utype
919 asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
[all...]
H A Dtasn_enc.c508 int utype; local
512 utype = it->utype;
518 len = asn1_ex_i2c(pval, NULL, &utype, it);
524 * utype.
526 if ((utype == V_ASN1_SEQUENCE) || (utype == V_ASN1_SET) ||
527 (utype == V_ASN1_OTHER))
544 if (tag == -1) tag = utype;
551 asn1_ex_i2c(pval, *out, &utype, i
571 int utype; local
[all...]
H A Dasn1_gen.c109 int utype; member in struct:__anon13845
120 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf);
121 static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype);
159 if ((asn1_tags.utype == V_ASN1_SEQUENCE) || (asn1_tags.utype == V_ASN1_SET))
166 ret = asn1_multi(asn1_tags.utype, asn1_tags.str, cnf);
169 ret = asn1_str2type(asn1_tags.str, asn1_tags.format, asn1_tags.utype);
281 int utype; local
299 utype = asn1_str2tag(elem, len);
301 if (utype
448 asn1_multi(int utype, const char *section, X509V3_CTX *cnf) argument
629 asn1_str2type(const char *str, int format, int utype) argument
[all...]
H A Dasn1t.h570 long utype; /* underlying type */ member in struct:ASN1_ITEM_st
614 * structure. In this case the 'utype' field
671 typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
941 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
/external/openssl/crypto/asn1/
H A Dx_bignum.c76 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
127 int utype, char *free_cont, const ASN1_ITEM *it)
126 bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
H A Dtasn_fre.c206 int utype; local
221 utype = typ->type;
228 utype = -1;
234 utype = it->utype;
235 if ((utype != V_ASN1_BOOLEAN) && !*pval)
239 switch(utype)
H A Dtasn_new.c329 int utype; local
339 utype = -1;
341 utype = it->utype;
342 switch(utype)
366 str = ASN1_STRING_type_new(utype);
379 int utype; local
390 utype = -1;
392 utype = it->utype;
[all...]
H A Dx_long.c73 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
143 int utype, char *free_cont, const ASN1_ITEM *it)
142 long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
H A Dtasn_prn.c524 long utype; local
536 utype = str->type & ~V_ASN1_NEG;
538 utype = it->utype;
539 if (utype == V_ASN1_ANY)
542 utype = atype->type;
548 pname = ASN1_tag2str(utype);
553 pname = ASN1_tag2str(utype);
558 if (utype == V_ASN1_NULL)
573 switch (utype)
[all...]
H A Dtasn_dec.c224 if (!(ASN1_tag2bit(otag) & it->utype))
252 exptag = it->utype;
295 | it->utype);
771 int ret = 0, utype; local
786 utype = tag;
790 utype = it->utype;
792 if (utype == V_ASN1_ANY)
809 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL,
818 utype
919 asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
[all...]
H A Dtasn_enc.c508 int utype; local
512 utype = it->utype;
518 len = asn1_ex_i2c(pval, NULL, &utype, it);
524 * utype.
526 if ((utype == V_ASN1_SEQUENCE) || (utype == V_ASN1_SET) ||
527 (utype == V_ASN1_OTHER))
544 if (tag == -1) tag = utype;
551 asn1_ex_i2c(pval, *out, &utype, i
571 int utype; local
[all...]
H A Dasn1_gen.c109 int utype; member in struct:__anon24439
120 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf);
121 static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype);
159 if ((asn1_tags.utype == V_ASN1_SEQUENCE) || (asn1_tags.utype == V_ASN1_SET))
166 ret = asn1_multi(asn1_tags.utype, asn1_tags.str, cnf);
169 ret = asn1_str2type(asn1_tags.str, asn1_tags.format, asn1_tags.utype);
281 int utype; local
299 utype = asn1_str2tag(elem, len);
301 if (utype
448 asn1_multi(int utype, const char *section, X509V3_CTX *cnf) argument
629 asn1_str2type(const char *str, int format, int utype) argument
[all...]
H A Dasn1t.h570 long utype; /* underlying type */ member in struct:ASN1_ITEM_st
614 * structure. In this case the 'utype' field
671 typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
941 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dasn1t.h570 long utype; /* underlying type */ member in struct:ASN1_ITEM_st
614 * structure. In this case the 'utype' field
671 typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
941 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
/external/openssl/include/openssl/
H A Dasn1t.h570 long utype; /* underlying type */ member in struct:ASN1_ITEM_st
614 * structure. In this case the 'utype' field
671 typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
941 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp1504 std::string utype = "U" + typestr.str(); local
1506 abd = "(" + TypeString('d', utype) + ")" + abd;
1507 s += Extend(utype, abd) + ";";
1521 std::string utype = "U" + typestr.str(); local
1523 abd = "(" + TypeString('d', utype) + ")" + abd;
1524 s += Extend(utype, abd) + ";";

Completed in 280 milliseconds