HomeSort by relevance Sort by last modified time
    Searched refs:meth (Results 76 - 100 of 246) sorted by null

1 2 34 5 6 7 8 910

  /external/openssl/crypto/ec/
ecp_oct.c 103 if (group->meth->field_decode == 0)
106 if (!group->meth->field_sqr(group, tmp2, x_, ctx)) goto err;
107 if (!group->meth->field_mul(group, tmp1, tmp2, x_, ctx)) goto err;
124 if (group->meth->field_decode)
126 if (!group->meth->field_decode(group, tmp2, &group->a, ctx)) goto err;
132 if (!group->meth->field_mul(group, tmp2, &group->a, x, ctx)) goto err;
139 if (group->meth->field_decode)
141 if (!group->meth->field_decode(group, tmp2, &group->b, ctx)) goto err;
ec2_oct.c 124 if (!group->meth->field_sqr(group, tmp, x, ctx)) goto err;
125 if (!group->meth->field_div(group, tmp, &group->b, tmp, ctx)) goto err;
142 if (!group->meth->field_mul(group, y, x, z, ctx)) goto err;
230 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err;
382 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err;
  /external/openssl/crypto/ecdsa/
ecdsa.h 148 * \param meth new default ECDSA_METHOD
150 void ECDSA_set_default_method(const ECDSA_METHOD *meth);
159 * \param meth new method
162 int ECDSA_set_method(EC_KEY *eckey, const ECDSA_METHOD *meth);
  /external/openssl/include/openssl/
ecdsa.h 148 * \param meth new default ECDSA_METHOD
150 void ECDSA_set_default_method(const ECDSA_METHOD *meth);
159 * \param meth new method
162 int ECDSA_set_method(EC_KEY *eckey, const ECDSA_METHOD *meth);
dh.h 153 const DH_METHOD *meth; member in struct:dh_st
186 void DH_set_default_method(const DH_METHOD *meth);
188 int DH_set_method(DH *dh, const DH_METHOD *meth);
conf.h 91 CONF *(*create)(CONF_METHOD *meth);
121 int CONF_set_default_method(CONF_METHOD *meth);
148 CONF_METHOD *meth; member in struct:conf_st
153 CONF *NCONF_new(CONF_METHOD *meth);
rand.h 95 int RAND_set_rand_method(const RAND_METHOD *meth);
  /external/openssl/crypto/dh/
dh_key.c 77 if (FIPS_mode() && !(dh->meth->flags & DH_FLAG_FIPS_METHOD)
84 return dh->meth->generate_key(dh);
90 if (FIPS_mode() && !(dh->meth->flags & DH_FLAG_FIPS_METHOD)
97 return dh->meth->compute_key(key, pub_key, dh);
187 if (!dh->meth->bn_mod_exp(dh, pub_key, dh->g, prk, dh->p, ctx, mont)) goto err;
247 if (!dh->meth->bn_mod_exp(dh, tmp, pub_key, dh->priv_key,dh->p,ctx,mont))
dh.h 153 const DH_METHOD *meth; member in struct:dh_st
186 void DH_set_default_method(const DH_METHOD *meth);
188 int DH_set_method(DH *dh, const DH_METHOD *meth);
  /external/openssl/crypto/rsa/
rsa_sign.c 81 if (FIPS_mode() && !(rsa->meth->flags & RSA_FLAG_FIPS_METHOD)
88 if((rsa->flags & RSA_FLAG_SIGN_VER) && rsa->meth->rsa_sign)
90 return rsa->meth->rsa_sign(type, m, m_len,
184 if (FIPS_mode() && !(rsa->meth->flags & RSA_FLAG_FIPS_METHOD)
330 if((rsa->flags & RSA_FLAG_SIGN_VER) && rsa->meth->rsa_verify)
332 return rsa->meth->rsa_verify(dtype, m, m_len,
  /dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java 257 CstMethodRef meth = new CstMethodRef(thisClass, one.getNat()); local
263 boolean isConstructor = meth.isInstanceInit() ||
264 meth.isClassInit();
284 paramSize = meth.getParameterWordCount(isStatic);
345 new EncodedMethod(meth, accessFlags, code, exceptions);
347 if (meth.isInstanceInit() || meth.isClassInit() ||
357 out.addMethodAnnotations(meth, annotations, dexFile);
363 out.addParameterAnnotations(meth, list, dexFile);
365 dexFile.getMethodIds().intern(meth);
    [all...]
  /external/jdiff/src/jdiff/
HTMLIndexes.java 662 MethodAPI meth = (MethodAPI)(iterMeth.next()); local
663 methNames.add(new Index(meth.name_, 0, pkgName, className, meth.getSignature()));
667 MethodAPI meth = (MethodAPI)(iterMeth.next()); local
668 Index idx = new Index(meth.name_, 1, pkgName, className, meth.getSignature());
669 idx.doc_ = meth.doc_; // Used for checking @since
674 MemberDiff meth = (MemberDiff)(iterMeth.next()); local
675 methNames.add(new Index(meth.name_, 2, pkgName, className, meth.newSignature_))
    [all...]
  /art/test/005-annotations/src/android/test/anno/
TestAnnotations.java 51 System.out.println(" annotations on METH " + m + ":");
120 Method meth; local
125 meth = TestAnnotations.class.getMethod("getFocusType",
130 property = meth.getAnnotation(ExportedProperty.class);
138 meth.isAnnotationPresent(ExportedProperty.class));
140 meth.isAnnotationPresent(AnnoSimpleType.class));
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 910 Method meth = (Method)e.getValue(); local
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Utility/
CythonFunction.c 562 PyCFunction meth = PyCFunction_GET_FUNCTION(func); local
569 return (*meth)(self, arg);
572 return (*(PyCFunctionWithKeywords)meth)(self, arg, kw);
577 return (*meth)(self, NULL);
588 return (*meth)(self, PyTuple_GET_ITEM(arg, 0));
803 __pyx_FusedFunctionObject *func, *meth; local
816 meth = (__pyx_FusedFunctionObject *) __pyx_FusedFunction_NewEx(
824 if (!meth)
828 meth->func.func_classobj = func->func.func_classobj;
831 meth->__signatures__ = func->__signatures__
    [all...]
  /libcore/luni/src/test/native/
test_openssl_engine.cpp 84 static int pkey_meths(ENGINE*, EVP_PKEY_METHOD** meth, const int** nids, int nid) {
86 *meth = const_cast<EVP_PKEY_METHOD*>(EVP_PKEY_meth_find(nid));
  /dalvik/dexlist/
DexList.cpp 268 char* meth = strrchr(gParms.argCopy, '.'); local
269 if (meth == NULL) {
274 *meth = '\0';
276 gParms.methodToFind = meth+1;
  /dalvik/dx/src/com/android/dx/command/dump/
DotDumper.java 113 ConcreteMethod meth = new ConcreteMethod((Method) member, classFile, local
118 Ropper.convert(meth, advice, classFile.getMethods());
121 boolean isStatic = AccessFlags.isStatic(meth.getAccessFlags());
123 BaseDumper.computeParamWidth(meth, isStatic), isStatic,
SsaDumper.java 90 ConcreteMethod meth = local
93 RopMethod rmeth = Ropper.convert(meth, advice, classFile.getMethods());
95 boolean isStatic = AccessFlags.isStatic(meth.getAccessFlags());
96 int paramWidth = computeParamWidth(meth, isStatic);
  /external/openssl/crypto/conf/
conf.h 91 CONF *(*create)(CONF_METHOD *meth);
121 int CONF_set_default_method(CONF_METHOD *meth);
148 CONF_METHOD *meth; member in struct:conf_st
153 CONF *NCONF_new(CONF_METHOD *meth);
  /external/openssl/crypto/rand/
rand.h 95 int RAND_set_rand_method(const RAND_METHOD *meth);
  /external/chromium_org/third_party/webrtc/base/
openssladapter.cc 675 const X509V3_EXT_METHOD* meth = X509V3_EXT_get(extension); local
676 if (!meth)
689 if (meth->it) {
692 ASN1_ITEM_ptr(meth->it));
694 ext_str = meth->d2i(NULL, ext_value_data_ptr, extension->value->length);
697 STACK_OF(CONF_VALUE)* value = meth->i2v(meth, ext_str, NULL);
712 if (meth->it) {
714 ASN1_ITEM_ptr(meth->it));
716 meth->ext_free(ext_str)
    [all...]
  /external/openssl/crypto/dsa/
dsa_ossl.c 97 * if (!dsa->meth->bn_mod_exp(dsa, r,dsa->g,&k,dsa->p,ctx,
109 if((dsa)->meth->dsa_mod_exp) \
110 _tmp_res53 = (dsa)->meth->dsa_mod_exp((dsa), (rr), (a1), (p1), \
120 if((dsa)->meth->bn_mod_exp) \
121 _tmp_res53 = (dsa)->meth->bn_mod_exp((dsa), (r), (a), (p), \
159 if (!dsa->meth->dsa_sign_setup(dsa,ctx,&kinv,&r,dgst,dlen))
  /external/openssl/crypto/engine/
eng_cryptodev.c 1052 const RSA_METHOD *meth = RSA_PKCS1_SSLeay(); local
1054 ret = meth->bn_mod_exp(r, a, p, m, ctx, in_mont);
1057 const RSA_METHOD *meth = RSA_PKCS1_SSLeay(); local
1059 ret = meth->bn_mod_exp(r, a, p, m, ctx, in_mont);
1107 const RSA_METHOD *meth = RSA_PKCS1_SSLeay(); local
1109 ret = (*meth->rsa_mod_exp)(r0, I, rsa, ctx);
1112 const RSA_METHOD *meth = RSA_PKCS1_SSLeay(); local
1114 ret = (*meth->rsa_mod_exp)(r0, I, rsa, ctx);
1160 if (!dsa->meth->bn_mod_exp(dsa,t1,dsa->g,u1,dsa->p,ctx,mont))
1164 if (!dsa->meth->bn_mod_exp(dsa,&t2,dsa->pub_key,u2,dsa->p,ctx,mont)
1214 const DSA_METHOD *meth = DSA_OpenSSL(); local
1256 const DSA_METHOD *meth = DSA_OpenSSL(); local
1295 const DH_METHOD *meth = DH_OpenSSL(); local
1319 const DH_METHOD *meth = DH_OpenSSL(); local
1418 const DSA_METHOD *meth = DSA_OpenSSL(); local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java 1208 Prototype meth = cstMeth.getPrototype(); local
1215 Prototype meth = cstMeth.getPrototype(); local
1222 Prototype meth = cstMeth.getPrototype(); local
1229 Prototype meth = cstMeth.getPrototype(); local
    [all...]

Completed in 1505 milliseconds

1 2 34 5 6 7 8 910