Home
last modified time | relevance | path

Searched refs:SEEK_SET (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-a/tools/amlogic/
A Ddoimage.c72 lseek(fout, 8, SEEK_SET); in main()
77 lseek(fout, 0x200, SEEK_SET); in main()
/trusted-firmware-a/tools/encrypt_fw/src/
A Dencrypt.c73 ret = fseek(op_file, sizeof(struct fw_enc_hdr), SEEK_SET); in gcm_encrypt()
132 ret = fseek(op_file, 0, SEEK_SET); in gcm_encrypt()
/trusted-firmware-a/tools/sptool/
A Dsptool.c234 xfseek(f, file_ptr, SEEK_SET); in output_write()
243 xfseek(f, file_ptr, SEEK_SET); in output_write()
259 xfseek(f, 0, SEEK_SET); in output_write()
/trusted-firmware-a/lib/zlib/
A Dzconf.h497 #if !defined(SEEK_SET) && !defined(Z_SOLO)
498 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
/trusted-firmware-a/tools/nxp/create_pbl/
A Dcreate_pbl.c308 fseek(fp_rcw_pbi_op, 0L, SEEK_SET); in crypto_calculate_checksum()
379 fseek(fp_rcw_pbi_op, 0L, SEEK_SET); in add_pbi_stop_cmd()
384 fseek(fp_rcw_pbi_op, CHS3_CRC_PAYLOAD_START_OFFSET, SEEK_SET); in add_pbi_stop_cmd()
/trusted-firmware-a/tools/fiptool/
A Dfiptool.c575 if (fseek(fp, image->toc_e.offset_address, SEEK_SET)) in pack_images()
581 if (fseek(fp, entry_offset, SEEK_SET)) in pack_images()

Completed in 13 milliseconds