/external/mesa3d/src/mesa/program/ |
arbprogparse.h | 36 _mesa_parse_arb_vertex_program(struct gl_context *ctx, GLenum target, 41 _mesa_parse_arb_fragment_program(struct gl_context *ctx, GLenum target,
|
/external/openssh/ |
cipher-bf1.c | 67 static void bf_ssh1_init (EVP_CIPHER_CTX * ctx, const unsigned char *key, 71 memcpy (&(ctx->oiv[0]), iv, 8); 72 memcpy (&(ctx->iv[0]), &(ctx->oiv[0]), 8); 74 BF_set_key (&(ctx->c.bf_ks), EVP_CIPHER_CTX_key_length (ctx), 83 bf_ssh1_cipher(EVP_CIPHER_CTX *ctx, u_char *out, const u_char *in, 89 ret = (*orig_bf)(ctx, out, out, len);
|
/external/openssl/apps/ |
genpkey.c | 70 static int genpkey_cb(EVP_PKEY_CTX *ctx); 86 EVP_PKEY_CTX *ctx = NULL; local 135 if (!init_keygen_file(bio_err, &ctx, *args, e)) 151 if (!init_gen_str(bio_err, &ctx, *(++args),e, do_param)) 158 if (!ctx) 163 else if (pkey_ctrl_string(ctx, *(++args)) <= 0) 172 if (ctx) 193 if (!ctx) 244 EVP_PKEY_CTX_set_cb(ctx, genpkey_cb); 245 EVP_PKEY_CTX_set_app_data(ctx, bio_err) 320 EVP_PKEY_CTX *ctx = NULL; local 366 EVP_PKEY_CTX *ctx = NULL; local [all...] |
/external/openssl/crypto/evp/ |
e_idea.c | 68 static int idea_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, 75 static int idea_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, 79 idea_ecb_encrypt(in + i, out + i, ctx->cipher_data); 98 static int idea_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, 102 if (EVP_CIPHER_CTX_mode(ctx) == EVP_CIPH_OFB_MODE) enc = 1; 103 else if (EVP_CIPHER_CTX_mode(ctx) == EVP_CIPH_CFB_MODE) enc = 1; 105 if (enc) idea_set_encrypt_key(key,ctx->cipher_data); 111 idea_set_decrypt_key(&tmp,ctx->cipher_data);
|
p_open.c | 69 int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, 77 EVP_CIPHER_CTX_init(ctx); 78 if(!EVP_DecryptInit_ex(ctx,type,NULL, NULL,NULL)) return 0; 99 if ((i <= 0) || !EVP_CIPHER_CTX_set_key_length(ctx, i)) 104 if(!EVP_DecryptInit_ex(ctx,NULL,NULL,key,iv)) goto err; 113 int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) 117 i=EVP_DecryptFinal_ex(ctx,out,outl); 119 i = EVP_DecryptInit_ex(ctx,NULL,NULL,NULL,NULL);
|
p_verify.c | 65 int EVP_VerifyFinal(EVP_MD_CTX *ctx, const unsigned char *sigbuf, 75 if (!EVP_MD_CTX_copy_ex(&tmp_ctx,ctx)) 81 if (ctx->digest->flags & EVP_MD_FLAG_PKEY_METHOD_SIGNATURE) 89 if (EVP_PKEY_CTX_set_signature_md(pkctx, ctx->digest) <= 0) 99 v=ctx->digest->required_pkey_type[i]; 112 if (ctx->digest->verify == NULL) 118 return(ctx->digest->verify(ctx->digest->type,m,m_len,
|
/external/wpa_supplicant_8/src/crypto/ |
dh_group5.c | 31 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, 38 void dh5_free(void *ctx)
|
dh_group5.h | 14 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, 16 void dh5_free(void *ctx);
|
/external/wpa_supplicant_8/src/utils/ |
edit_simple.c | 22 static void (*edit_cmd_cb)(void *ctx, char *cmd); 23 static void (*edit_eof_cb)(void *ctx); 58 int edit_init(void (*cmd_cb)(void *ctx, char *cmd), 59 void (*eof_cb)(void *ctx), 60 char ** (*completion_cb)(void *ctx, const char *cmd, int pos), 61 void *ctx, const char *history_file, const char *ps) 63 edit_cb_ctx = ctx; 77 int (*filter_cb)(void *ctx, const char *cmd))
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
UnitTest.java | 37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) { 42 mCtx = ctx; 47 protected UnitTest(RSTestCore rstc, String n, Context ctx) { 48 this(rstc, n, 0, ctx); 51 protected UnitTest(RSTestCore rstc, Context ctx) { 52 this (rstc, "<Unknown>", ctx); 55 protected UnitTest(Context ctx) { 56 this (null, ctx);
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
UnitTest.java | 37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) { 42 mCtx = ctx; 47 protected UnitTest(RSTestCore rstc, String n, Context ctx) { 48 this(rstc, n, 0, ctx); 51 protected UnitTest(RSTestCore rstc, Context ctx) { 52 this (rstc, "<Unknown>", ctx); 55 protected UnitTest(Context ctx) { 56 this (null, ctx);
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_fbupdate.h | 37 virtual bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, 40 virtual bool draw(hwc_context_t *ctx, private_handle_t *hnd) = 0; 56 bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, 58 bool draw(hwc_context_t *ctx, private_handle_t *hnd); 61 bool configure(hwc_context_t *ctx, hwc_display_contents_1 *list, 71 bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, 73 bool draw(hwc_context_t *ctx, private_handle_t *hnd); 76 bool configure(hwc_context_t *ctx, hwc_display_contents_1 *list,
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_fbupdate.h | 37 virtual bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, 40 virtual bool draw(hwc_context_t *ctx, private_handle_t *hnd) = 0; 57 bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, 59 bool draw(hwc_context_t *ctx, private_handle_t *hnd); 62 bool configure(hwc_context_t *ctx, hwc_display_contents_1 *list, 72 bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, 74 bool draw(hwc_context_t *ctx, private_handle_t *hnd); 77 bool configure(hwc_context_t *ctx, hwc_display_contents_1 *list,
|
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc_fbupdate.h | 37 virtual bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, 40 virtual bool draw(hwc_context_t *ctx, private_handle_t *hnd) = 0; 56 bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, 58 bool draw(hwc_context_t *ctx, private_handle_t *hnd); 61 bool configure(hwc_context_t *ctx, hwc_display_contents_1 *list, 71 bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, 73 bool draw(hwc_context_t *ctx, private_handle_t *hnd); 76 bool configure(hwc_context_t *ctx, hwc_display_contents_1 *list,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
xm_dd.c | 53 finish_or_flush( struct gl_context *ctx ) 55 const XMesaContext xmesa = XMESA_CONTEXT(ctx); 66 color_mask(struct gl_context *ctx, 69 const XMesaContext xmesa = XMESA_CONTEXT(ctx); 74 if (_mesa_is_user_fbo(ctx->DrawBuffer)) 77 xmbuf = XMESA_BUFFER(ctx->DrawBuffer); 105 clear_pixmap(struct gl_context *ctx, struct xmesa_renderbuffer *xrb, 108 const XMesaContext xmesa = XMESA_CONTEXT(ctx); 109 XMesaBuffer xmbuf = XMESA_BUFFER(ctx->DrawBuffer); 125 clear_16bit_ximage( struct gl_context *ctx, struct xmesa_renderbuffer *xrb [all...] |
/external/e2fsprogs/e2fsck/ |
super.c | 25 static void check_super_value(e2fsck_t ctx, const char *descr, 36 fix_problem(ctx, PR_0_MISC_CORRUPT_SUPER, &pctx); 37 ctx->flags |= E2F_FLAG_ABORT; /* never get here! */ 45 e2fsck_t ctx; member in struct:process_block_struct 64 e2fsck_t ctx; local 70 ctx = pb->ctx; 81 fix_problem(ctx, PR_0_ORPHAN_ILLEGAL_BLOCK_NUM, pctx); 88 fix_problem(ctx, PR_0_ORPHAN_ALREADY_CLEARED_BLOCK, pctx); 153 static int release_inode_blocks(e2fsck_t ctx, ext2_ino_t ino [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
xm_dd.c | 53 finish_or_flush( struct gl_context *ctx ) 55 const XMesaContext xmesa = XMESA_CONTEXT(ctx); 66 color_mask(struct gl_context *ctx, 69 const XMesaContext xmesa = XMESA_CONTEXT(ctx); 74 if (_mesa_is_user_fbo(ctx->DrawBuffer)) 77 xmbuf = XMESA_BUFFER(ctx->DrawBuffer); 105 clear_pixmap(struct gl_context *ctx, struct xmesa_renderbuffer *xrb, 108 const XMesaContext xmesa = XMESA_CONTEXT(ctx); 109 XMesaBuffer xmbuf = XMESA_BUFFER(ctx->DrawBuffer); 125 clear_16bit_ximage( struct gl_context *ctx, struct xmesa_renderbuffer *xrb [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ec/ |
ec2_smpl.c | 198 const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) 230 int ec_GF2m_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) 266 int ec_GF2m_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) 272 if (ctx == NULL) 274 ctx = new_ctx = BN_CTX_new(); 275 if (ctx == NULL) 281 BN_CTX_start(ctx); 282 b = BN_CTX_get(ctx); 295 if (ctx != NULL) 296 BN_CTX_end(ctx); [all...] |
/external/openssl/crypto/ec/ |
ec2_smpl.c | 198 const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) 230 int ec_GF2m_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) 266 int ec_GF2m_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) 272 if (ctx == NULL) 274 ctx = new_ctx = BN_CTX_new(); 275 if (ctx == NULL) 281 BN_CTX_start(ctx); 282 b = BN_CTX_get(ctx); 295 if (ctx != NULL) 296 BN_CTX_end(ctx); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texobj.c | 58 _mesa_lookup_texture(struct gl_context *ctx, GLuint id) 61 _mesa_HashLookup(ctx->Shared->TexObjects, id); 70 * Called via ctx->Driver.NewTextureObject, unless overridden by a device 82 _mesa_new_texture_object( struct gl_context *ctx, GLuint name, GLenum target ) 85 (void) ctx; 165 finish_texture_init(struct gl_context *ctx, GLenum target, 177 if (ctx->Driver.TexParameter) { 180 ctx->Driver.TexParameter(ctx, target, obj, GL_TEXTURE_WRAP_S, fparam_wrap); 181 ctx->Driver.TexParameter(ctx, target, obj, GL_TEXTURE_WRAP_T, fparam_wrap) [all...] |
/external/mesa3d/src/mesa/main/ |
texobj.c | 58 _mesa_lookup_texture(struct gl_context *ctx, GLuint id) 61 _mesa_HashLookup(ctx->Shared->TexObjects, id); 70 * Called via ctx->Driver.NewTextureObject, unless overridden by a device 82 _mesa_new_texture_object( struct gl_context *ctx, GLuint name, GLenum target ) 85 (void) ctx; 165 finish_texture_init(struct gl_context *ctx, GLenum target, 177 if (ctx->Driver.TexParameter) { 180 ctx->Driver.TexParameter(ctx, target, obj, GL_TEXTURE_WRAP_S, fparam_wrap); 181 ctx->Driver.TexParameter(ctx, target, obj, GL_TEXTURE_WRAP_T, fparam_wrap) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_clear.c | 92 brw_fast_clear_depth(struct gl_context *ctx) 94 struct intel_context *intel = intel_context(ctx); 95 struct gl_framebuffer *fb = ctx->DrawBuffer; 110 if (ctx->Scissor.Enabled) { 144 depth_clear_value = float_as_int(ctx->Depth.Clear); 162 depth_clear_value = fb->_DepthMax * ctx->Depth.Clear; 205 * Called by ctx->Driver.Clear. 208 brw_clear(struct gl_context *ctx, GLbitfield mask) 210 struct intel_context *intel = intel_context(ctx); 212 if (!_mesa_check_conditional_render(ctx)) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_pixel_read.c | 71 do_blit_readpixels(struct gl_context * ctx, 76 struct intel_context *intel = intel_context(ctx); 99 if (ctx->_ImageTransferState || 120 if (_mesa_is_winsys_fbo(ctx->ReadBuffer)) 128 if (!_mesa_clip_copytexsubimage(ctx, 149 if (_mesa_is_winsys_fbo(ctx->ReadBuffer)) 150 y = ctx->ReadBuffer->Height - (y + height); 169 intelReadPixels(struct gl_context * ctx, 174 struct intel_context *intel = intel_context(ctx); 177 intel_flush_rendering_to_batch(ctx); [all...] |
/external/linux-tools-perf/util/ |
parse-options.c | 302 void parse_options_start(struct parse_opt_ctx_t *ctx, 305 memset(ctx, 0, sizeof(*ctx)); 306 ctx->argc = argc - 1; 307 ctx->argv = argv + 1; 308 ctx->out = argv; 309 ctx->cpidx = ((flags & PARSE_OPT_KEEP_ARGV0) != 0); 310 ctx->flags = flags; 319 int parse_options_step(struct parse_opt_ctx_t *ctx, 323 int internal_help = !(ctx->flags & PARSE_OPT_NO_INTERNAL_HELP) 414 struct parse_opt_ctx_t ctx; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_clear.c | 92 brw_fast_clear_depth(struct gl_context *ctx) 94 struct intel_context *intel = intel_context(ctx); 95 struct gl_framebuffer *fb = ctx->DrawBuffer; 110 if (ctx->Scissor.Enabled) { 144 depth_clear_value = float_as_int(ctx->Depth.Clear); 162 depth_clear_value = fb->_DepthMax * ctx->Depth.Clear; 205 * Called by ctx->Driver.Clear. 208 brw_clear(struct gl_context *ctx, GLbitfield mask) 210 struct intel_context *intel = intel_context(ctx); 212 if (!_mesa_check_conditional_render(ctx)) [all...] |