Searched defs:meth (Results 1 - 25 of 81) sorted by relevance

1234

/external/clang/test/CodeGenCXX/
H A Dduplicate-mangled-name.cpp5 static void meth();
7 void MyClass::meth() { } function in class:MyClass
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_int.c77 static void * s2i_asn1_int(X509V3_EXT_METHOD *meth, X509V3_CTX *ctx, char *value) argument
79 return s2i_ASN1_INTEGER(meth, value);
/external/openssl/crypto/x509v3/
H A Dv3_int.c77 static void * s2i_asn1_int(X509V3_EXT_METHOD *meth, X509V3_CTX *ctx, char *value) argument
79 return s2i_ASN1_INTEGER(meth, value);
/external/openssl/crypto/ec/
H A Dec_cvt.c78 const EC_METHOD *meth; local
103 meth = EC_GFp_mont_method();
105 meth = EC_GFp_nist_method();
108 ret = EC_GROUP_new(meth);
134 meth = EC_GFp_mont_method();
136 ret = EC_GROUP_new(meth);
153 const EC_METHOD *meth; local
156 meth = EC_GF2m_simple_method();
158 ret = EC_GROUP_new(meth);
/external/clang/test/Index/
H A Dget-cursor.cpp43 void meth() { function in struct:LocalS
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DDomFront.java37 private final SsaMethod meth; field in class:DomFront
60 * @param meth {@code non-null;} method to process
62 public DomFront(SsaMethod meth) { argument
63 this.meth = meth;
64 nodes = meth.getBlocks();
90 Dominators methDom = Dominators.make(meth, domInfos, false);
H A DDominators.java48 private final SsaMethod meth; field in class:Dominators
64 * @param meth {@code non-null;} method to process
68 private Dominators(SsaMethod meth, DomFront.DomInfo[] domInfos, argument
70 this.meth = meth;
73 this.blocks = meth.getBlocks();
82 * @param meth {@code non-null;} method to process
86 public static Dominators make(SsaMethod meth, DomFront.DomInfo[] domInfos, argument
88 Dominators result = new Dominators(meth, domInfos, postdom);
168 * @param meth {
[all...]
/external/openssl/crypto/comp/
H A Dcomp_lib.c7 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth) argument
17 ret->meth=meth;
18 if ((ret->meth->init != NULL) && !ret->meth->init(ret))
31 if (ctx->meth->finish != NULL)
32 ctx->meth->finish(ctx);
41 if (ctx->meth->compress == NULL)
46 ret=ctx->meth->compress(ctx,out,olen,in,ilen);
60 if (ctx->meth
[all...]
H A Dcomp.h32 COMP_METHOD *meth; member in struct:comp_ctx_st
42 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth);
/external/openssl/crypto/ecdh/
H A Dech_locl.h92 const ECDH_METHOD *meth; member in struct:ecdh_data_st
H A Dech_lib.c88 void ECDH_set_default_method(const ECDH_METHOD *meth) argument
90 default_ECDH_method = meth;
109 int ECDH_set_method(EC_KEY *eckey, const ECDH_METHOD *meth) argument
119 mtmp = ecdh->meth;
130 ecdh->meth = meth;
132 if (meth->init)
133 meth->init(eckey);
151 ret->meth = ECDH_get_default_method();
158 ret->meth
[all...]
/external/openssl/crypto/ecdsa/
H A Decs_locl.h100 const ECDSA_METHOD *meth; member in struct:ecdsa_data_st
H A Decs_lib.c75 void ECDSA_set_default_method(const ECDSA_METHOD *meth) argument
77 default_ECDSA_method = meth;
96 int ECDSA_set_method(EC_KEY *eckey, const ECDSA_METHOD *meth) argument
112 ecdsa->meth = meth;
130 ret->meth = ECDSA_get_default_method();
137 ret->meth = ENGINE_get_ECDSA(ret->engine);
138 if (!ret->meth)
148 ret->flags = ret->meth->flags;
151 if ((ret->meth
[all...]
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DCSeq.java156 public void setMethod(String meth) throws ParseException { argument
157 if (meth == null)
160 + ", setMethod(), the meth parameter is null");
161 this.method = SIPRequest.getCannonicalName(meth);
/external/openssl/apps/
H A Dciphers.c94 const SSL_METHOD *meth=NULL; local
99 meth=SSLv23_server_method();
125 meth=SSLv2_client_method();
129 meth=SSLv3_client_method();
133 meth=TLSv1_client_method();
158 ctx=SSL_CTX_new(meth);
/external/openssl/crypto/dh/
H A Ddh_lib.c75 void DH_set_default_method(const DH_METHOD *meth) argument
77 default_DH_method = meth;
96 int DH_set_method(DH *dh, const DH_METHOD *meth) argument
101 mtmp = dh->meth;
110 dh->meth = meth;
111 if (meth->init) meth->init(dh);
131 ret->meth = DH_get_default_method();
147 ret->meth
[all...]
/external/openssl/crypto/store/
H A Dstr_locl.h113 const STORE_METHOD *meth; member in struct:store_st
114 /* functional reference if 'meth' is ENGINE-provided */
/external/openssl/include/openssl/
H A Dcomp.h32 COMP_METHOD *meth; member in struct:comp_ctx_st
42 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth);
/external/smack/src/org/jivesoftware/smackx/workgroup/util/
H A DListenerEventDispatcher.java112 protected TripletContainer (Object inst, Method meth, Object[] args) { argument
116 this.listenerMethod = meth;
/external/chromium_org/net/android/
H A Dlegacy_openssl.h48 const AndroidRSA_METHOD* meth; member in struct:net::android::AndroidRSA
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Ddsa.h357 DSA_METHOD *meth; member in struct:dsa_st
358 /* functional reference if 'meth' is ENGINE-provided */
/external/openssl/crypto/conf/
H A Dconf_lib.c84 int CONF_set_default_method(CONF_METHOD *meth) argument
86 default_CONF_method = meth;
234 CONF *NCONF_new(CONF_METHOD *meth) argument
238 if (meth == NULL)
239 meth = NCONF_default();
241 ret = meth->create(meth);
255 conf->meth->destroy(conf);
262 conf->meth->destroy_data(conf);
273 return conf->meth
[all...]
/external/openssl/crypto/dsa/
H A Ddsa_lib.c81 void DSA_set_default_method(const DSA_METHOD *meth) argument
83 default_DSA_method = meth;
107 int DSA_set_method(DSA *dsa, const DSA_METHOD *meth) argument
112 mtmp = dsa->meth;
121 dsa->meth = meth;
122 if (meth->init) meth->init(dsa);
136 ret->meth = DSA_get_default_method();
152 ret->meth
[all...]
/external/openssl/crypto/rsa/
H A Drsa_lib.c85 void RSA_set_default_method(const RSA_METHOD *meth) argument
87 default_RSA_meth = meth;
113 return rsa->meth;
116 int RSA_set_method(RSA *rsa, const RSA_METHOD *meth) argument
121 mtmp = rsa->meth;
130 rsa->meth = meth;
131 if (meth->init) meth->init(rsa);
146 ret->meth
[all...]
/external/openssl/crypto/ui/
H A Dui_locl.h141 const UI_METHOD *meth; member in struct:ui_st

Completed in 2932 milliseconds

1234