Searched refs:dtype (Results 1 - 24 of 24) sorted by relevance

/external/openssl/crypto/rsa/
H A Drsa_locl.h1 extern int int_rsa_verify(int dtype, const unsigned char *m, unsigned int m_len,
H A Drsa_sign.c154 int int_rsa_verify(int dtype, const unsigned char *m, argument
179 if((dtype == NID_md5_sha1) && rm)
195 if((dtype == NID_md5_sha1) && (m_len != SSL_SIG_LENGTH) ) {
205 if (dtype == NID_mdc2 && i == 18 && s[0] == 0x04 && s[1] == 0x10)
220 if(dtype == NID_md5_sha1) {
252 OBJ_nid2ln(dtype));
254 if (sigtype != dtype)
256 if (((dtype == NID_md5) &&
258 ((dtype == NID_md2) &&
276 md = EVP_get_digestbynid(dtype);
306 RSA_verify(int dtype, const unsigned char *m, unsigned int m_len, const unsigned char *sigbuf, unsigned int siglen, RSA *rsa) argument
[all...]
H A Drsa_saos.c104 int RSA_verify_ASN1_OCTET_STRING(int dtype, argument
H A Drsa.h118 int (*rsa_verify)(int dtype,
/external/skia/tests/
H A DPremulAlphaRoundTripTest.cpp52 for (int dtype = 0; dtype < 2; ++dtype) {
53 if (0 == dtype) {
H A DReadPixelsTest.cpp305 for (int dtype = 0; dtype < 2; ++dtype) {
307 if (0 == dtype) {
/external/chromium/base/win/
H A Dregistry.h64 DWORD* dtype) const;
70 DWORD dtype);
H A Dregistry.cc145 DWORD* dtype) const {
147 LONG result = RegQueryValueEx(key_, name, 0, dtype,
219 DWORD dsize, DWORD dtype) {
223 LONG result = RegSetValueEx(key_, name, 0, dtype,
218 WriteValue(const wchar_t* name, const void * data, DWORD dsize, DWORD dtype) argument
/external/ceres-solver/internal/ceres/
H A Dsuitesparse.cc53 triplet.dtype = CHOLMOD_DOUBLE;
75 triplet.dtype = CHOLMOD_DOUBLE;
94 m->dtype = CHOLMOD_DOUBLE;
179 block_matrix.dtype = CHOLMOD_DOUBLE;
/external/eigen/Eigen/src/CholmodSupport/
H A DCholmodSupport.h23 mat.dtype = CHOLMOD_SINGLE;
28 mat.dtype = CHOLMOD_DOUBLE;
33 mat.dtype = CHOLMOD_SINGLE;
38 mat.dtype = CHOLMOD_DOUBLE;
73 res.dtype = 0;
/external/v8/tools/
H A Dgen-postmortem-metadata.py344 dtype = args[2];
348 'name': 'class_%s__%s__%s' % (klass, field, dtype),
/external/opencv/cv/src/
H A Dcvundistort.cpp386 int stype, dtype; local
429 dtype = CV_MAT_TYPE(_dst->type);
431 dstep = _dst->rows == 1 ? 1 : _dst->step/CV_ELEM_SIZE(dtype);
476 if( dtype == CV_32FC2 )
H A Dcvcalibration.cpp2628 int stype = CV_MAT_TYPE(src->type), dtype = CV_MAT_TYPE(dst->type);
2635 (CV_MAT_TYPE(dtype) == CV_16SC3 || CV_MAT_TYPE(dtype) == CV_32FC3) );
2653 if( dtype != CV_32FC3 )
2669 if( dtype == CV_16SC3 )
/external/icu4c/i18n/
H A Dvtzone.cpp815 DateTimeRule::DateRuleType dtype; local
828 dtype = rule->getDateRuleType();
831 if (dtype == DateTimeRule::DOW) {
835 dtype = DateTimeRule::DOW_GEQ_DOM;
838 dtype = DateTimeRule::DOW_LEQ_DOM;
853 if (dtype != DateTimeRule::DOM) {
865 if (dtype == DateTimeRule::DOM) {
869 (dtype == DateTimeRule::DOW_GEQ_DOM), wallt, DateTimeRule::WALL_TIME);
/external/opencv/cxcore/src/
H A Dcxmatmul.cpp3125 int stype, dtype;
3154 dtype = CV_MAT_TYPE( dst->type );
3163 if( src->data.ptr == dst->data.ptr || (stype == dtype &&
3179 stype == CV_8U && dtype == CV_32F ?
3182 stype == CV_8U && dtype == CV_64F ?
3185 stype == CV_16U && dtype == CV_32F ?
3188 stype == CV_16U && dtype == CV_64F ?
3191 stype == CV_16S && dtype == CV_32F ?
3194 stype == CV_16S && dtype == CV_64F ?
3197 stype == CV_32F && dtype
[all...]
/external/kernel-headers/original/asm-mips/
H A Dsgiarcs.h179 enum linux_devtypes dtype; member in struct:linux_finfo
/external/openssl/include/openssl/
H A Drsa.h118 int (*rsa_verify)(int dtype,
/external/javassist/src/main/javassist/compiler/
H A DCodeGen.java1416 int dtype = typePrecedence(destType);
1418 op = castOp[stype * 4 + dtype];
/external/quake/quake/src/QW/progs/
H A Dweapons.qc5 void(entity bomb, entity attacker, float rad, entity ignore, string dtype) T_RadiusDamage;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/valgrind/main/perf/
H A Dtinycc.c13972 CType dtype;
13993 dtype = *type;
13994 dtype.t &= ~VT_CONSTANT; /* need to do that to avoid false warning */
13999 gen_assign_cast(&dtype);
14045 vset(&dtype, VT_LOCAL, c);
13970 CType dtype; local
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 623 milliseconds