Searched refs:memcmp (Results 501 - 525 of 1064) sorted by relevance

<<21222324252627282930>>

/freebsd-13-stable/sys/crypto/siphash/
H A Dsiphash_test.c129 if (memcmp(out, vectors[i], 8))
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_smt.c89 if (memcmp(e->smac, smac, ETHER_ADDR_LEN) == 0)
/freebsd-13-stable/contrib/pf/libevent/
H A Dbuffer.c442 if (memcmp(p, what, len) == 0)
/freebsd-13-stable/contrib/lua/src/
H A Dloslib.c281 else if (memcmp(conv, option, oplen) == 0) { /* match? */
/freebsd-13-stable/contrib/mandoc/
H A Dcompat_ohash.c299 memcmp(h->t[i].p+h->info.key_offset, k, size) == 0) {
/freebsd-13-stable/contrib/mtree/
H A Dspecspec.c53 (((a)->flags & (c)) && ((b)->flags & (c)) && memcmp(&(a)->d,&(b)->d, sizeof (a)->d))
/freebsd-13-stable/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_aesctr1.c239 if (memcmp(co.dst, tests[i].ciphertx, tests[i].len)) {
H A Dh_md5hmac.c173 if (memcmp(co.mac, tests[i].mac, sizeof(tests[i].mac)))
H A Dh_sha1hmac.c183 if (memcmp(co.mac, &tests[i].mac, sizeof(tests[i].mac)))
/freebsd-13-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y1291 if (((check == 0) && memcmp(expected->return_value, value->return_value,
1294 memcmp(expected->return_value, value->return_value,
1354 if (((check == 0) && memcmp(retval->return_value, varptr->value,
1357 memcmp(retval->return_value, varptr->value,
/freebsd-13-stable/sys/geom/
H A Dgeom_map.c200 if (memcmp(buf + search_offset % sectorsize,
/freebsd-13-stable/sys/security/mac_veriexec_parser/
H A Dmac_veriexec_parser.c233 return (memcmp(expected_hash, hash, SHA256_DIGEST_LENGTH));
/freebsd-13-stable/sys/dev/sfxge/common/
H A Def10_filter.c470 if (memcmp(left->efs_rem_mac, right->efs_rem_mac, EFX_MAC_ADDR_LEN))
472 if (memcmp(left->efs_loc_mac, right->efs_loc_mac, EFX_MAC_ADDR_LEN))
488 if (memcmp(left->efs_vni_or_vsid, right->efs_vni_or_vsid,
491 if (memcmp(left->efs_ifrm_loc_mac, right->efs_ifrm_loc_mac,
/freebsd-13-stable/sys/dev/smartpqi/
H A Dsmartpqi_helper.c250 return memcmp(scsi3addr1, scsi3addr2, 8) == 0;
/freebsd-13-stable/sys/contrib/libsodium/test/default/
H A Dcodecs.c221 assert(memcmp(bin, buf1, bin_len) == 0);
/freebsd-13-stable/sys/arm64/coresight/
H A Dcoresight_acpi.c115 if (memcmp(u1, u2, 16) == 0)
/freebsd-13-stable/stand/libsa/
H A DMakefile31 memccpy.c memchr.c memcmp.c memcpy.c memmove.c memset.c \
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dderived-key-test.c102 if (memcmp (dkey->keyvalue.data, t->res, dkey->keyvalue.length) != 0) {
/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Dasn1_lib.c368 i = memcmp(a->data, b->data, a->length);
/freebsd-13-stable/usr.sbin/bluetooth/rfcomm_pppd/
H A Drfcomm_pppd.c156 if (memcmp(&addr, NG_HCI_BDADDR_ANY, sizeof(addr)) == 0)
/freebsd-13-stable/usr.sbin/fmtree/
H A Dspecspec.c44 (((a)->flags & (c)) && ((b)->flags & (c)) && memcmp(&(a)->d,&(b)->d, sizeof (a)->d))
/freebsd-13-stable/usr.sbin/rpcbind/
H A Dutil.c215 (0 == memcmp(&((struct sockaddr_in6*)hint_sa)->sin6_addr,
/freebsd-13-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbconvert.c585 if (memcmp (NewBuffer, BufferDesc->Buffer.Pointer,
/freebsd-13-stable/sys/contrib/dev/acpica/components/resources/
H A Drsxface.c671 (memcmp (Vendor->Uuid, Info->Uuid->Data, ACPI_UUID_LENGTH)))
/freebsd-13-stable/usr.bin/bsdiff/bspatch/
H A Dbspatch.c199 if (memcmp(header, "BSDIFF40", 8) != 0)

Completed in 325 milliseconds

<<21222324252627282930>>