Home
last modified time | relevance | path

Searched defs:utype (Results 1 – 10 of 10) sorted by relevance

/external/boringssl/src/crypto/asn1/
Dtasn_new.c328 int utype; in ASN1_primitive_new() local
381 int utype; in asn1_primitive_clear() local
Dx_bignum.c127 int utype, char *free_cont, const ASN1_ITEM *it) in bn_c2i()
Dtasn_fre.c204 int utype; in ASN1_primitive_free() local
Dx_long.c146 int utype, char *free_cont, const ASN1_ITEM *it) in long_c2i()
Dtasn_enc.c512 int utype; in asn1_i2d_ex_primitive() local
575 int utype; in asn1_ex_i2c() local
Dtasn_dec.c771 int ret = 0, utype; in asn1_d2i_ex_primitive() local
924 int utype, char *free_cont, const ASN1_ITEM *it) in asn1_ex_c2i()
Dtasn_prn.c539 long utype; in asn1_primitive_print() local
/external/boringssl/src/crypto/x509/
Dasn1_gen.c119 int utype; member
292 int utype; in asn1_cb() local
467 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf) in asn1_multi()
648 static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype) in asn1_str2type()
/external/boringssl/src/include/openssl/
Dasn1t.h516 long utype; /* underlying type */ member
/external/opencv3/modules/core/src/
Darithm.cpp5567 int stype = _src.type(), ltype = _lowerb.type(), utype = _upperb.type(); in ocl_inRange() local