/external/arm-trusted-firmware/drivers/nxp/auth/csf_hdr_parser/ |
D | cot.c | 35 .img_type = IMG_PLAT, 51 .img_type = IMG_PLAT, 67 .img_type = IMG_PLAT, 83 .img_type = IMG_PLAT, 100 .img_type = IMG_PLAT, 116 .img_type = IMG_PLAT, 134 .img_type = IMG_PLAT, 150 .img_type = IMG_PLAT, 166 .img_type = IMG_PLAT, 182 .img_type = IMG_PLAT, [all …]
|
/external/arm-trusted-firmware/drivers/nxp/auth/tbbr/ |
D | tbbr_cot.c | 136 .img_type = IMG_CERT, 179 .img_type = IMG_CERT, 211 .img_type = IMG_CERT, 250 .img_type = IMG_RAW, 265 .img_type = IMG_RAW, 282 .img_type = IMG_CERT, 314 .img_type = IMG_CERT, 367 .img_type = IMG_RAW, 381 .img_type = IMG_RAW, 395 .img_type = IMG_RAW, [all …]
|
/external/arm-trusted-firmware/drivers/auth/ |
D | img_parser_mod.c | 58 assert(parser_lib_indices[parser_lib_descs[index].img_type] == in img_parser_init() 62 parser_lib_indices[parser_lib_descs[index].img_type] = index; in img_parser_init() 66 int img_parser_check_integrity(img_type_t img_type, in img_parser_check_integrity() argument 75 if (img_type == IMG_RAW) { in img_parser_check_integrity() 80 idx = parser_lib_indices[img_type]; in img_parser_check_integrity() 98 int img_parser_get_auth_param(img_type_t img_type, in img_parser_get_auth_param() argument 112 if (img_type == IMG_RAW) { in img_parser_get_auth_param() 120 idx = parser_lib_indices[img_type]; in img_parser_get_auth_param()
|
D | auth_mod.c | 110 rc = img_parser_get_auth_param(img_desc->img_type, param->data, in auth_hash() 158 rc = img_parser_get_auth_param(img_desc->img_type, param->data, in auth_signature() 163 rc = img_parser_get_auth_param(img_desc->img_type, param->sig, in auth_signature() 168 rc = img_parser_get_auth_param(img_desc->img_type, param->alg, in auth_signature() 189 rc = img_parser_get_auth_param(img_desc->img_type, in auth_signature() 250 rc = img_parser_get_auth_param(img_desc->img_type, param->cert_nv_ctr, in auth_nvctr() 372 rc = img_parser_check_integrity(img_desc->img_type, img_ptr, img_len); in auth_mod_verify_img() 427 rc = img_parser_get_auth_param(img_desc->img_type, in auth_mod_verify_img()
|
/external/arm-trusted-firmware/drivers/auth/dualroot/ |
D | cot.c | 130 .img_type = IMG_CERT, 185 .img_type = IMG_RAW, 202 .img_type = IMG_RAW, 219 .img_type = IMG_RAW, 234 .img_type = IMG_RAW, 253 .img_type = IMG_CERT, 287 .img_type = IMG_CERT, 320 .img_type = IMG_CERT, 353 .img_type = IMG_RAW, 369 .img_type = IMG_CERT, [all …]
|
/external/arm-trusted-firmware/drivers/auth/tbbr/ |
D | tbbr_cot_bl2.c | 90 .img_type = IMG_CERT, 132 .img_type = IMG_CERT, 164 .img_type = IMG_CERT, 196 .img_type = IMG_RAW, 213 .img_type = IMG_CERT, 245 .img_type = IMG_CERT, 284 .img_type = IMG_RAW, 299 .img_type = IMG_RAW, 316 .img_type = IMG_CERT, 348 .img_type = IMG_CERT, [all …]
|
D | tbbr_cot_bl1.c | 29 .img_type = IMG_RAW, 47 .img_type = IMG_CERT, 89 .img_type = IMG_RAW, 106 .img_type = IMG_RAW, 123 .img_type = IMG_RAW, 140 .img_type = IMG_RAW, 155 .img_type = IMG_RAW,
|
D | tbbr_cot_bl1_r64.c | 43 .img_type = IMG_CERT, 85 .img_type = IMG_CERT, 117 .img_type = IMG_CERT, 156 .img_type = IMG_RAW,
|
D | tbbr_cot_common.c | 60 .img_type = IMG_CERT, 115 .img_type = IMG_RAW,
|
/external/libusb/examples/ |
D | fxload.c | 90 int fx_type = FX_TYPE_UNDEFINED, img_type[ARRAYSIZE(path)]; in main() local 267 img_type[i] = IMG_TYPE_HEX; in main() 269 img_type[i] = IMG_TYPE_IIC; in main() 271 img_type[i] = IMG_TYPE_BIX; in main() 273 img_type[i] = IMG_TYPE_IMG; in main() 280 logerror("%s: type %s\n", path[i], img_name[img_type[i]]); in main() 287 status = ezusb_load_ram(device, path[FIRMWARE], fx_type, img_type[FIRMWARE], 0); in main() 292 status = ezusb_load_ram(device, path[LOADER], fx_type, img_type[LOADER], 0); in main() 297 status = ezusb_load_ram(device, path[FIRMWARE], fx_type, img_type[FIRMWARE], 1); in main()
|
D | ezusb.h | 84 const char *path, int fx_type, int img_type, int stage); 98 const char *path, int fx_type, int img_type, int config);
|
D | ezusb.c | 728 int ezusb_load_ram(libusb_device_handle *device, const char *path, int fx_type, int img_type, int s… in ezusb_load_ram() argument 748 if (img_type == IMG_TYPE_IIC) { in ezusb_load_ram() 798 status = parse[img_type](image, &ctx, is_external, ram_poke); in ezusb_load_ram()
|
/external/arm-trusted-firmware/include/drivers/auth/ |
D | img_parser_mod.h | 34 img_type_t img_type; member 46 int img_parser_check_integrity(img_type_t img_type, 48 int img_parser_get_auth_param(img_type_t img_type, 57 .img_type = _type, \
|
D | auth_mod.h | 30 img_type_t img_type; member 41 img_type_t img_type; member 73 .img_type = IMG_RAW, \
|
/external/OpenCL-CTS/test_conformance/mem_host_flags/ |
D | mem_host_image.cpp | 112 …cl_mem_object_type img_type[5] = {CL_MEM_OBJECT_IMAGE1D, CL_MEM_OBJECT_IMAGE2D, CL_MEM_OBJECT_IMAG… in test_mem_host_read_only_image() local 125 buffer_mem_flags[flag], img_type[p], in test_mem_host_read_only_image() 131 buffer_mem_flags[flag], img_type[p], in test_mem_host_read_only_image() 229 …cl_mem_object_type img_type[5]= {CL_MEM_OBJECT_IMAGE1D, CL_MEM_OBJECT_IMAGE2D, CL_MEM_OBJECT_IMAGE… in test_mem_host_write_only_image() local 243 … buffer_mem_flags[k], img_type[p], array_size[p], img_dims[p]); in test_mem_host_write_only_image() 247 … buffer_mem_flags[k], img_type[p], array_size[p], img_dims[p]); in test_mem_host_write_only_image() 342 …cl_mem_object_type img_type[5] = {CL_MEM_OBJECT_IMAGE1D, CL_MEM_OBJECT_IMAGE2D, CL_MEM_OBJECT_IMAG… in test_mem_host_no_access_image() local 356 … buffer_mem_flags[k], img_type[p], array_size[p], img_dims[p]); in test_mem_host_no_access_image() 359 … buffer_mem_flags[k], img_type[p], array_size[p], img_dims[p]); in test_mem_host_no_access_image()
|
/external/e2fsprogs/misc/ |
D | e2image.c | 1497 int img_type = 0; in main() local 1535 if (img_type) in main() 1537 img_type |= E2IMAGE_QCOW2; in main() 1540 if (img_type) in main() 1542 img_type |= E2IMAGE_RAW; in main() 1577 if (all_data && !img_type) { in main() 1582 if (superblock && !img_type) { in main() 1587 if ((source_offset || dest_offset) && img_type != E2IMAGE_RAW) { in main() 1592 if (move_mode && img_type != E2IMAGE_RAW) { in main() 1613 if (img_type && !ignore_rw_mount && in main() [all …]
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | glX_proto_send.py | 574 …%s, %s, %s);' % (dim_str, width, height, depth, param.img_format, param.img_type, param.name, pcPt… 579 …%s, %s, %s);' % (dim_str, width, height, depth, param.img_format, param.img_type, param.name, pcPt… 614 if p.is_image() and (p.img_format != "GL_COLOR_INDEX" or p.img_type != "GL_BITMAP"): 696 if p.img_format != "GL_COLOR_INDEX" or p.img_type != "GL_BITMAP": 729 …%s, %s, %s, %s_data(reply), %s);' % (w, h, d, output.img_format, output.img_type, xcb_name, output… 768 if img.img_format != "GL_COLOR_INDEX" or img.img_type != "GL_BITMAP": 789 …dPixelReply(dpy, gc, %u, 0, 0, 0, %s, %s, %s, GL_TRUE);" % (dim, p.img_format, p.img_type, p.name)) 791 …py, gc, %u, %s, %s, %s, %s, %s, %s, GL_FALSE);" % (dim, w, h, d, p.img_format, p.img_type, p.name))
|
D | glX_proto_common.py | 62 …lImageSize(%s, %s, %s, %s, %s, %s)' % (w, h, d, param.img_format, param.img_type, param.img_target)
|
D | glX_proto_size.py | 568 if p.name in [w, h, d, img.img_format, img.img_type, img.img_target]: 582 …print(' return __glXImageSize(%s, %s, %s, %s, %s, %s,' % (img.img_format, img.img_type, img.img…
|
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/ta_prod_signing_scripts/ |
D | generate_digest.py | 68 img_type = 0 # SHDR_TA 70 shdr = struct.pack('<IIIIHH', magic, img_type, img_size, algo, digest_len, sig_len)
|
D | stitch_ta.py | 72 img_type = 0 # SHDR_TA 74 shdr = struct.pack('<IIIIHH', magic, img_type, img_size, algo, digest_len, sig_len)
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_bufimage.c | 44 const struct glsl_type *img_type = glsl_image_type(GLSL_SAMPLER_DIM_BUF, in build_nir_itob_compute_shader() local 58 img_type, "out_img"); in build_nir_itob_compute_shader() 273 const struct glsl_type *img_type = glsl_image_type(dim, in build_nir_btoi_compute_shader() local 287 img_type, "out_img"); in build_nir_btoi_compute_shader() 495 const struct glsl_type *img_type = glsl_image_type(GLSL_SAMPLER_DIM_BUF, in build_nir_btoi_r32g32b32_compute_shader() local 509 img_type, "out_img"); in build_nir_btoi_r32g32b32_compute_shader() 703 const struct glsl_type *img_type = glsl_image_type(dim, in build_nir_itoi_compute_shader() local 717 img_type, "out_img"); in build_nir_itoi_compute_shader() 920 const struct glsl_type *img_type = glsl_image_type(GLSL_SAMPLER_DIM_BUF, in build_nir_itoi_r32g32b32_compute_shader() local 934 img_type, "output_img"); in build_nir_itoi_r32g32b32_compute_shader() [all …]
|
D | radv_meta_fmask_expand.c | 37 const struct glsl_type *img_type = in build_fmask_expand_compute_shader() local 55 img_type, "out_img"); in build_fmask_expand_compute_shader()
|
D | radv_meta_resolve_cs.c | 76 const struct glsl_type *img_type = glsl_image_type(GLSL_SAMPLER_DIM_2D, in build_resolve_compute_shader() local 92 img_type, "out_img"); in build_resolve_compute_shader() 175 const struct glsl_type *img_type = glsl_image_type(GLSL_SAMPLER_DIM_2D, in build_depth_stencil_resolve_compute_shader() local 194 img_type, "out_img"); in build_depth_stencil_resolve_compute_shader()
|
/external/arm-trusted-firmware/lib/fconf/ |
D | fconf_cot_getter.c | 123 img_type_t type = auth_img_descs[img_id].img_type; in get_auth_param_type_desc() 348 auth_img_descs[img_id].img_type = type; in set_desc_data()
|