Searched defs:utype (Results 1 – 10 of 10) sorted by relevance
/external/boringssl/src/crypto/asn1/ |
D | tasn_new.c | 328 int utype; in ASN1_primitive_new() local 381 int utype; in asn1_primitive_clear() local
|
D | x_bignum.c | 127 int utype, char *free_cont, const ASN1_ITEM *it) in bn_c2i()
|
D | tasn_fre.c | 204 int utype; in ASN1_primitive_free() local
|
D | x_long.c | 146 int utype, char *free_cont, const ASN1_ITEM *it) in long_c2i()
|
D | tasn_enc.c | 512 int utype; in asn1_i2d_ex_primitive() local 575 int utype; in asn1_ex_i2c() local
|
D | tasn_dec.c | 771 int ret = 0, utype; in asn1_d2i_ex_primitive() local 924 int utype, char *free_cont, const ASN1_ITEM *it) in asn1_ex_c2i()
|
D | tasn_prn.c | 539 long utype; in asn1_primitive_print() local
|
/external/boringssl/src/crypto/x509/ |
D | asn1_gen.c | 119 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/ |
D | asn1t.h | 516 long utype; /* underlying type */ member
|
/external/opencv3/modules/core/src/ |
D | arithm.cpp | 5567 int stype = _src.type(), ltype = _lowerb.type(), utype = _upperb.type(); in ocl_inRange() local
|