Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/amlogic/
H A Ddoimage.c72 lseek(fout, 8, SEEK_SET); in main()
77 lseek(fout, 0x200, SEEK_SET); in main()
/rk3399_ARM-atf/tools/encrypt_fw/src/
H 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()
/rk3399_ARM-atf/lib/zlib/
H A Dzconf.h505 #if !defined(SEEK_SET) && !defined(Z_SOLO)
506 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
/rk3399_ARM-atf/tools/nxp/create_pbl/
H 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()
/rk3399_ARM-atf/tools/fiptool/
H A Dfiptool.c598 if (fseek(fp, image->toc_e.offset_address, SEEK_SET)) in pack_images()
604 if (fseek(fp, entry_offset, SEEK_SET)) in pack_images()