Home
last modified time | relevance | path

Searched refs:dtype (Results 1 – 8 of 8) sorted by relevance

/external/openssl/crypto/rsa/
Drsa_sign.c145 int RSA_verify(int dtype, const unsigned char *m, unsigned int m_len, in RSA_verify() argument
160 return rsa->meth->rsa_verify(dtype, m, m_len, in RSA_verify()
170 if((dtype == NID_md5_sha1) && (m_len != SSL_SIG_LENGTH) ) { in RSA_verify()
179 if(dtype == NID_md5_sha1) { in RSA_verify()
211 OBJ_nid2ln(dtype)); in RSA_verify()
213 if (sigtype != dtype) in RSA_verify()
215 if (((dtype == NID_md5) && in RSA_verify()
217 ((dtype == NID_md2) && in RSA_verify()
Drsa_saos.c104 int RSA_verify_ASN1_OCTET_STRING(int dtype, in RSA_verify_ASN1_OCTET_STRING() argument
Drsa.h118 int (*rsa_verify)(int dtype,
/external/clearsilver/util/
Dneo_hdf.c1142 static NEOERR* hdf_dump_cb(HDF *hdf, const char *prefix, int dtype, int lvl, in hdf_dump_cb() argument
1151 if (dtype == DUMP_TYPE_PRETTY) in hdf_dump_cb()
1167 if (prefix && (dtype == DUMP_TYPE_DOTTED)) in hdf_dump_cb()
1229 if (prefix && (dtype == DUMP_TYPE_DOTTED)) in hdf_dump_cb()
1233 err = hdf_dump_cb (hdf, p, dtype, lvl+1, rock, dump_cbf); in hdf_dump_cb()
1238 if (hdf->name && (dtype != DUMP_TYPE_DOTTED)) in hdf_dump_cb()
1242 err = hdf_dump_cb (hdf, hdf->name, dtype, lvl+1, rock, dump_cbf); in hdf_dump_cb()
1248 err = hdf_dump_cb (hdf, hdf->name, dtype, lvl+1, rock, dump_cbf); in hdf_dump_cb()
1258 NEOERR* hdf_dump_str (HDF *hdf, const char *prefix, int dtype, STRING *str) in hdf_dump_str() argument
1260 return nerr_pass(hdf_dump_cb(hdf, prefix, dtype, 0, str, _string_dump_cb)); in hdf_dump_str()
/external/icu4c/i18n/
Dvtzone.cpp806 DateTimeRule::DateRuleType dtype; in toWallTimeRule() local
819 dtype = rule->getDateRuleType(); in toWallTimeRule()
822 if (dtype == DateTimeRule::DOW) { in toWallTimeRule()
826 dtype = DateTimeRule::DOW_GEQ_DOM; in toWallTimeRule()
829 dtype = DateTimeRule::DOW_LEQ_DOM; in toWallTimeRule()
844 if (dtype != DateTimeRule::DOM) { in toWallTimeRule()
856 if (dtype == DateTimeRule::DOM) { in toWallTimeRule()
860 (dtype == DateTimeRule::DOW_GEQ_DOM), wallt, DateTimeRule::WALL_TIME); in toWallTimeRule()
/external/openssl/include/openssl/
Drsa.h118 int (*rsa_verify)(int dtype,
/external/bison/doc/
Dbison.texinfo3233 double dtype;
3240 rule as an integer, or @code{$<dtype>1} to refer to it as a double.
8703 @c LocalWords: ptypes itype YYPRINT trigraphs yytname expseq vindex dtype
Dbison.info3217 double dtype;
3221 rule as an integer, or `$<dtype>1' to refer to it as a double.