Home
last modified time | relevance | path

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

12

/trusted-firmware-a-latest/plat/nxp/common/tbbr/
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()
/trusted-firmware-a-latest/plat/arm/board/fvp/
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()
/trusted-firmware-a-latest/plat/arm/board/fvp_r/
Dfvp_r_trusted_boot.c56 if (strcmp(oid, TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_set_nv_ctr()
59 } else if (strcmp(oid, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_set_nv_ctr()
/trusted-firmware-a-latest/plat/arm/board/common/
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()
/trusted-firmware-a-latest/lib/libc/
Dstrcmp.c46 strcmp(const char *s1, const char *s2) in strcmp() function
Dlibc.mk23 strcmp.c \
Dlibc_asm.mk21 strcmp.c \
/trusted-firmware-a-latest/plat/common/tbbr/
Dplat_tbbr.c37 trusted_nv_ctr = strcmp(cookie, TRUSTED_FW_NVCOUNTER_OID) == 0; in plat_set_nv_ctr2()
/trusted-firmware-a-latest/tools/nxp/create_pbl/
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()
/trusted-firmware-a-latest/plat/brcm/board/common/
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()
/trusted-firmware-a-latest/include/lib/libc/
Dstring.h21 int strcmp(const char *s1, const char *s2);
/trusted-firmware-a-latest/lib/fconf/
Dfconf.c70 if (strcmp(populator->config_type, config_type) == 0) { in fconf_populate()
/trusted-firmware-a-latest/common/
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()
480 if (device_type == NULL || strcmp(device_type, "cpu") != 0) { in fdt_add_cpu_idle_states()
/trusted-firmware-a-latest/include/common/
Dfdt_wrappers.h63 return (prop == NULL) || (len == 5 && strcmp((const char *)prop, in fdt_node_is_enabled()
/trusted-firmware-a-latest/tools/encrypt_fw/src/
Dmain.c78 if (strcmp(key_alg_str, key_algs_str[i]) == 0) { in get_key_alg()
/trusted-firmware-a-latest/plat/arm/common/fconf/
Darm_fconf_sp.c115 } else if (strcmp(arm_sp.owner[index], "Plat") == 0) { in fconf_populate_arm_sp()
/trusted-firmware-a-latest/tools/fiptool/
Dwin_posix.c177 if (strcmp(optname, longopts[loptn].name) == 0) { in getopt_1long()
/trusted-firmware-a-latest/tools/cert_create/src/
Dmain.c144 if (0 == strcmp(key_alg_str, key_algs_str[i])) { in get_key_alg()
169 if (0 == strcmp(hash_alg_str, hash_algs_str[i])) { in get_hash_alg()
Dext.c311 if (ext->opt && !strcmp(ext->opt, opt)) { in ext_get_by_opt()
Dcert.c272 if (0 == strcmp(cert->opt, opt)) { in cert_get_by_opt()
Dkey.c349 if (0 == strcmp(key->opt, opt)) { in key_get_by_opt()
/trusted-firmware-a-latest/plat/xilinx/common/
Dplat_console.c90 if (!status_cell || strcmp(status_cell, "okay") == 0) { in get_node_status()
/trusted-firmware-a-latest/drivers/measured_boot/event_log/
Devent_print.c233 (strcmp((const char *)ptr, TCG_STARTUP_LOCALITY_SIGNATURE) == 0)) { in event2_print()
/trusted-firmware-a-latest/plat/qti/qtiseclib/src/
Dqtiseclib_cb_interface.c34 return strcmp(s1, s2); in qtiseclib_cb_strcmp()
/trusted-firmware-a-latest/drivers/auth/mbedtls/
Dmbedtls_x509_parser.c137 (strcmp(oid, oid_str) == 0)) { in get_ext()

12