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

/freebsd-10-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 DMakefile.in19 OPENBSD=base64.o basename.o bcrypt_pbkdf.o bindresvport.o blowfish.o daemon.o dirname.o fmt_scaled.o getcwd.o getgrouplist.o getopt_long.o getrrsetbyname.o glob.o inet_aton.o inet_ntoa.o inet_ntop.o mktemp.o pwcache.o readpassphrase.o reallocarray.o realpath.o rresvport.o setenv.o setproctitle.o sha1.o sha2.o rmd160.o md5.o sigact.o strlcat.o strlcpy.o strmode.o strnlen.o strptime.o strsep.o strtonum.o strtoll.o strtoul.o strtoull.o timingsafe_bcmp.o vis.o blowfish.o bcrypt_pbkdf.o explicit_bzero.o
H A Dopenbsd-compat.h290 int timingsafe_bcmp(const void *, const void *, size_t);
/freebsd-10-stable/crypto/openssh/
H A Dcipher-chachapoly.c74 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.c342 oidmatch = timingsafe_bcmp(decrypted, oid, oidlen) == 0;
343 hashmatch = timingsafe_bcmp(decrypted + oidlen, hash, hlen) == 0;
H A Ddns.c290 timingsafe_bcmp(hostkey_digest, dnskey_digest,
H A Dauth-rsa.c122 if (timingsafe_bcmp(response, mdbuf, 16) != 0) {
H A Dmac.c228 if (timingsafe_bcmp(ourmac, theirmac, mac->mac_len) != 0)
H A Dmonitor.c627 timingsafe_bcmp(key_blob, blob, key_bloblen))
1315 (timingsafe_bcmp(p, session_id2, session_id2_len) != 0))
1322 (timingsafe_bcmp(p, session_id2, session_id2_len) != 0))
1374 (timingsafe_bcmp(p, session_id2, session_id2_len) != 0))
H A Dssh_namespace.h901 #define timingsafe_bcmp Fssh_timingsafe_bcmp macro
H A Dssh-agent.c709 if (timingsafe_bcmp(passwdhash, lock_pwhash, LOCK_SIZE) == 0) {
H A Dsshkey.c645 if (timingsafe_bcmp(sshbuf_ptr(a->certblob), sshbuf_ptr(b->certblob),
H A Dchannels.c959 timingsafe_bcmp(ucp + 12 + ((proto_len + 3) & ~3),
/freebsd-10-stable/secure/lib/libssh/
H A DMakefile34 timingsafe_bcmp.c vis.c xcrypt.c xmmap.c

Completed in 280 milliseconds