Home
last modified time | relevance | path

Searched refs:match (Results 1 – 4 of 4) sorted by relevance

/modules/thrift/src/thrift/transport/
A DTSSLSocket.cpp602 bool match = false; in verify() local
604 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() local
640 match = true; in matchName()
642 return match; in matchName()
/modules/hal_nxp/mcux/
A DCMakeLists.txt47 # MCU_DEVICE_PATH: SOC name without core suffix. Must match the name of the
/modules/trusted-firmware-m/
A DCMakeLists.txt7 # Name must match name in 'trusted-firmware-m/tools/tfm_manifest_list.yaml'
A DKconfig.tfm179 by the TF-M tests, and the dummy bl2 ROTPKs match the dummy bl2 keys

Completed in 6 milliseconds