Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/tools/amlogic/
Ddoimage.c72 lseek(fout, 8, SEEK_SET); in main()
77 lseek(fout, 0x200, SEEK_SET); in main()
/trusted-firmware-a-latest/tools/encrypt_fw/src/
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-latest/lib/zlib/
Dzconf.h514 #if !defined(SEEK_SET) && !defined(Z_SOLO)
515 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
/trusted-firmware-a-latest/tools/nxp/create_pbl/
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-latest/tools/fiptool/
Dfiptool.c597 if (fseek(fp, image->toc_e.offset_address, SEEK_SET)) in pack_images()
603 if (fseek(fp, entry_offset, SEEK_SET)) in pack_images()