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

  /external/boringssl/src/crypto/asn1/
tasn_new.c 328 int utype; local
341 utype = -1;
343 utype = it->utype;
344 switch(utype)
368 str = ASN1_STRING_type_new(utype);
381 int utype; local
392 utype = -1;
394 utype = it->utype;
    [all...]
tasn_fre.c 204 int utype; local
219 utype = typ->type;
226 utype = -1;
232 utype = it->utype;
233 if ((utype != V_ASN1_BOOLEAN) && !*pval)
237 switch(utype)
tasn_dec.c 223 if (!(ASN1_tag2bit(otag) & it->utype))
250 exptag = it->utype;
291 | it->utype);
771 int ret = 0, utype; variable
786 utype = tag;
790 utype = it->utype;
792 if (utype == V_ASN1_ANY)
807 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL,
815 utype = V_ASN1_OTHER
    [all...]
tasn_enc.c 512 int utype; local
516 utype = it->utype;
522 len = asn1_ex_i2c(pval, NULL, &utype, it);
528 * utype.
530 if ((utype == V_ASN1_SEQUENCE) || (utype == V_ASN1_SET) ||
531 (utype == V_ASN1_OTHER))
548 if (tag == -1) tag = utype;
555 asn1_ex_i2c(pval, *out, &utype, it)
575 int utype; local
    [all...]
x_bignum.c 75 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 539 long utype; local
551 utype = str->type & ~V_ASN1_NEG;
553 utype = it->utype;
554 if (utype == V_ASN1_ANY)
557 utype = atype->type;
563 pname = ASN1_tag2str(utype);
568 pname = ASN1_tag2str(utype);
573 if (utype == V_ASN1_NULL)
588 switch (utype)
    [all...]
x_long.c 76 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
146 int utype, char *free_cont, const ASN1_ITEM *it)
tasn_utl.c 77 int *sel = offset2ptr(*pval, it->utype);
85 sel = offset2ptr(*pval, it->utype);
  /external/boringssl/src/crypto/x509/
asn1_gen.c 119 int utype; member in struct:__anon6709
130 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf);
131 static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype);
170 if ((asn1_tags.utype == V_ASN1_SEQUENCE) || (asn1_tags.utype == V_ASN1_SET))
177 ret = asn1_multi(asn1_tags.utype, asn1_tags.str, cnf);
180 ret = asn1_str2type(asn1_tags.str, asn1_tags.format, asn1_tags.utype);
292 int utype; local
313 utype = asn1_str2tag(elem, len);
315 if (utype == -1
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
readertest.cpp 496 // Therefore, utype is added for declaring unsigned array, and then cast it to Encoding::Ch.
498 #define TEST_STRINGARRAY(Encoding, utype, array, x) \
500 static const utype ue[] = array; \
505 #define TEST_STRINGARRAY2(Encoding, utype, earray, xarray) \
507 static const utype ue[] = earray; \
508 static const utype xe[] = xarray; \
604 #define TEST_STRINGENCODING_ERROR(Encoding, TargetEncoding, utype, array) \
606 static const utype ue[] = array; \
    [all...]
  /external/boringssl/src/include/openssl/
asn1t.h 516 long utype; /* underlying type */ member in struct:ASN1_ITEM_st
560 * structure. In this case the 'utype' field
617 typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
886 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
lexical_cast.hpp 1650 typedef BOOST_DEDUCED_TYPENAME make_unsigned<Type>::type utype; typedef
    [all...]
  /external/opencv3/modules/core/src/
arithm.cpp 5567 int stype = _src.type(), ltype = _lowerb.type(), utype = _upperb.type(); local
    [all...]

Completed in 323 milliseconds