HomeSort by relevance Sort by last modified time
    Searched refs:ctx (Results 326 - 350 of 795) sorted by null

<<11121314151617181920>>

  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
MobileApple80211.h 12 int Apple80211Open(Apple80211Ref *ctx);
13 int Apple80211Close(Apple80211Ref ctx);
  /external/wpa_supplicant_6/wpa_supplicant/tests/
link_test.c 29 void *ctx),
30 void *ctx)
  /external/e2fsprogs/e2fsck/
rehash.c 58 e2fsck_t ctx; member in struct:fill_dir_struct
331 static int duplicate_search_and_fix(e2fsck_t ctx, ext2_filsys fs,
362 fix_problem(ctx, PR_2_DUPLICATE_DIRENT, &pctx)) {
363 e2fsck_adjust_inode_count(ctx, ent->dir->inode, -1);
384 if (fix_problem(ctx, PR_2_NON_UNIQUE_FILE, &pctx)) {
602 e2fsck_t ctx; member in struct:write_dir_struct
623 e2fsck_read_bitmaps(wd->ctx);
625 ext2fs_unmark_block_bitmap(wd->ctx->block_found_map, blk);
641 static errcode_t write_directory(e2fsck_t ctx, ext2_filsys fs,
649 retval = e2fsck_expand_directory(ctx, ino, -1, outdir->num)
    [all...]
  /external/emma/core/java12/com/vladium/jcd/cls/
IFieldCollection.java 63 void accept (IClassDefVisitor visitor, Object ctx);
IMethodCollection.java 61 void accept (IClassDefVisitor visitor, Object ctx);
  /external/openssl/apps/
s_cb.c 132 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
138 err_cert=X509_STORE_CTX_get_current_cert(ctx);
139 err= X509_STORE_CTX_get_error(ctx);
140 depth= X509_STORE_CTX_get_error_depth(ctx);
159 switch (ctx->error)
162 X509_NAME_oneline(X509_get_issuer_name(ctx->current_cert),buf,sizeof buf);
168 ASN1_TIME_print(bio_err,X509_get_notBefore(ctx->current_cert));
174 ASN1_TIME_print(bio_err,X509_get_notAfter(ctx->current_cert));
182 int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file)
191 if (SSL_CTX_use_certificate_file(ctx,cert_file
    [all...]
  /external/openssl/crypto/ec/
ec_key.c 236 BN_CTX *ctx = NULL; local
247 if ((ctx = BN_CTX_new()) == NULL) goto err;
258 if (!EC_GROUP_get_order(eckey->group, order, ctx))
275 if (!EC_POINT_mul(eckey->group, pub_key, priv_key, NULL, NULL, ctx))
290 if (ctx != NULL)
291 BN_CTX_free(ctx);
298 BN_CTX *ctx = NULL; local
308 if ((ctx = BN_CTX_new()) == NULL)
314 if (!EC_POINT_is_on_curve(eckey->group, eckey->pub_key, ctx))
326 if (!EC_POINT_mul(eckey->group, point, NULL, eckey->pub_key, order, ctx))
    [all...]
  /external/openssl/crypto/ocsp/
ocsp_vfy.c 80 X509_STORE_CTX ctx; local
106 init_res = X509_STORE_CTX_init(&ctx, st, signer, NULL);
108 init_res = X509_STORE_CTX_init(&ctx, st, signer, bs->certs);
115 X509_STORE_CTX_set_purpose(&ctx, X509_PURPOSE_OCSP_HELPER);
116 ret = X509_verify_cert(&ctx);
117 chain = X509_STORE_CTX_get1_chain(&ctx);
118 X509_STORE_CTX_cleanup(&ctx);
121 i = X509_STORE_CTX_get_error(&ctx);
363 X509_STORE_CTX ctx; local
400 init_res = X509_STORE_CTX_init(&ctx, store, signer, NULL)
    [all...]
  /external/openssl/crypto/x509v3/
v3_int.c 77 static void * s2i_asn1_int(X509V3_EXT_METHOD *meth, X509V3_CTX *ctx, char *value)
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarigl_c.h 57 OSMesaContext ctx; member in struct:SDL_PrivateGLData
66 void (*OSMesaDestroyContext)( OSMesaContext ctx );
67 GLboolean (*OSMesaMakeCurrent)( OSMesaContext ctx, void *buffer, GLenum type, GLsizei width, GLsizei height );
84 #define gl_ctx (this->gl_data->ctx)
  /external/skia/include/views/
SkOSWindow_Mac.h 36 void doPaint(void* ctx);
  /external/webkit/WebKit/android/jni/
WebFrameView.h 43 virtual void draw(WebCore::GraphicsContext* ctx,
  /external/wpa_supplicant/
pmksa_cache.h 41 void *ctx, int replace),
42 void *ctx, struct wpa_sm *sm);
64 void *ctx, int replace),
65 void *ctx, struct wpa_sm *sm)
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_sim_db.h 31 void (*get_complete_cb)(void *ctx, void *session_ctx),
32 void *ctx);
96 void (*get_complete_cb)(void *ctx, void *session_ctx),
97 void *ctx)
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
pmksa_cache.h 51 void *ctx, int replace),
52 void *ctx, struct wpa_sm *sm);
74 void *ctx, int replace),
75 void *ctx, struct wpa_sm *sm)
  /frameworks/base/core/java/android/net/
Proxy.java 41 * @param ctx A Context used to get the settings for the proxy host.
46 static final public String getHost(Context ctx) {
47 ContentResolver contentResolver = ctx.getContentResolver();
67 * @param ctx A Context used to get the settings for the proxy port.
70 static final public int getPort(Context ctx) {
71 ContentResolver contentResolver = ctx.getContentResolver();
  /hardware/ti/wlan/wl1271/wpa_supplicant_lib/
driver_ti.h 68 void *ctx; member in struct:wpa_driver_ti_data
  /system/wlan/ti/wilink_6_1/wpa_supplicant_lib/
driver_ti.h 68 void *ctx; member in struct:wpa_driver_ti_data
  /dalvik/dx/src/com/android/dx/util/
ExceptionWithContext.java 83 String ctx = ((ExceptionWithContext) cause).context.toString(); local
84 context = new StringBuffer(ctx.length() + 200);
85 context.append(ctx);
  /dalvik/vm/hprof/
HprofString.c 81 hprofDumpStrings(hprof_context_t *ctx)
84 hprof_record_t *rec = &ctx->curRec;
93 err = hprofStartNewRecord(ctx, HPROF_TAG_STRING, HPROF_TIME);
  /external/libxml2/include/libxml/
schematron.h 42 * @ctx: the validation context
48 typedef void (*xmlSchematronValidityErrorFunc) (void *ctx, const char *msg, ...);
52 * @ctx: the validation context
58 typedef void (*xmlSchematronValidityWarningFunc) (void *ctx, const char *msg, ...);
86 void *ctx);
91 void **ctx);
106 void *ctx);
112 void *ctx);
117 void **ctx);
  /external/openssl/crypto/asn1/
a_sign.c 133 EVP_MD_CTX ctx; local
138 EVP_MD_CTX_init(&ctx);
186 EVP_SignInit_ex(&ctx,type, NULL);
187 EVP_SignUpdate(&ctx,(unsigned char *)buf_in,inl);
188 if (!EVP_SignFinal(&ctx,(unsigned char *)buf_out,
205 EVP_MD_CTX_cleanup(&ctx);
219 EVP_MD_CTX ctx; local
224 EVP_MD_CTX_init(&ctx);
270 if (!EVP_SignInit_ex(&ctx,type, NULL))
276 EVP_SignUpdate(&ctx,(unsigned char *)buf_in,inl)
    [all...]
tasn_dec.c 80 ASN1_TLC *ctx);
85 ASN1_TLC *ctx);
89 ASN1_TLC *ctx);
93 int tag, int aclass, char opt, ASN1_TLC *ctx);
154 int tag, int aclass, char opt, ASN1_TLC *ctx)
194 it->templates, opt, ctx);
197 tag, aclass, opt, ctx);
204 &p, len, -1, 0, 1, ctx);
232 it, otag, 0, 0, ctx);
238 it, tag, aclass, opt, ctx);
    [all...]
  /external/webkit/JavaScriptCore/API/
JSCallbackConstructor.cpp 57 JSContextRef ctx = toRef(exec); local
71 result = callback(ctx, constructorRef, argumentCount, arguments.data(), &exception);
78 return toJS(JSObjectMake(ctx, static_cast<JSCallbackConstructor*>(constructor)->classRef(), 0));
  /external/openssl/crypto/engine/
eng_cryptodev.c 89 static int cryptodev_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
91 static int cryptodev_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
93 static int cryptodev_cleanup(EVP_CIPHER_CTX *ctx);
105 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
107 RSA *rsa, BN_CTX *ctx);
108 static int cryptodev_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx);
110 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
113 BN_CTX *ctx, BN_MONT_CTX *mont);
119 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
380 cryptodev_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out
    [all...]

Completed in 56 milliseconds

<<11121314151617181920>>