Home
last modified time | relevance | path

Searched refs:tlvs (Results 1 – 2 of 2) sorted by relevance

/optee_os/scripts/
H A Dsign_rproc_fw.py120 self.tlvs = {}
150 self.tlvs[type_id] = int_val.to_bytes(4, 'little')
152 self.tlvs[type_id] = value.encode('utf-8')
154 if self.tlvs is not None:
155 for type_id, value in self.tlvs.items():
/optee_os/ta/remoteproc/src/
H A Dremoteproc_core.c182 uint8_t *tlvs; member
324 res = remoteproc_get_tlv(ctx->tlvs, hdr->tlv_len, in remoteproc_pta_verify()
400 res = remoteproc_get_tlv(ctx->tlvs, hdr->tlv_len, RPROC_TLV_SIGNTYPE, in remoteproc_verify_signature()
423 res = TEE_DigestDoFinal(op, ctx->tlvs, ROUNDUP_64(hdr->tlv_len), in remoteproc_verify_signature()
526 ctx->tlvs = FW_TLV_PTR(ctx->sec_cpy, hdr); in remoteproc_verify_firmware()
618 res = remoteproc_get_tlv(ctx->tlvs, ctx->tlvs_sz, RPROC_TLV_HASHTABLE, in get_hash_table()
648 res = remoteproc_get_tlv(ctx->tlvs, ctx->tlvs_sz, RPROC_TLV_IMGTYPE, in get_tlv_images_type()
671 res = remoteproc_get_tlv(ctx->tlvs, ctx->tlvs_sz, RPROC_TLV_IMGSIZE, in get_tlv_images_size()
808 res = remoteproc_get_tlv(ctx->tlvs, ctx->tlvs_sz, RPROC_TLV_NUM_IMG, in remoteproc_load_elf()