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

1 2 3 4 5 6 7 891011>>

  /external/openssl/crypto/md5/
md5s.cpp 38 void md5_block_x86(MD5_CTX *ctx, unsigned char *buffer,int num);
44 MD5_CTX ctx; local
65 md5_block_x86(&ctx,buffer,numm);
67 md5_block_x86(&ctx,buffer,numm);
70 md5_block_x86(&ctx,buffer,num);
72 md5_block_x86(&ctx,buffer,num);
  /external/openssl/crypto/ripemd/asm/
rips.cpp 40 void ripemd160_block_x86(RIPEMD160_CTX *ctx, unsigned char *buffer,int num);
46 RIPEMD160_CTX ctx; local
69 ripemd160_block_x86(&ctx,buffer,numm);
71 ripemd160_block_x86(&ctx,buffer,numm);
74 ripemd160_block_x86(&ctx,buffer,num);
76 ripemd160_block_x86(&ctx,buffer,num);
  /external/openssl/crypto/sha/
sha1s.cpp 39 void sha1_block_x86(SHA_CTX *ctx, unsigned char *buffer,int num);
45 SHA_CTX ctx; local
68 sha1_block_x86(&ctx,buffer,numm);
70 sha1_block_x86(&ctx,buffer,numm);
73 sha1_block_x86(&ctx,buffer,num);
75 sha1_block_x86(&ctx,buffer,num);
  /external/webkit/WebKit/android/jni/
WebFrameView.cpp 57 void WebFrameView::draw(WebCore::GraphicsContext* ctx, const WebCore::IntRect& rect) {
64 SkCanvas* canvas = ctx->platformContext()->mCanvas;
74 SkCanvas* canvas = ctx->platformContext() ? ctx->platformContext()->mCanvas : NULL;
91 mFrameView->paintContents(ctx, transRect);
95 mFrameView->paintContents(ctx, rect);
  /external/elfutils/libasm/
asm_end.c 34 text_end (AsmCtx_t *ctx)
42 binary_end (AsmCtx_t *ctx)
67 for (asmscn = ctx->section_list; asmscn != NULL; asmscn = asmscn->allnext)
70 Elf_Scn *scn = elf_getscn (ctx->out.elf, asmscn->data.main.scnndx);
115 if (ctx->nsymbol_tab > 0)
127 symscn_strent = ebl_strtabadd (ctx->section_strtab, ".symtab", 8);
128 strscn_strent = ebl_strtabadd (ctx->section_strtab, ".strtab", 8);
131 strscn = elf_newscn (ctx->out.elf);
139 ebl_strtabfinalize (ctx->symbol_strtab, strtabdata);
147 symscn = elf_newscn (ctx->out.elf)
    [all...]
  /external/libxml2/
legacy.c 756 * @ctx: the user data (XML parser context)
764 getPublicId(void *ctx)
767 return (xmlSAX2GetPublicId(ctx));
772 * @ctx: the user data (XML parser context)
781 getSystemId(void *ctx)
784 return (xmlSAX2GetSystemId(ctx));
789 * @ctx: the user data (XML parser context)
797 getLineNumber(void *ctx)
800 return (xmlSAX2GetLineNumber(ctx));
805 * @ctx: the user data (XML parser context
    [all...]
  /external/openssl/crypto/x509v3/
v3_alt.c 64 static GENERAL_NAMES *v2i_subject_alt(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
65 static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
66 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p);
67 static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens);
68 static int do_othername(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx);
69 static int do_dirname(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx);
238 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
251 if(!copy_issuer(ctx, gens)) goto err;
254 if(!(gen = v2i_GENERAL_NAME(method, ctx, cnf)))
267 static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens
    [all...]
  /external/openssl/crypto/bn/
bn_exp2.c 120 BN_CTX *ctx, BN_MONT_CTX *in_mont)
126 /* Tables of variables obtained from 'ctx' */
151 BN_CTX_start(ctx);
152 d = BN_CTX_get(ctx);
153 r = BN_CTX_get(ctx);
154 val1[0] = BN_CTX_get(ctx);
155 val2[0] = BN_CTX_get(ctx);
163 if (!BN_MONT_CTX_set(mont,m,ctx)) goto err;
174 if (!BN_mod(val1[0],a1,m,ctx))
187 if (!BN_to_montgomery(val1[0],a_mod_m,mont,ctx)) goto err
    [all...]
expspeed.c 200 void do_mul_exp(BIGNUM *r,BIGNUM *a,BIGNUM *b,BIGNUM *c,BN_CTX *ctx);
204 BN_CTX *ctx; local
212 ctx=BN_CTX_new();
222 do_mul_exp(r,a,b,c,ctx);
226 void do_mul_exp(BIGNUM *r, BIGNUM *a, BIGNUM *b, BIGNUM *c, BN_CTX *ctx)
263 if (!BN_mod_sqr(a,a,c,ctx)) goto err;
264 if (!BN_mod_sqr(b,b,c,ctx)) goto err;
266 if (!BN_nnmod(a,a,c,ctx)) goto err;
267 if (!BN_nnmod(b,b,c,ctx)) goto err;
275 if (!BN_mod_exp(r,a,b,c,ctx)) goto err
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
FontQt.cpp 69 void Font::drawComplexText(GraphicsContext* ctx, const TextRun& run, const FloatPoint& point, int from, int to) const
74 QPainter *p = ctx->platformContext();
76 if (ctx->textDrawingMode() & cTextFill) {
77 if (ctx->fillGradient()) {
78 QBrush brush(*ctx->fillGradient()->platformGradient());
79 brush.setTransform(ctx->fillGradient()->gradientSpaceTransform());
81 } else if (ctx->fillPattern()) {
83 p->setPen(QPen(QBrush(ctx->fillPattern()->createPlatformPattern(affine)), 0));
85 p->setPen(QColor(ctx->fillColor()));
88 if (ctx->textDrawingMode() & cTextStroke)
    [all...]
  /external/openssl/crypto/ec/
ec_print.c 63 BN_CTX *ctx)
69 NULL, 0, ctx);
76 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx))
92 BN_CTX *ctx)
120 if (!EC_POINT_oct2point(group, ret, buf, buf_len, ctx))
138 BN_CTX *ctx)
145 NULL, 0, ctx);
152 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx))
182 BN_CTX *ctx)
190 ret = EC_POINT_bn2point(group, tmp_bn, point, ctx);
    [all...]
  /external/openssl/crypto/evp/
p5_crpt.c 107 EVP_MD_CTX ctx; local
137 EVP_MD_CTX_init(&ctx);
138 EVP_DigestInit_ex(&ctx, md, NULL);
139 EVP_DigestUpdate(&ctx, pass, passlen);
140 EVP_DigestUpdate(&ctx, salt, saltlen);
142 EVP_DigestFinal_ex(&ctx, md_tmp, NULL);
144 EVP_DigestInit_ex(&ctx, md, NULL);
145 EVP_DigestUpdate(&ctx, md_tmp, EVP_MD_size(md));
146 EVP_DigestFinal_ex (&ctx, md_tmp, NULL);
148 EVP_MD_CTX_cleanup(&ctx);
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebJSPDFDoc.mm 34 static void jsPDFDocInitialize(JSContextRef ctx, JSObjectRef object)
46 static JSValueRef jsPDFDocPrint(JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
53 return JSValueMakeUndefined(ctx);
71 JSObjectRef makeJSPDFDoc(JSContextRef ctx, WebDataSource *dataSource)
75 return JSObjectMake(ctx, jsPDFDocClass, dataSource);
  /external/wpa_supplicant/
eap.h 133 * call will be used as the ctx parameter for these callback functions.
138 * @ctx: eapol_ctx from eap_sm_init() call
140 struct wpa_ssid * (*get_config)(void *ctx);
147 Boolean (*get_bool)(void *ctx, enum eapol_bool_var variable);
151 * @ctx: eapol_ctx from eap_sm_init() call
155 void (*set_bool)(void *ctx, enum eapol_bool_var variable,
160 * @ctx: eapol_ctx from eap_sm_init() call
164 unsigned int (*get_int)(void *ctx, enum eapol_int_var variable);
168 * @ctx: eapol_ctx from eap_sm_init() call
172 void (*set_int)(void *ctx, enum eapol_int_var variable
    [all...]
aes_wrap.c 48 void *ctx; local
57 ctx = aes_encrypt_init(kek, 16);
58 if (ctx == NULL)
73 aes_encrypt(ctx, b, b);
80 aes_encrypt_deinit(ctx);
107 void *ctx; local
114 ctx = aes_decrypt_init(kek, 16);
115 if (ctx == NULL)
132 aes_decrypt(ctx, b, b);
138 aes_decrypt_deinit(ctx);
183 void *ctx; local
270 void *ctx; local
293 void *ctx; local
459 void *ctx; local
492 void *ctx; local
    [all...]
  /dalvik/vm/hprof/
Hprof.c 72 hprof_context_t *ctx = malloc(sizeof(*ctx)); local
73 if (ctx == NULL) {
81 hprofContextInit(ctx, strdup(outputFileName), fp, false, directToDdms);
83 assert(ctx->fp != NULL);
85 return ctx;
213 * Free any heap-allocated items in "ctx", and then free "ctx" itself.
216 hprofFreeContext(hprof_context_t *ctx)
218 assert(ctx != NULL)
    [all...]
Hprof.h 154 int hprofDumpStrings(hprof_context_t *ctx);
166 int hprofDumpClasses(hprof_context_t *ctx);
176 int hprofStartHeapDump(hprof_context_t *ctx);
177 int hprofFinishHeapDump(hprof_context_t *ctx);
179 int hprofSetGcScanState(hprof_context_t *ctx,
181 int hprofMarkRootObject(hprof_context_t *ctx,
184 int hprofDumpHeapObject(hprof_context_t *ctx, const Object *obj);
190 void hprofContextInit(hprof_context_t *ctx, char *fileName, FILE *fp,
194 int hprofFlushCurrentRecord(hprof_context_t *ctx);
195 int hprofStartNewRecord(hprof_context_t *ctx, u1 tag, u4 time)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.h 72 * ctx - Pointer to arbitrary upper level context
74 void *ctx; member in struct:eapol_ctx
88 * @ctx: Pointer to context data (cb_ctx)
95 void (*cb)(struct eapol_sm *eapol, int success, void *ctx);
121 * @ctx: Callback context (ctx)
127 void (*eapol_done_cb)(void *ctx);
131 * @ctx: Callback context (eapol_send_ctx)
137 int (*eapol_send)(void *ctx, int type, const u8 *buf, size_t len);
141 * @ctx: Callback context (ctx
    [all...]
  /external/e2fsprogs/e2fsck/
badblocks.c 26 void read_bad_blocks_file(e2fsck_t ctx, const char *bad_blocks_file,
29 ext2_filsys fs = ctx->fs;
35 e2fsck_read_bitmaps(ctx);
76 (ctx->options & E2F_OPT_PREEN) ? "" : "-s ",
77 (ctx->options & E2F_OPT_WRITECHECK) ? "-n " : "",
100 printf("%s: Updating bad block inode.\n", ctx->device_name);
112 ctx->flags |= E2F_FLAG_ABORT;
  /external/elfutils/tests/
asm-tst7.c 30 AsmCtx_t *ctx; local
36 ctx = asm_begin (fname, false, EM_386, ELFCLASS32, ELFDATA2LSB);
37 if (ctx == NULL)
43 if (asm_newcomsym (ctx, "commsym", 4, 16) == NULL)
46 asm_abort (ctx);
51 if (asm_end (ctx) != 0)
54 asm_abort (ctx);
  /external/emma/core/java12/com/vladium/util/
ClassLoaderResolver.java 47 final ClassLoadContext ctx = new ClassLoadContext (caller); local
49 return s_strategy.getClassLoader (ctx);
70 final ClassLoadContext ctx = new ClassLoadContext (caller); local
72 return s_strategy.getClassLoader (ctx);
144 public ClassLoader getClassLoader (final ClassLoadContext ctx)
146 if (ctx == null) throw new IllegalArgumentException ("null input: ctx");
148 final Class caller = ctx.getCallerClass ();
  /external/openssl/crypto/dh/
dh_check.c 78 BN_CTX *ctx=NULL; local
83 ctx=BN_CTX_new();
84 if (ctx == NULL) goto err;
109 if (!BN_is_prime_ex(dh->p,BN_prime_checks,ctx,NULL))
114 if (!BN_is_prime_ex(q,BN_prime_checks,ctx,NULL))
119 if (ctx != NULL) BN_CTX_free(ctx);
  /dalvik/vm/alloc/
HeapDebug.c 344 dump_context(const HeapDumpContext *ctx)
346 fprintf(ctx->fp, "0x%08x %12.12zd %s\n", (uintptr_t)ctx->chunkStart,
347 ctx->chunkLen, ctx->chunkFree ? "FREE" : "USED");
354 HeapDumpContext *ctx = (HeapDumpContext *)arg;
357 if (chunkFree != ctx->chunkFree ||
358 ((char *)ctx->chunkStart + ctx->chunkLen) != chunkptr)
364 if (ctx->chunkStart != NULL)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa.h 35 void *ctx; /* pointer to arbitrary upper level context */ member in struct:wpa_sm_ctx
37 void (*set_state)(void *ctx, wpa_states state);
38 wpa_states (*get_state)(void *ctx);
39 void (*deauthenticate)(void * ctx, int reason_code);
40 void (*disassociate)(void *ctx, int reason_code);
41 int (*set_key)(void *ctx, wpa_alg alg,
45 void * (*get_network_ctx)(void *ctx);
46 int (*get_bssid)(void *ctx, u8 *bssid);
47 int (*ether_send)(void *ctx, const u8 *dest, u16 proto, const u8 *buf,
49 int (*get_beacon_ie)(void *ctx);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes_wrap.c 43 void *ctx; local
52 ctx = aes_encrypt_init(kek, 16);
53 if (ctx == NULL)
68 aes_encrypt(ctx, b, b);
75 aes_encrypt_deinit(ctx);
104 void *ctx; local
111 ctx = aes_decrypt_init(kek, 16);
112 if (ctx == NULL)
129 aes_decrypt(ctx, b, b);
135 aes_decrypt_deinit(ctx);
186 void *ctx; local
274 void *ctx; local
298 void *ctx; local
477 void *ctx; local
510 void *ctx; local
    [all...]

Completed in 690 milliseconds

1 2 3 4 5 6 7 891011>>