Home
last modified time | relevance | path

Searched refs:strcmp (Results 1 – 25 of 31) sorted by relevance

12

/rk3399_ARM-atf/plat/nxp/common/tbbr/
H A Dx509_tbbr.c42 if (strcmp(oid, TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_get_nv_ctr()
44 } else if (strcmp(oid, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_get_nv_ctr()
77 if (strcmp(oid, TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_set_nv_ctr()
79 } else if (strcmp(oid, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_set_nv_ctr()
/rk3399_ARM-atf/plat/arm/board/common/
H A Dboard_arm_trusted_boot.c153 } else if (strcmp(cookie, PROT_PK_OID) == 0) { in arm_get_rotpk_info()
179 } else if (strcmp(cookie, PROT_PK_OID) == 0) { in arm_get_rotpk_info()
186 } else if (strcmp(cookie, SWD_ROT_PK_OID) == 0) { in arm_get_rotpk_info()
216 if (strcmp(oid, TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_get_nv_ctr()
219 } else if (strcmp(oid, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_get_nv_ctr()
223 } else if (strcmp(oid, CCA_FW_NVCOUNTER_OID) == 0) { in plat_get_nv_ctr()
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dfvp_trusted_boot.c48 if (strcmp(oid, TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_get_nv_ctr_addr()
51 } else if (strcmp(oid, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_get_nv_ctr_addr()
54 } else if (strcmp(oid, CCA_FW_NVCOUNTER_OID) == 0) { in plat_get_nv_ctr_addr()
/rk3399_ARM-atf/lib/libc/
H A Dstrcmp.c46 strcmp(const char *s1, const char *s2) in strcmp() function
H A Dlibc_common.mk23 strcmp.c \
/rk3399_ARM-atf/plat/common/tbbr/
H A Dplat_tbbr.c37 trusted_nv_ctr = strcmp(cookie, TRUSTED_FW_NVCOUNTER_OID) == 0; in plat_set_nv_ctr2()
/rk3399_ARM-atf/include/lib/libc/
H A Dstring_private.h16 int strcmp(const char *s1, const char *s2);
H A Dstring.h27 #define strcmp __builtin_strcmp macro
/rk3399_ARM-atf/tools/nxp/create_pbl/
H A Dcreate_pbl.c789 if (strcmp(optarg, "qspi") == 0) { in main()
791 } else if (strcmp(optarg, "nor") == 0) { in main()
793 } else if (strcmp(optarg, "nand") == 0) { in main()
795 } else if (strcmp(optarg, "sd") == 0) { in main()
797 } else if (strcmp(optarg, "emmc") == 0) { in main()
799 } else if (strcmp(optarg, "flexspi_nor") == 0) { in main()
801 } else if (strcmp(optarg, "flexspi_nand") == 0) { in main()
803 } else if (strcmp(optarg, "flexspi_nand2k") == 0) { in main()
/rk3399_ARM-atf/plat/brcm/board/common/
H A Dboard_arm_trusted_boot.c590 if (strcmp(oid, TRUSTED_FW_NVCOUNTER_OID) == 0) in plat_get_nv_ctr()
592 else if (strcmp(oid, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) in plat_get_nv_ctr()
613 if (strcmp(oid, TRUSTED_FW_NVCOUNTER_OID) == 0) in plat_set_nv_ctr()
615 else if (strcmp(oid, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) in plat_set_nv_ctr()
/rk3399_ARM-atf/lib/fconf/
H A Dfconf.c66 if (strcmp(populator->config_type, config_type) == 0) { in fconf_populate()
/rk3399_ARM-atf/common/
H A Dfdt_fixup.c122 if ((strcmp(prop, "cpu") != 0) || (len != 4)) in dt_update_one_cpu_node()
128 (strcmp(prop, "psci") == 0) && (len == 5)) in dt_update_one_cpu_node()
499 if (device_type == NULL || strcmp(device_type, "cpu") != 0) { in fdt_add_cpu_idle_states()
/rk3399_ARM-atf/include/common/
H A Dfdt_wrappers.h67 return (prop == NULL) || (len == 5 && strcmp((const char *)prop, in fdt_node_is_enabled()
/rk3399_ARM-atf/tools/encrypt_fw/src/
H A Dmain.c80 if (strcmp(key_alg_str, key_algs_str[i]) == 0) { in get_key_alg()
/rk3399_ARM-atf/plat/arm/common/fconf/
H A Darm_fconf_sp.c117 } else if (strcmp(arm_sp.owner[index], "Plat") == 0) { in fconf_populate_arm_sp()
/rk3399_ARM-atf/tools/fiptool/
H A Dwin_posix.c177 if (strcmp(optname, longopts[loptn].name) == 0) { in getopt_1long()
/rk3399_ARM-atf/tools/cert_create/src/
H A Dmain.c136 if (0 == strcmp(key_alg_str, key_algs_str[i])) { in get_key_alg()
161 if (0 == strcmp(hash_alg_str, hash_algs_str[i])) { in get_hash_alg()
H A Dext.c311 if (ext->opt && !strcmp(ext->opt, opt)) { in ext_get_by_opt()
H A Dcert.c271 if (0 == strcmp(cert->opt, opt)) { in cert_get_by_opt()
H A Dkey.c361 if (0 == strcmp(key->opt, opt)) { in key_get_by_opt()
/rk3399_ARM-atf/plat/xilinx/common/
H A Dplat_console.c142 if (!status_cell || strcmp(status_cell, "okay") == 0) { in get_node_status()
/rk3399_ARM-atf/plat/qti/qtiseclib/src/
H A Dqtiseclib_cb_interface.c34 return strcmp(s1, s2); in qtiseclib_cb_strcmp()
/rk3399_ARM-atf/drivers/st/pmic/
H A Dstm32mp_pmic.c396 if (strcmp(desc->node_name, reg_name) == 0) { in register_pmic()
/rk3399_ARM-atf/drivers/auth/mbedtls/
H A Dmbedtls_x509_parser.c137 (strcmp(oid, oid_str) == 0)) { in get_ext()
/rk3399_ARM-atf/plat/intel/soc/agilex5/soc/
H A Dagilex5_iossm_mailbox.c465 if (strcmp(io96b_ctrl->ddr_type, "UNKNOWN") == 0) { in get_mem_technology()
467 } else if (strcmp(ddr_type_list[ddr_type_ret], io96b_ctrl->ddr_type) != 0) { in get_mem_technology()

12