Searched refs:timingsafe_bcmp (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-13-stable/sys/libkern/
H A Dtimingsafe_bcmp.c1 /* $OpenBSD: timingsafe_bcmp.c,v 1.2 2014/06/10 04:16:57 deraadt Exp $ */
24 timingsafe_bcmp(const void *b1, const void *b2, size_t n) function
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dtimingsafe_bcmp.c1 /* $OpenBSD: timingsafe_bcmp.c,v 1.1 2010/09/24 13:33:00 matthew Exp $ */
18 /* OPENBSD ORIGINAL: lib/libc/string/timingsafe_bcmp.c */
24 timingsafe_bcmp(const void *b1, const void *b2, size_t n) function
H A Dopenbsd-compat.h308 int timingsafe_bcmp(const void *, const void *, size_t);
H A DMakefile.in62 timingsafe_bcmp.o \
/freebsd-13-stable/lib/libc/string/
H A Dtimingsafe_bcmp.c1 /* $OpenBSD: timingsafe_bcmp.c,v 1.3 2015/08/31 02:53:57 guenther Exp $ */
36 __weak_reference(__timingsafe_bcmp, timingsafe_bcmp);
H A DMakefile.inc20 timingsafe_bcmp.c \
41 timingsafe_bcmp.3 \
79 MLINKS+=timingsafe_bcmp.3 timingsafe_memcmp.3
/freebsd-13-stable/crypto/openssh/
H A Dcipher-chachapoly.c75 if (timingsafe_bcmp(expected_tag, tag, POLY1305_TAGLEN) != 0) {
H A Dkexc25519.c71 if (timingsafe_bcmp(pub, shared_key, CURVE25519_SIZE) == 0)
H A Dssh-rsa.c438 oidmatch = timingsafe_bcmp(decrypted, oid, oidlen) == 0;
439 hashmatch = timingsafe_bcmp(decrypted + oidlen, hash, hlen) == 0;
H A Ddns.c295 timingsafe_bcmp(hostkey_digest, dnskey_digest,
H A Dmac.c225 if (timingsafe_bcmp(ourmac, theirmac, mac->mac_len) != 0)
H A Dmonitor.c551 timingsafe_bcmp(key_blob, blob, key_bloblen))
1277 (timingsafe_bcmp(p, session_id2, session_id2_len) != 0))
1286 (timingsafe_bcmp(p, session_id2, session_id2_len) != 0))
1343 (timingsafe_bcmp(p, session_id2, session_id2_len) != 0))
/freebsd-13-stable/include/
H A Dstring.h139 int timingsafe_bcmp(const void *, const void *, size_t);
/freebsd-13-stable/secure/lib/libssh/
H A DMakefile37 realpath.c recallocarray.c strtonum.c timingsafe_bcmp.c vis.c xcrypt.c
/freebsd-13-stable/sys/dev/glxsb/
H A Dglxsb_hash.c97 if (timingsafe_bcmp(hash, hash2, ses->ses_mlen) != 0)
/freebsd-13-stable/sys/crypto/openssl/
H A Dossl.c252 if (timingsafe_bcmp(digest, digest2, s->hash.mlen) != 0)
/freebsd-13-stable/sys/sys/
H A Dlibkern.h132 int timingsafe_bcmp(const void *, const void *, size_t);
/freebsd-13-stable/sys/opencrypto/
H A Dcryptosoft.c371 if (timingsafe_bcmp(aalg, uaalg, sw->sw_mlen) != 0)
451 if (timingsafe_bcmp(tag, tag2, swa->sw_mlen) != 0)
600 r = timingsafe_bcmp(tag, tag2, swa->sw_mlen);
690 if (timingsafe_bcmp(tag, tag2, swa->sw_mlen) != 0)
823 r = timingsafe_bcmp(tag, tag2, swa->sw_mlen);
/freebsd-13-stable/sys/crypto/aesni/
H A Daesni_ccm.c430 if (timingsafe_bcmp(&staging_block, tag, tag_length) != 0) {
H A Daesni.c916 if (timingsafe_bcmp(res, res2, ses->mlen) != 0)
/freebsd-13-stable/sys/crypto/blake2/
H A Dblake2_cryptodev.c403 if (timingsafe_bcmp(res, res2, ses->mlen) != 0)
/freebsd-13-stable/sys/mips/cavium/cryptocteon/
H A Dcryptocteon.c394 if (timingsafe_bcmp(icv, icv2, od->octo_mlen) != 0)
/freebsd-13-stable/sys/crypto/via/
H A Dpadlock_hash.c313 if (timingsafe_bcmp(hash, hash2, ses->ses_mlen) != 0)
/freebsd-13-stable/sys/crypto/armv8/
H A Darmv8_crypto_wrap.c386 if (timingsafe_bcmp(tag, s.Xi.c, GMAC_DIGEST_LEN) != 0) {
/freebsd-13-stable/sys/mips/nlm/dev/sec/
H A Dnlmsec.c291 if (timingsafe_bcmp(cmd->hashdest, hash,

Completed in 139 milliseconds

12