| /rk3399_ARM-atf/lib/libc/ |
| H A D | memcmp.c | 10 int memcmp(const void *s1, const void *s2, size_t len) in memcmp() function
|
| H A D | libc_common.mk | 12 memcmp.c \
|
| /rk3399_ARM-atf/include/lib/libc/ |
| H A D | string_private.h | 15 int memcmp(const void *s1, const void *s2, size_t len);
|
| H A D | string.h | 25 #define memcmp __builtin_memcmp macro
|
| /rk3399_ARM-atf/include/drivers/partition/ |
| H A D | efi.h | 20 return memcmp(g1, g2, sizeof(struct efi_guid)); in guidcmp()
|
| /rk3399_ARM-atf/drivers/nxp/auth/csf_hdr_parser/ |
| H A D | csf_hdr_parser.c | 97 if (memcmp(hash, srk_hash, SHA256_BYTES) != 0) { in deploy_rotpk_hash_table() 309 if (memcmp(hdr->barker, barker_code, CSF_BARKER_LEN) != 0) { in validate_esbc_header() 349 if (!(memcmp(s, key, hdr->sign_len) < 0)) { in validate_esbc_header()
|
| /rk3399_ARM-atf/plat/nvidia/tegra/ |
| H A D | platform.mk | 72 memcmp.c \
|
| /rk3399_ARM-atf/drivers/nxp/crypto/caam/src/auth/ |
| H A D | nxp_crypto.c | 111 if (memcmp(hash, (hash_tbl + (i * digest_size)), in verify_hash()
|
| H A D | rsa.c | 172 ret = memcmp(img_encoded_hash_second, encoded_hash, sig_len); in rsa_verify_signature()
|
| /rk3399_ARM-atf/plat/nxp/common/nv_storage/ |
| H A D | plat_nv_storage.c | 110 if (memcmp(read_val, ready_to_write_val, data_size) == 0) { in wr_nv_app_data()
|
| /rk3399_ARM-atf/common/ |
| H A D | uuid.c | 139 return !memcmp(uuid1, uuid2, sizeof(uint32_t) * 4); in uuid_match()
|
| /rk3399_ARM-atf/lib/libfdt/ |
| H A D | fdt_ro.c | 23 if (memcmp(p, s, len) != 0) in fdt_nodename_eq_() 111 return p && (slen == len) && (memcmp(p, s, len) == 0); in fdt_string_eq_() 703 && (memcmp(val, propval, len) == 0)) in fdt_node_offset_by_prop_value() 741 if (memcmp(str, strlist, len+1) == 0) in fdt_stringlist_contains() 797 if (length == len && memcmp(list, string, length) == 0) in fdt_stringlist_search()
|
| H A D | fdt.c | 322 if (memcmp(p, s, len) == 0) in fdt_find_string_()
|
| H A D | fdt_overlay.c | 969 if ((e - s) > len && (memcmp(s, "/__overlay__/", len) == 0)) { in overlay_symbol_update() 974 && (memcmp(s, "/__overlay__", len - 1) == 0)) { in overlay_symbol_update()
|
| /rk3399_ARM-atf/services/std_svc/trng/ |
| H A D | trng_main.c | 113 if (!memcmp(&plat_trng_uuid, &uuid_null, sizeof(uuid_t))) { in trng_smc_handler()
|
| /rk3399_ARM-atf/plat/intel/soc/common/ |
| H A D | socfpga_vab.c | 105 if (memcmp(hash384, cert_hash_ptr, FCS_SHA384_WORD_SIZE)) { in socfpga_vab_authentication()
|
| /rk3399_ARM-atf/drivers/auth/mbedtls/ |
| H A D | mbedtls_x509_parser.c | 246 (memcmp(p, v3, sizeof(v3)) != 0)) { in cert_parse() 407 (0 != memcmp(sig_alg1.p, p, sig_alg1.len))) { in cert_parse()
|
| H A D | mbedtls_crypto.c | 237 rc = memcmp(data_hash, hash, mbedtls_md_get_size(md_info)); in verify_hash()
|
| /rk3399_ARM-atf/plat/nxp/common/fip_handler/fuse_fip/ |
| H A D | fuse_io_storage.c | 178 if (memcmp(fuse_hdr->barker, barker, sizeof(barker)) != 0) { in fip_fuse_provisioning()
|
| /rk3399_ARM-atf/plat/st/common/ |
| H A D | stm32mp_crypto_lib.c | 114 (memcmp(MBEDTLS_OID_EC_GRP_SECP256R1, alg_params.p, alg_params.len) == 0)) { in get_plain_pk_from_asn1() 117 (memcmp(OID_EC_GRP_BP256T1, alg_params.p, alg_params.len) == 0)) { in get_plain_pk_from_asn1() 475 ret = memcmp(calc_hash, digest_info_ptr, digest_info_len); in crypto_verify_hash()
|
| H A D | stm32mp_trusted_boot.c | 132 ret = memcmp(calc_hash, otp_hash, sizeof(calc_hash)); in get_rotpk_hash()
|
| /rk3399_ARM-atf/tools/fiptool/ |
| H A D | fiptool.c | 241 if (memcmp(&desc->uuid, uuid, sizeof(uuid_t)) == 0) in lookup_image_desc_from_uuid() 347 if (memcmp(&toc_entry->uuid, &uuid_null, sizeof(uuid_t)) == 0) { in parse_fip() 746 if (memcmp(&uuid, &uuid_null, sizeof(uuid_t)) == 0 || in create_cmd() 849 if (memcmp(&uuid, &uuid_null, sizeof(uuid_t)) == 0 || in update_cmd() 963 if (memcmp(&uuid, &uuid_null, sizeof(uuid_t)) == 0 || in unpack_cmd() 1108 if (memcmp(&uuid, &uuid_null, sizeof(uuid_t)) == 0) in remove_cmd()
|
| /rk3399_ARM-atf/lib/zlib/ |
| H A D | zutil.h | 213 # define zmemcmp memcmp
|
| /rk3399_ARM-atf/lib/debugfs/ |
| H A D | devfip.c | 157 if (memcmp(&uuidnames[i].uuid, in fipgen()
|
| /rk3399_ARM-atf/drivers/brcm/ |
| H A D | spi_flash.c | 68 if (!memcmp(info->id, id, info->id_len)) in spi_flash_read_id()
|