Searched refs:memcmp (Results 401 - 425 of 1064) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/dev/hptrr/
H A Dosm.h169 #define memcmp(dst, src, size) __builtin_memcmp((dst), (src), (size)) macro
/freebsd-13-stable/sys/contrib/zlib/
H A Dzutil.h230 # define zmemcmp memcmp
/freebsd-13-stable/sys/crypto/des/
H A Ddes_setkey.c131 if (memcmp(weak_keys[i],key,sizeof(des_cblock)) == 0) return(1);
/freebsd-13-stable/contrib/ntp/sntp/
H A Dcrypto.c189 return ((u_int)mac_size == len) && !memcmp(dbuf, pkt_ptr, len);
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dtinytest_macros.h177 (val1_ && val2_ && memcmp(val1_, val2_, len) op 0), \
/freebsd-13-stable/contrib/ntp/sntp/tests/
H A Dcrypto.c48 TEST_ASSERT_TRUE(memcmp(EXPECTED_DIGEST, actual, MD5_LENGTH) == 0);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileUtilities.cpp214 std::memcmp(File1Start, File2Start, A_size) == 0)
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_net.h157 memcmp((pin6A)->s6_addr, (pin6B)->s6_addr, \
/freebsd-13-stable/sys/dev/vmgenc/
H A Dvmgenc_acpi.c110 if (memcmp(guid, sc->vmg_cache_guid, GUID_BYTES) == 0)
/freebsd-13-stable/sys/net/route/
H A Dnhgrp.c115 return !memcmp(a->nhg_nh_weights, b->nhg_nh_weights,
/freebsd-13-stable/sys/kgssapi/
H A Dgss_impl.c150 if (memcmp(oid1->elements, oid2->elements, oid1->length))
/freebsd-13-stable/sys/security/mac_veriexec/
H A Dveriexec_fingerprint.c195 return memcmp(ip->fingerprint, digest, ip->ops->digest_len);
/freebsd-13-stable/sys/contrib/ena-com/
H A Dena_eth_com.h139 return !!memcmp(&io_sq->cached_tx_meta,
/freebsd-13-stable/sys/contrib/libsodium/test/default/
H A Dsodium_utils.c62 if (memcmp(buf1_rev, buf2_rev, bin_len) *
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dcrypto-pk.c233 memcmp(ai->parameters->data, "\x05\x00", 2) != 0))
H A Dreplay.c225 if(memcmp(tmp.data, ent.data, sizeof(ent.data)) == 0){
H A Dstring-to-key-test.c122 if (memcmp (key.keyvalue.data, t->res, key.keyvalue.length) != 0) {
/freebsd-13-stable/crypto/openssh/
H A Dhmac.c155 if (memcmp(e, digest, elen)) {
/freebsd-13-stable/crypto/openssl/crypto/cms/
H A Dcms_ess.c251 if (memcmp(dig, msig->data, diglen)) {
/freebsd-13-stable/crypto/openssl/crypto/ct/
H A Dct_log.c301 if (memcmp(log->log_id, log_id, log_id_len) == 0)
/freebsd-13-stable/usr.sbin/bluetooth/bthidd/
H A Dsession.c168 if (memcmp(&s->bdaddr, bdaddr, sizeof(s->bdaddr)) == 0)
/freebsd-13-stable/usr.sbin/bluetooth/btpand/
H A Dchannel.c252 if (memcmp(pkt->dst, chan->raddr, ETHER_ADDR_LEN) == 0) {
/freebsd-13-stable/usr.sbin/bluetooth/hccontrol/
H A Dutil.c3265 if (memcmp(ba, NG_HCI_BDADDR_ANY, sizeof(*ba)) == 0) {
/freebsd-13-stable/usr.sbin/bluetooth/l2control/
H A Dl2cap.c53 if (memcmp(ba, NG_HCI_BDADDR_ANY, sizeof(*ba)) == 0) {
/freebsd-13-stable/usr.sbin/bluetooth/l2ping/
H A Dl2ping.c150 if (memcmp(&dst, NG_HCI_BDADDR_ANY, sizeof(dst)) == 0)

Completed in 162 milliseconds

<<11121314151617181920>>