| /rk3399_ARM-atf/lib/libfdt/ |
| H A D | fdt_check.c | 18 uint32_t tag; in fdt_check_full() local 40 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_check_full() 46 if (expect_end && tag != FDT_END) in fdt_check_full() 49 switch (tag) { in fdt_check_full()
|
| H A D | fdt.c | 165 uint32_t tag, len, sum; in fdt_next_tag() local 173 tag = fdt32_to_cpu(*tagp); in fdt_next_tag() 177 switch (tag) { in fdt_next_tag() 220 return tag; in fdt_next_tag() 250 uint32_t tag; in fdt_next_node() local 258 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_next_node() 260 switch (tag) { in fdt_next_node() 282 } while (tag != FDT_BEGIN_NODE); in fdt_next_node()
|
| H A D | fdt.h | 37 fdt32_t tag; member 42 fdt32_t tag; member
|
| H A D | fdt_rw.c | 229 (*prop)->tag = cpu_to_fdt32(FDT_PROP); in fdt_add_property_() 340 uint32_t tag; in fdt_add_subnode_namelen() local 352 tag = fdt_next_tag(fdt, parentoffset, &nextoffset); in fdt_add_subnode_namelen() 354 if (!can_assume(LIBFDT_FLAWLESS) && (tag != FDT_BEGIN_NODE)) in fdt_add_subnode_namelen() 358 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_add_subnode_namelen() 359 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen() 368 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE); in fdt_add_subnode_namelen()
|
| H A D | fdt_sw.c | 231 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE); in fdt_begin_node() 318 prop->tag = cpu_to_fdt32(FDT_PROP); in fdt_property_placeholder() 342 uint32_t tag; in fdt_finish() local 361 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) { in fdt_finish() 362 if (tag == FDT_PROP) { in fdt_finish()
|
| H A D | fdt_ro.c | 203 uint32_t tag; in nextprop_() local 207 tag = fdt_next_tag(fdt, offset, &nextoffset); in nextprop_() 209 switch (tag) { in nextprop_() 220 } while (tag == FDT_NOP); in nextprop_()
|
| /rk3399_ARM-atf/plat/imx/imx8ulp/ |
| H A D | imx8ulp_psci.c | 210 .tag = PMIC_REG_VALID_TAG, 216 .tag = PMIC_REG_VALID_TAG, 222 .tag = PMIC_REG_VALID_TAG, 228 .tag = PMIC_REG_VALID_TAG, 238 .tag = PMIC_REG_VALID_TAG, 244 .tag = PMIC_REG_VALID_TAG, 250 .tag = PMIC_REG_VALID_TAG, 256 .tag = PMIC_REG_VALID_TAG,
|
| /rk3399_ARM-atf/tools/encrypt_fw/src/ |
| H A D | encrypt.c | 30 unsigned char key[KEY_SIZE], iv[IV_SIZE], tag[TAG_SIZE]; in gcm_encrypt() local 117 ret = EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_GCM_GET_TAG, TAG_SIZE, tag); in gcm_encrypt() 130 memcpy(header.tag, tag, TAG_SIZE); in gcm_encrypt()
|
| /rk3399_ARM-atf/bl32/tsp/ |
| H A D | ffa_helpers.c | 61 uint64_t handle, uint64_t tag, ffa_endpoint_id16_t *receivers, in ffa_memory_region_init_header() argument 76 memory_region->tag = tag; in ffa_memory_region_init_header() 97 uint64_t tag, ffa_mtd_flag32_t flags, in ffa_memory_retrieve_request_init() argument 102 handle, tag, receivers, in ffa_memory_retrieve_request_init()
|
| /rk3399_ARM-atf/plat/nvidia/tegra/lib/debug/ |
| H A D | profiler.c | 43 uint8_t tag[TAG_LEN_BYTES]; member 111 (void)snprintf((char *)cur->tag, len, "%s", str); in boot_profiler_add_record()
|
| /rk3399_ARM-atf/drivers/auth/ |
| H A D | crypto_mod.c | 202 unsigned int iv_len, const void *tag, in crypto_mod_auth_decrypt() argument 212 assert(tag != NULL); in crypto_mod_auth_decrypt() 216 key_len, key_flags, iv, iv_len, tag, in crypto_mod_auth_decrypt()
|
| /rk3399_ARM-atf/include/services/ |
| H A D | el3_spmc_ffa_memory.h | 214 uint64_t tag; member 251 uint64_t tag; member
|
| H A D | el3_spmd_logical_sp.h | 138 const uint16_t tag,
|
| /rk3399_ARM-atf/drivers/auth/mbedtls/ |
| H A D | mbedtls_crypto.c | 129 signature.tag = *p; in verify_signature() 309 unsigned int iv_len, const void *tag, in aes_gcm_decrypt() argument 371 diff |= ((const unsigned char *)tag)[i] ^ tag_buf[i]; in aes_gcm_decrypt() 392 unsigned int iv_len, const void *tag, in auth_decrypt() argument 402 tag, tag_len); in auth_decrypt()
|
| H A D | mbedtls_psa_crypto.c | 499 unsigned int iv_len, const void *tag, in aes_gcm_decrypt() argument 547 psa_status = psa_aead_verify(&operation, NULL, 0, &output_length, tag, tag_len); in aes_gcm_decrypt() 565 unsigned int iv_len, const void *tag, in auth_decrypt() argument 575 tag, tag_len); in auth_decrypt()
|
| /rk3399_ARM-atf/include/drivers/auth/ |
| H A D | crypto_mod.h | 83 unsigned int iv_len, const void *tag, 116 unsigned int iv_len, const void *tag,
|
| /rk3399_ARM-atf/include/tools_share/ |
| H A D | firmware_encrypted.h | 39 uint8_t tag[ENC_MAX_TAG_SIZE]; member
|
| /rk3399_ARM-atf/services/std_svc/spmd/ |
| H A D | spmd_logical_sp.c | 191 const uint16_t tag) in spmd_build_ffa_info_get_regs() argument 197 uint64_t arg3 = start_index | (uint64_t)tag << 16; in spmd_build_ffa_info_get_regs() 415 uint16_t tag; in spmd_el3_populate_logical_partition_info() local 435 tag = (uint16_t)((x3 >> 16) & 0xFFFFU); in spmd_el3_populate_logical_partition_info() 439 if (tag != 0) { in spmd_el3_populate_logical_partition_info() 503 const uint16_t tag, in spmd_el3_invoke_partition_info_get() argument 523 if (tag != 0) { in spmd_el3_invoke_partition_info_get() 537 spmd_build_ffa_info_get_regs(ctx, target_uuid, start_index, tag); in spmd_el3_invoke_partition_info_get()
|
| /rk3399_ARM-atf/lib/coreboot/ |
| H A D | coreboot_table.c | 38 uint32_t tag; member 142 switch (read_le32(&entry->tag)) { in coreboot_table_setup()
|
| /rk3399_ARM-atf/include/drivers/st/ |
| H A D | stm32_saes.h | 58 int stm32_saes_final(struct stm32_saes_context *ctx, uint8_t *tag, size_t tag_len);
|
| /rk3399_ARM-atf/plat/st/common/ |
| H A D | stm32mp_crypto_lib.c | 576 const void *tag, unsigned int tag_len) in stm32_decrypt_aes_gcm() argument 610 diff |= ((const unsigned char *)tag)[i] ^ tag_buf[i]; in stm32_decrypt_aes_gcm() 626 const void *iv, unsigned int iv_len, const void *tag, in crypto_auth_decrypt() argument 644 real_iv, sizeof(real_iv), tag, tag_len); in crypto_auth_decrypt()
|
| /rk3399_ARM-atf/services/std_svc/spm/el3_spmc/ |
| H A D | spmc_shared_mem.c | 461 out->tag = mtd_orig->tag; in spmc_shm_convert_shmem_obj_from_v1_0() 557 out->tag = mtd_orig->tag; in spmc_shm_convert_mtd_to_v1_0() 1609 if (req->emad_count != 0U && req->tag != obj->desc.tag) { in spmc_ffa_mem_retrieve_req() 1611 __func__, req->tag, obj->desc.tag); in spmc_ffa_mem_retrieve_req()
|
| /rk3399_ARM-atf/drivers/io/ |
| H A D | io_encrypted.c | 208 header.iv_len, header.tag, in enc_file_read()
|
| /rk3399_ARM-atf/plat/imx/imx8ulp/upower/ |
| H A D | upower_soc_defs.h | 1000 uint32_t tag : 8; member 1085 uint32_t tag : 8U; member
|
| /rk3399_ARM-atf/fdts/ |
| H A D | a5ds.dts | 64 arm,tag-latency = <1 1 1>;
|