HomeSort by relevance Sort by last modified time
    Searched refs:utype (Results 1 - 14 of 14) sorted by null

  /external/openssl/crypto/asn1/
tasn_new.c 329 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...]
tasn_fre.c 206 int utype; local
221 utype = typ->type;
228 utype = -1;
234 utype = it->utype;
235 if ((utype != V_ASN1_BOOLEAN) && !*pval)
239 switch(utype)
asn1_gen.c 109 int utype; member in struct:__anon12485
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 == -1
    [all...]
tasn_enc.c 508 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, it)
571 int utype; local
    [all...]
tasn_dec.c 224 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 = V_ASN1_OTHER
    [all...]
x_bignum.c 76 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)
tasn_prn.c 524 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...]
x_long.c 73 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)
tasn_utl.c 78 int *sel = offset2ptr(*pval, it->utype);
89 sel = offset2ptr(*pval, it->utype);
asn1t.h 570 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/
NeonEmitter.cpp 982 std::string utype = "U" + typestr.str(); local
984 abd = "(" + TypeString('d', utype) + ")" + abd;
985 s += Extend(utype, abd) + ";";
999 std::string utype = "U" + typestr.str(); local
1001 abd = "(" + TypeString('d', utype) + ")" + abd;
1002 s += Extend(utype, abd) + ";";
    [all...]
  /external/kernel-headers/original/linux/
hid.h 564 #define HID_USAGE_ID(uhid, utype, ucode) \
565 .usage_hid = (uhid), .usage_type = (utype), .usage_code = (ucode)
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxevents.c 317 switch (event.update.utype) {
  /external/openssl/include/openssl/
asn1t.h 570 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);

Completed in 606 milliseconds