Searched refs:match (Results 1 – 4 of 4) sorted by relevance
602 bool match = false; in verify() local604 match = (memcmp(&((sockaddr_in *)&sa)->sin_addr, data, size) == 0); in verify()606 match = (memcmp(&((sockaddr_in6 *)&sa)->sin6_addr, data, size) == 0); in verify()608 return (match ? ALLOW : SKIP); in verify()622 bool match = false; in matchName() local640 match = true; in matchName()642 return match; in matchName()
47 # MCU_DEVICE_PATH: SOC name without core suffix. Must match the name of the
7 # Name must match name in 'trusted-firmware-m/tools/tfm_manifest_list.yaml'
179 by the TF-M tests, and the dummy bl2 ROTPKs match the dummy bl2 keys
Completed in 13 milliseconds