Searched refs:memcmp (Results 151 - 175 of 1088) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_camellia.c83 if (memcmp(co.dst, ciphertx, sizeof(ciphertx)))
H A Dh_comp.c87 if (memcmp(text, buf2, co2.dst_len))
88 errx(1, "memcmp");
H A Dh_comp_zlib.c89 if (memcmp(buf2, text, sizeof(text)))
H A Dh_comp_zlib_rnd.c93 if (memcmp(buf2, text, sizeof(text)))
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_xdr.c118 ATF_REQUIRE_MSG(memcmp(newdata, xdrdata, sizeof(xdrdata)) == 0,
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_strcat.c111 if (memcmp(&buf0[a0] + tab[t0].len,
/freebsd-11-stable/contrib/elftoolchain/libpe/
H A Dlibpe_rich.c49 if (memcmp(&s[i + 1], &find[1], flen - 1) == 0)
/freebsd-11-stable/contrib/gdb/gdb/
H A Damd64obsd-tdep.c102 if (memcmp (buf, sigreturn, sizeof sigreturn))
/freebsd-11-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_private.h40 # define memeq(a, b, size) (memcmp(a, b, size) == 0)
/freebsd-11-stable/sys/dev/ath/
H A Dah_osdep.h72 #define OS_MEMCMP(_a, _b, _l) memcmp((_a), (_b), (_l))
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dt-fget.c55 SM_TEST(memcmp(buf, msg, l) == 0);
/freebsd-11-stable/lib/libc/tests/string/
H A Dstpncpy_test.c73 assert(memcmp(src, dst, len) == 0);
/freebsd-11-stable/crypto/openssl/crypto/cms/
H A Dcms_dd.c129 if (memcmp(md, dd->digest->data, mdlen))
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dverify_mic.c69 if (memcmp(p, "\x00\x00", 2) != 0)
72 if (memcmp (p, "\xff\xff\xff\xff", 4) != 0)
167 if (memcmp(p, "\x04\x00", 2) != 0) /* SGN_ALG = HMAC SHA1 DES3-KD */
170 if (memcmp (p, "\xff\xff\xff\xff", 4) != 0)
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dstore-test.c55 if(data.length != len || memcmp(data.data, expected, len) != 0) {
H A Dtest_pkinit_dh2key.c59 memcmp(key.keyvalue.data, result->data, result->length) != 0)
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dtest-utf8.c155 if (memcmp(t->u, u, len * sizeof(uint32_t)) != 0) {
/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A Dgost_keywrap.c102 if (memcmp(cek_mac, wrappedKey + 40, 4)) {
/freebsd-11-stable/lib/libc/arm/string/
H A Dmemcmp.S1 /* $NetBSD: memcmp.S,v 1.3 2003/10/14 07:51:45 scw Exp $ */
71 ENTRY(memcmp)
154 * faster than a byte-wise memcmp.
183 END(memcmp)
/freebsd-11-stable/sys/dev/pms/freebsd/driver/common/
H A Dosstring.h63 #define osti_memcmp(s1, s2, n) memcmp((void *)s1, (void *)s2, (size_t)n)
/freebsd-11-stable/sys/dev/hptmv/
H A Dmv.c87 return memcmp(cs, ct, len);
/freebsd-11-stable/crypto/openssl/crypto/objects/
H A Dobj_lib.c134 return (memcmp(a->data, b->data, a->length));
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_saos.c136 (memcmp(m, sig->data, m_len) != 0)) {
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlundump.c197 if (memcmp(h,s,N0)==0) return;
198 if (memcmp(h,s,N1)!=0) error(S,"not a");
199 if (memcmp(h,s,N2)!=0) error(S,"version mismatch in");
200 if (memcmp(h,s,N3)!=0) error(S,"incompatible"); else error(S,"corrupted");
/freebsd-11-stable/sys/compat/linuxkpi/common/include/net/
H A Dipv6.h110 return memcmp(a1, a2, sizeof(struct in6_addr));

Completed in 358 milliseconds

1234567891011>>